Overview | Module | Use | Devguide | Index |
Constants | Constants' Details |
constants group KeyRule |
|
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()
.
|
Constants' Details | |
CASCADE
|
|
RESTRICT
|
|
SET_NULL
|
|
NO_ACTION
|
|
SET_DEFAULT
|
Copyright © 2011, 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.