public interface ProResultSetMetaData
extends java.sql.ResultSetMetaData
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnJavaTypeName(int column)
Returns the default Java data type mapping for this column.
|
int |
getColumnProType(int column)
Returns the columns's 4GL type number.
|
int |
getFieldCount()
Returns the number of fields in the 4GL Temp-Table.
|
int |
getFieldExtent(int field)
Returns the number of array elements for of this field.
|
java.lang.String |
getFieldJavaTypeName(int field)
Returns the default Java data type mapping for this field.
|
java.lang.String |
getFieldName(int field)
Returns the name of this field.
|
int |
getFieldProType(int field)
Returns the field's 4GL type number.
|
java.lang.String |
getFieldTypeName(int field)
Returns the field's 4GL type name.
|
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
int getFieldCount() throws ProSQLException
ProSQLException
int getFieldProType(int field) throws ProSQLException
ProSQLException
int getColumnProType(int column) throws ProSQLException
ProSQLException
java.lang.String getFieldJavaTypeName(int field) throws ProSQLException
ProSQLException
java.lang.String getColumnJavaTypeName(int column) throws ProSQLException
ProSQLException
int getFieldExtent(int field) throws ProSQLException
ProSQLException
java.lang.String getFieldName(int field) throws ProSQLException
ProSQLException
java.lang.String getFieldTypeName(int field) throws ProSQLException
ProSQLException