Package com.progress.open4gl
Interface SDOResultSetMetaData
- All Superinterfaces:
ProResultSetMetaData
,ResultSetMetaData
,Wrapper
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.
- See Also:
-
Field Summary
Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnFormat
(int column) PROGRESS ExtensiongetColumnInitialValue
(int column) PROGRESS ExtensiongetColumnValExp
(int column) PROGRESS ExtensiongetColumnValMsg
(int column) PROGRESS ExtensionMethods 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
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
getColumnValExp
PROGRESS Extension- Parameters:
column
- the column position- Returns:
- 4GL validation expression
- Throws:
ProSQLException
- if a non valid column is specified
-
getColumnValMsg
PROGRESS Extension- Parameters:
column
- the column position- Returns:
- 4GL validation message
- Throws:
ProSQLException
- if a non valid column is specified
-
getColumnFormat
PROGRESS Extension- Parameters:
column
- the column position- Returns:
- 4GL default display format
- Throws:
ProSQLException
- if a non valid column is specified
-
getColumnInitialValue
PROGRESS Extension- Parameters:
column
- the column position- Returns:
- the initial value for this column
- Throws:
ProSQLException
- if a non valid column is specified
-