Overview | Module | Use | Devguide | Index |
Constants | Constants' Details |
constants group BestRowType |
|
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
::com::sun::star::sdbc::XResultSet
object
returned by the method
::com::sun::star::sdbc::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
::com::sun::star::sdbc::XResultSet
object
returned by the method
::com::sun::star::sdbc::XDatabaseMetaData::getBestRowIdentifier()
.
|
PSEUDO | 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
::com::sun::star::sdbc::XDatabaseMetaData::getBestRowIdentifier()
.
|
Constants' Details | |
UNKNOWN
|
|
NOT_PSEUDO
|
|
PSEUDO
|
Copyright © 2003 Sun Microsystems, Inc.