|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The SDOResultSetMetaData provides SDO meta data information. Most of the methods are the standard java.sql.ResultSetMetaData methods as implemented by ProResultSetMetaData. The are also exetensions to provide proprietary 4GL dictionary information.
SDOResultSet
Field Summary |
Fields inherited from interface java.sql.ResultSetMetaData |
columnNoNulls, columnNullable, columnNullableUnknown |
Method Summary | |
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 |
Methods inherited from interface com.progress.open4gl.ProResultSetMetaData |
getColumnJavaTypeName, getColumnProType, getFieldCount, getFieldExtent, getFieldJavaTypeName, getFieldName, getFieldProType, getFieldTypeName |
Methods inherited from interface java.sql.ResultSetMetaData |
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable |
Method Detail |
public java.lang.String getColumnFormat(int column) throws ProSQLException
column
- the column position
ProSQLException
- if a non valid column is specifiedpublic java.lang.String getColumnInitialValue(int column) throws ProSQLException
column
- the column position
ProSQLException
- if a non valid column is specifiedpublic java.lang.String getColumnValExp(int column) throws ProSQLException
column
- the column position
ProSQLException
- if a non valid column is specifiedpublic java.lang.String getColumnValMsg(int column) throws ProSQLException
column
- the column position
ProSQLException
- if a non valid column is specified
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |