Constants |
UNKNOWN |
indicates that this column 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
com::sun::star::sdbc::XDatabaseMetaData::getVersionColumns().
|
NOT_PSEUDO |
indicates that this column 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
com::sun::star::sdbc::XDatabaseMetaData::getVersionColumns().
|
PSEUDO |
indicates that this column is a pseudo-column.
A possible value for the column
PSEUDO_COLUMN
in the
com::sun::star::sdbc::XResultSet object returned by the method
com::sun::star::sdbc::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
com::sun::star::sdbc::XResultSet object returned by the method
com::sun::star::sdbc::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
com::sun::star::sdbc::XResultSet object returned by the method
com::sun::star::sdbc::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
com::sun::star::sdbc::XResultSet object returned by the method
com::sun::star::sdbc::XDatabaseMetaData::getVersionColumns().
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.