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, isWritableint getFieldCount()
throws ProSQLException
ProSQLExceptionint getFieldProType(int field)
throws ProSQLException
ProSQLExceptionint getColumnProType(int column)
throws ProSQLException
ProSQLExceptionjava.lang.String getFieldJavaTypeName(int field)
throws ProSQLException
ProSQLExceptionjava.lang.String getColumnJavaTypeName(int column)
throws ProSQLException
ProSQLExceptionint getFieldExtent(int field)
throws ProSQLException
ProSQLExceptionjava.lang.String getFieldName(int field)
throws ProSQLException
ProSQLExceptionjava.lang.String getFieldTypeName(int field)
throws ProSQLException
ProSQLException