Go to the source code of this file.
|  | 
| const long | sqlStateXOpen = 1 | 
|  | A possible return value for the method DatabaseMetaData.getSQLStateTypewhich is used to indicate whether the value returned by the methodSQLException.getSQLStateis an X/Open (now know as Open Group) SQL CLI SQLSTATE value.
 | 
| const long | sqlStateSQL = 2 | 
|  | A possible return value for the method DatabaseMetaData.getSQLStateTypewhich is used to indicate whether the value returned by the methodSQLException.getSQLStateis an SQLSTATE value.
 | 
| const long | sqlStateSQL99 = sqlStateSQL | 
|  | A possible return value for the method DatabaseMetaData.getSQLStateTypewhich is used to indicate whether the value returned by the methodSQLException.getSQLStateis an SQL99 SQLSTATE value.
 |