Overview | Module | Use | Devguide | Index |
Constants | Constants' Details |
constants group ColumnType |
|
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
|
|
NOT_PSEUDO
|
|
PSEUDO
|
Copyright © 2003 Sun Microsystems, Inc.