| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.hsqldb.jdbc.jdbcColumnMetaData
Provides a site for holding the ResultSetMetaData for individual ResultSet columns.
| Field Summary | |
|  java.lang.String | catalogNameThe column's table's catalog name. | 
|  java.lang.String | columnClassNameThe fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column. | 
|  int | columnDisplaySizeThe column's normal max width in chars. | 
|  java.lang.String | columnLabelThe suggested column title for use in printouts and displays. | 
|  java.lang.String | columnNameThe column's name. | 
|  int | columnTypeThe column's SQL type. | 
|  java.lang.String | columnTypeNameThe column's database-specific type name. | 
|  boolean | isAutoIncrementWhether the value of the column are automatically numbered. | 
|  boolean | isCaseSensitiveWhether the column's value's case matters. | 
|  boolean | isCurrencyWhether the values in the column are cash values. | 
|  boolean | isDefinitelyWritableWhether a write on the column will definitely succeed. | 
|  int | isNullableThe nullability of values in the column. | 
|  boolean | isReadOnlyWhether the column's values are definitely not writable. | 
|  boolean | isSearchableWhether the column's values can be used in a where clause. | 
|  boolean | isSignedWhether values in the column are signed numbers. | 
|  boolean | isWritableWhether it is possible for a write on the column to succeed. | 
|  int | precisionThe column's value's number of decimal digits. | 
|  int | scaleThe column's value's number of digits to right of the decimal point. | 
|  java.lang.String | schemaNameThe column's table's schema. | 
|  java.lang.String | tableNameThe column's table's name. | 
| Constructor Summary | |
| jdbcColumnMetaData() | |
| Method Summary | |
|  java.lang.String | toString()Retrieves a String representation of this object. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public java.lang.String catalogName
public java.lang.String columnClassName
public int columnDisplaySize
public java.lang.String columnLabel
public java.lang.String columnName
public int columnType
public java.lang.String columnTypeName
public int precision
public int scale
public java.lang.String schemaName
public java.lang.String tableName
public boolean isAutoIncrement
public boolean isCaseSensitive
public boolean isCurrency
public boolean isDefinitelyWritable
public int isNullable
public boolean isReadOnly
public boolean isSearchable
public boolean isSigned
public boolean isWritable
| Constructor Detail | 
public jdbcColumnMetaData()
| Method Detail | 
public java.lang.String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||