Go to the source code of this file.
|  | 
| const long | INITIALLY_DEFERRED = 5 | 
|  | A possible value for the column DEFERRABILITYin theXResultSetobjects returned by the methodsgetImportedKeys,getExportedKeys, andgetCrossReference.
 | 
|  | 
| const long | INITIALLY_IMMEDIATE = 6 | 
|  | A possible value for the column DEFERRABILITYin theXResultSetobjects returned by the methodsgetImportedKeys,getExportedKeys, andgetCrossReference.
 | 
|  | 
| const long | NONE = 7 | 
|  | A possible value for the column DEFERRABILITYin theXResultSetobjects returned by the methodsgetImportedKeys,getExportedKeys, andgetCrossReference.
 | 
|  |