Property Summary
|
IsSearchable |
indicates whether the column can be used in a Where clause.
|
|
IsSigned |
indicates whether values in the column are signed numbers.
|
|
IsCaseSensitive |
indicates that a column is case sensitive.
|
|
DisplaySize |
indicates the column's normal max width in chars..
|
|
Label |
gets the suggested column title for use in printouts and
displays.
|
|
IsReadOnly |
indicates whether a column is definitely, not writable.
|
|
IsWritable |
indicates whether it is possible for a write on the column to succeed.
|
|
IsDefinitelyWritable |
indicates whether a write on the column will definitely succeed.
|
|
ServiceName |
returns the fully-qualified name of the service whose instances
are manufactured if the method
XRow::getObject)=
is called to retrieve a value from the column.
|
|
TableName |
gets a column's table name.
|
|
SchemaName |
gets a column's schema name.
|
|
CatalogName |
gets a column's table's catalog name.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.