Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.