public class OdaResultSetColumnHandle extends ResultSetColumnHandle
structContextelementHandle| 构造器和说明 |
|---|
OdaResultSetColumnHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of oda result set column.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, setPositiondrop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic 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 在类中 ResultSetColumnHandlepublic void setNativeDataType(java.lang.Integer dataType)
setNativeDataType 在类中 ResultSetColumnHandledataType - the native data type to set.public java.lang.String getNativeName()
public void setNativeName(java.lang.String nativeName)
throws SemanticException
nativeName - native nameSemanticExceptionCopyright © 2008 Actuate Corp. All rights reserved.