Constants
|
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.
|
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.
|
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.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.