Go to the source code of this file.
|
const long | CASCADE = 0 |
| a possible value for the column's UPDATE_RULE and DELETE_RULE in the com::sun::star::sdbc::XResultSet objects returned by the methods com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys(), com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys(), and com::sun::star::sdbc::XDatabaseMetaData::getCrossReference(). More...
|
|
const long | RESTRICT = 1 |
| a possible value for the column's UPDATE_RULE and DELETE_RULE in the com::sun::star::sdbc::XResultSet objects returned by the methods com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys(), com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys(), and com::sun::star::sdbc::XDatabaseMetaData::getCrossReference(). More...
|
|
const long | SET_NULL = 2 |
| a possible value for the column's UPDATE_RULE and DELETE_RULE in the com::sun::star::sdbc::XResultSet objects returned by the methods com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys(), com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys(), and com::sun::star::sdbc::XDatabaseMetaData::getCrossReference(). More...
|
|
const long | NO_ACTION = 3 |
| a possible value for the column's UPDATE_RULE and DELETE_RULE in the com::sun::star::sdbc::XResultSet objects returned by the methods com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys(), com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys(), and com::sun::star::sdbc::XDatabaseMetaData::getCrossReference(). More...
|
|
const long | SET_DEFAULT = 4 |
| a possible value for the column's UPDATE_RULE and DELETE_RULE in the com::sun::star::sdbc::XResultSet objects returned by the methods com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys(), com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys(), and com::sun::star::sdbc::XDatabaseMetaData::getCrossReference(). More...
|
|