Class OdaResultSetColumnHandle


public class OdaResultSetColumnHandle extends ResultSetColumnHandle
Represents the handle of one column in the oda result set. The result set column defines the data in which column is in the result set.
Native name
the oda defined result set name.
Native data type
the oda defined type of the result set column.
  • Constructor Details

    • OdaResultSetColumnHandle

      public OdaResultSetColumnHandle(SimpleValueHandle valueHandle, int index)
      Constructs the handle of oda result set column.
      Parameters:
      valueHandle - the value handle for oda result set column list of one property
      index - the position of this oda result set column in the list
  • Method Details

    • getNativeDataType

      public Integer getNativeDataType()
      Returns the native data type.
      Overrides:
      getNativeDataType in class ResultSetColumnHandle
      Returns:
      the result set column native data type.
    • setNativeDataType

      public void setNativeDataType(Integer dataType)
      Sets the result set column native data type.
      Overrides:
      setNativeDataType in class ResultSetColumnHandle
      Parameters:
      dataType - the native data type to set.
    • getNativeName

      public String getNativeName()
      Returns the native name of this result set column.
      Returns:
      the native name
    • setNativeName

      public void setNativeName(String nativeName) throws SemanticException
      Sets the native name for this result set column.
      Parameters:
      nativeName - native name
      Throws:
      SemanticException