(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

constants group BestRowType
Description
determines the type of the best row identifier.

Constants
UNKNOWN indicates that the best row identifier 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::getBestRowIdentifier() .  
NOT_PSEUDO indicates that the best row identifier is NOT a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier() .  
PSEUDO indicates that the best row identifier is a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier() .  
Constants' Details
UNKNOWN
const long UNKNOWN = 0;
Description
indicates that the best row identifier 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::getBestRowIdentifier() .
NOT_PSEUDO
const long NOT_PSEUDO = 1;
Description
indicates that the best row identifier is NOT a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier() .
PSEUDO
const long PSEUDO = 2;
Description
indicates that the best row identifier is a pseudo-column. A possible value for the column PSEUDO_COLUMN in the XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier() .
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.