public interface SDOResultSetMetaData extends ProResultSetMetaData
SDOResultSet
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnFormat(int column)
PROGRESS Extension
|
java.lang.String |
getColumnInitialValue(int column)
PROGRESS Extension
|
java.lang.String |
getColumnValExp(int column)
PROGRESS Extension
|
java.lang.String |
getColumnValMsg(int column)
PROGRESS Extension
|
getColumnJavaTypeName, getColumnProType, getFieldCount, getFieldExtent, getFieldJavaTypeName, getFieldName, getFieldProType, getFieldTypeName
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
java.lang.String getColumnValExp(int column) throws ProSQLException
column
- the column positionProSQLException
- if a non valid column is specifiedjava.lang.String getColumnValMsg(int column) throws ProSQLException
column
- the column positionProSQLException
- if a non valid column is specifiedjava.lang.String getColumnFormat(int column) throws ProSQLException
column
- the column positionProSQLException
- if a non valid column is specifiedjava.lang.String getColumnInitialValue(int column) throws ProSQLException
column
- the column positionProSQLException
- if a non valid column is specified