public class OdaLevelAttributeHandle extends LevelAttributeHandle
structContext
elementHandle
Constructor and Description |
---|
OdaLevelAttributeHandle(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.
|
getDataType, getName, setDataType, setName
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 OdaLevelAttributeHandle(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()
public void setNativeDataType(java.lang.Integer dataType)
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.