Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sdbc ::

constants group ColumnType
Description
determines the type of a version column.

Constants
UNKNOWN indicates that this column may or may not be a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getVersionColumns() .  
NOT_PSEUDO indicates that this column is NOT a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getVersionColumns() .  
PSEUDO indicates that this column is a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getVersionColumns() .  
Constants' Details
UNKNOWN
const long UNKNOWN = 0;
Description
indicates that this column may or may not be a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getVersionColumns() .
NOT_PSEUDO
const long NOT_PSEUDO = 1;
Description
indicates that this column is NOT a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getVersionColumns() .
PSEUDO
const long PSEUDO = 2;
Description
indicates that this column is a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getVersionColumns() .
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.