Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: sdbc ::
|
| constants group KeyRule |
- Description
- determines the rules for foreign key constraints.
|
| Constants |
| CASCADE |
a possible value for the column's
UPDATE_RULE
and
DELETE_RULE
in the
XResultSet
objects returned by the methods
XDatabaseMetaData::getImportedKeys()
,
XDatabaseMetaData::getExportedKeys()
,
and
XDatabaseMetaData::getCrossReference()
.
|
| RESTRICT |
a possible value for the column's
UPDATE_RULE
and
DELETE_RULE
in the
XResultSet
objects returned by the methods
XDatabaseMetaData::getImportedKeys()
,
XDatabaseMetaData::getExportedKeys()
,
and
XDatabaseMetaData::getCrossReference()
.
|
| SET_NULL |
a possible value for the column's
UPDATE_RULE
and
DELETE_RULE
in the
XResultSet
objects returned by the methods
XDatabaseMetaData::getImportedKeys()
,
XDatabaseMetaData::getExportedKeys()
,
and
XDatabaseMetaData::getCrossReference()
.
|
| NO_ACTION |
a possible value for the column's
UPDATE_RULE
and
DELETE_RULE
in the
XResultSet
objects returned by the methods
XDatabaseMetaData::getImportedKeys()
,
XDatabaseMetaData::getExportedKeys()
,
and
XDatabaseMetaData::getCrossReference()
.
|
| SET_DEFAULT |
a possible value for the column's
UPDATE_RULE
and
DELETE_RULE
in the
XResultSet
objects returned by the methods
XDatabaseMetaData::getImportedKeys()
,
XDatabaseMetaData::getExportedKeys()
,
and
XDatabaseMetaData::getCrossReference()
.
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.