Properties' Summary |
[ readonly ] boolean
IsSearchable |
indicates whether the column can be used in a Where clause.
|
[ readonly ] boolean
IsSigned |
indicates whether values in the column are signed numbers.
|
[ readonly ] boolean
IsCaseSensitive |
indicates that a column is case sensitive.
|
[ readonly ] long
DisplaySize |
indicates the column's normal max width in chars..
|
[ readonly ] string
Label |
gets the suggested column title for use in printouts and
displays.
|
[ readonly ] boolean
IsReadOnly |
indicates whether a column is definitely, not writable.
|
[ readonly ] boolean
IsWritable |
indicates whether it is possible for a write on the column to succeed.
|
[ readonly ] boolean
IsDefinitelyWritable |
indicates whether a write on the column will definitely succeed.
|
[ readonly ] string
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.
|
[ readonly ] string
TableName |
gets a column's table name.
|
[ readonly ] string
SchemaName |
gets a column's schema name.
|
[ readonly ] string
CatalogName |
gets a column's table's catalog name.
|
Properties' Details |
IsSearchable
[ readonly ] boolean IsSearchable;
- Description
- indicates whether the column can be used in a Where clause.
|
|
IsSigned
[ readonly ] boolean IsSigned;
- Description
- indicates whether values in the column are signed numbers.
|
|
IsCaseSensitive
[ readonly ] boolean IsCaseSensitive;
- Description
- indicates that a column is case sensitive.
|
|
DisplaySize
[ readonly ] long DisplaySize;
- Description
- indicates the column's normal max width in chars..
|
|
Label
[ readonly ] string Label;
- Description
- gets the suggested column title for use in printouts and
displays.
|
|
IsReadOnly
[ readonly ] boolean IsReadOnly;
- Description
- indicates whether a column is definitely, not writable.
|
|
IsWritable
[ readonly ] boolean IsWritable;
- Description
- indicates whether it is possible for a write on the column to succeed.
|
|
IsDefinitelyWritable
[ readonly ] boolean IsDefinitelyWritable;
- Description
- indicates whether a write on the column will definitely succeed.
|
|
ServiceName
[ readonly ] string ServiceName;
- Description
- 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
[ readonly ] string TableName;
- Description
- gets a column's table name.
|
|
SchemaName
[ readonly ] string SchemaName;
- Description
- gets a column's schema name.
|
|
CatalogName
[ readonly ] string CatalogName;
- Description
- gets a column's table's catalog name.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.