Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sdb ::

service ResultColumn
Description
describes a column of a result set.

Included Services - Summary
::com::sun::star::sdbcx::Column
(referenced entity's summary:)
describes the common properties of a database column.
ColumnSettings

[optional], access to layout settings for a column.

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.  
Included Services - Details
::com::sun::star::sdbcx::Column
(referenced entity's summary:)
describes the common properties of a database column.
ColumnSettings
Description
[optional], access to layout settings for a column.
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.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.