| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
determines the type of the best row identifier. More...
| Variables | |
| const long | UNKNOWN = 0 | 
| indicates that the best row identifier may or may not be a pseudo-column. | |
| const long | NOT_PSEUDO = 1 | 
| indicates that the best row identifier is NOT a pseudo-column. | |
| const long | PSEUDO = 2 | 
| indicates that the best row identifier is a pseudo-column. | |
determines the type of the best row identifier.
| const long NOT_PSEUDO = 1 | 
indicates that the best row identifier is NOT a pseudo-column.
A possible value for the column PSEUDO_COLUMN in the com::sun::star::sdbc::XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier(). 
| const long PSEUDO = 2 | 
indicates that the best row identifier is a pseudo-column.
A possible value for the column PSEUDO_COLUMN in the com::sun::star::sdbc::XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier(). 
| const long UNKNOWN = 0 | 
indicates that the best row identifier may or may not be a pseudo-column.
A possible value for the column PSEUDO_COLUMN in the com::sun::star::sdbc::XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier().