Package com.progress.open4gl.dynamicapi
Class MetaDataIndicator
java.lang.Object
com.progress.open4gl.dynamicapi.MetaDataIndicator
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProDataGraphMetaDataIndicator,ProDataObjectMetaDataIndicator,ResultSetMetaDataIndicator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected MetaDataBaseprotected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionMetaDataIndicator(MetaDataBase m, int p, int i, int t) MetaDataIndicator(ResultSetMetaData m, int p, int i) -
Method Summary
Modifier and TypeMethodDescriptionintgetInOut()intprotected voidsetInOut(int value) protected voidsetParamNum(int value)
-
Field Details
-
m_metaData
-
m_paramNum
protected int m_paramNum -
m_inOut
protected int m_inOut -
m_typeCode
protected int m_typeCode
-
-
Constructor Details
-
MetaDataIndicator
-
MetaDataIndicator
-
-
Method Details
-
getParamNum
public int getParamNum() -
getInOut
public int getInOut() -
setParamNum
protected void setParamNum(int value) -
setInOut
protected void setInOut(int value) -
getMetaData
-