public class OdaResultSetColumnHandle extends ResultSetColumnHandle
structContext
elementHandle
Constructor and Description |
---|
OdaResultSetColumnHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of oda result set column.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getNativeDataType()
Returns the native data type.
|
java.lang.String |
getNativeName()
Returns the native name of this result set column.
|
void |
setNativeDataType(java.lang.Integer dataType)
Sets the result set column native data type.
|
void |
setNativeName(java.lang.String nativeName)
Sets the native name for this result set column.
|
getColumnName, getDataType, getPosition, setColumnName, setDataType, setPosition
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public OdaResultSetColumnHandle(SimpleValueHandle valueHandle, int index)
valueHandle
- the value handle for oda result set column list of one
propertyindex
- the position of this oda result set column in the listpublic java.lang.Integer getNativeDataType()
getNativeDataType
in class ResultSetColumnHandle
public void setNativeDataType(java.lang.Integer dataType)
setNativeDataType
in class ResultSetColumnHandle
dataType
- the native data type to set.public java.lang.String getNativeName()
public void setNativeName(java.lang.String nativeName) throws SemanticException
nativeName
- native nameSemanticException
Copyright © 2008 Actuate Corp. All rights reserved.