:: com :: sun :: star :: sdbc ::
|
constants group Deferrability |
- Description
- indicates the Deferrability of key constraints.
|
Constants |
INITIALLY_DEFERRED |
A possible value for the column DEFERRABILITY
in the
XResultSet objects returned by the methods
getImportedKeys , getExportedKeys ,
and getCrossReference .
|
INITIALLY_IMMEDIATE |
A possible value for the column DEFERRABILITY
in the
XResultSet objects returned by the methods
getImportedKeys , getExportedKeys ,
and getCrossReference .
|
NONE |
A possible value for the column DEFERRABILITY
in the
XResultSet objects returned by the methods
getImportedKeys , getExportedKeys ,
and getCrossReference .
|
Constants' Details |
INITIALLY_DEFERRED
const long INITIALLY_DEFERRED = 5;
- Description
- A possible value for the column
DEFERRABILITY
in the
XResultSet objects returned by the methods
getImportedKeys , getExportedKeys ,
and getCrossReference .
Indicates deferrability. See SQL-92 for a definition.
|
|
INITIALLY_IMMEDIATE
const long INITIALLY_IMMEDIATE = 6;
- Description
- A possible value for the column
DEFERRABILITY
in the
XResultSet objects returned by the methods
getImportedKeys , getExportedKeys ,
and getCrossReference .
Indicates deferrability. See SQL-92 for a definition.
|
|
NONE
const long NONE = 7;
- Description
- A possible value for the column
DEFERRABILITY
in the
XResultSet objects returned by the methods
getImportedKeys , getExportedKeys ,
and getCrossReference .
Indicates deferrability. See SQL-92 for a definition.
|
|
Top of Page
Copyright © 1995, 2012, 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.