ca.idms.qcli
Interface SQLState

All Known Implementing Classes:
IdmsCallableStatement, IdmsConnection, IdmsDatabaseMetaData, IdmsJdbcObject, IdmsLogicalConnection, IdmsMetaData, IdmsParameterMetaData, IdmsPooledConnection, IdmsPreparedStatement, IdmsReceivedCursor, IdmsResultObject, IdmsResultSet, IdmsResultSetMetaData, IdmsSavepoint, IdmsStatement, IdmsXAConnection

public interface SQLState

Defines SQLSTATE values used by the JDBC driver. This interface defines (and documents) the SQLSTATE values returned in SQLExceptions thrown by the CA-IDMS JDBC driver and native client interface.

Note that CA-IDMS/DB also sets SQLSTATE values, however, only values set by the Java code are documented here.

Version:
1.00, 05/29/02
Author:
Dave Ross

Field Summary
static java.lang.String SQL_00000
          SQLSTATE = "00000": successful completion Defined by ANSI SQL/Foundation 1999
static java.lang.String SQL_01000
          SQLSTATE = "01000": warning.
static java.lang.String SQL_01004
          SQLSTATE = "01004": warning, string data, right truncation.
static java.lang.String SQL_07001
          SQLSTATE = "07001": dynamic SQL error, using clause does not match dynamic parameter specifications.
static java.lang.String SQL_07009
          SQLSTATE = "07009": invalid column argument.
static java.lang.String SQL_08001
          SQLSTATE = "08001": connection exception, SQL-client unable to establish SQL-connection.
static java.lang.String SQL_08002
          SQLSTATE = "08002": connection exception, connection name in use.
static java.lang.String SQL_08003
          SQLSTATE = "08003": connection exception, connection does not exist .
static java.lang.String SQL_08004
          SQLSTATE = "08004": connection exception, SQL-server rejected establishment of SQL-connection.
static java.lang.String SQL_08006
          SQLSTATE = "08006": connection exception, connection failure.
static java.lang.String SQL_08007
          SQLSTATE = "08007": connection exception, transaction resolution unknown.
static java.lang.String SQL_0A000
          SQLSTATE = "0A000": feature not supported.
static java.lang.String SQL_21000
          SQLSTATE = "21000": cardinality violation.
static java.lang.String SQL_22000
          SQLSTATE = "22000": data exception.
static java.lang.String SQL_22001
          SQLSTATE = "22001": data exception, string data, right truncation.
static java.lang.String SQL_22003
          SQLSTATE = "22003": data exception, numeric value out of range.
static java.lang.String SQL_22005
          SQLSTATE = "22005": data exception, error in assignment.
static java.lang.String SQL_22007
          SQLSTATE = "22007": data exception, invalid datetime format.
static java.lang.String SQL_24000
          SQLSTATE = "24000": invalid cursor state.
static java.lang.String SQL_25000
          SQLSTATE = "25000": invalid transaction state.
static java.lang.String SQL_3C000
          SQLSTATE = "3C000": ambiguous cursor name.
static java.lang.String SQL_40000
          SQLSTATE = "40000": transaction rollback.
static java.lang.String SQL_42000
          SQLSTATE = "42000": syntax error or access rule violation.
static java.lang.String SQL_HY000
          SQLSTATE = "HY000": CLI-specific condition.
static java.lang.String SQL_HY004
          SQLSTATE = "HY004": CLI-specific condition, invalid data type.
static java.lang.String SQL_HY009
          SQLSTATE = "HY009": CLI-specific condition, invalid use of null pointer.
static java.lang.String SQL_HY010
          SQLSTATE = "HY010": CLI-specific condition, function sequence error.
static java.lang.String SQL_HY024
          SQLSTATE = "HY024": CLI-specific condition, invalid attribute value.
static java.lang.String SQL_HY106
          SQLSTATE = "HY106": CLI-specific condition, invalid fetch orientation.
static java.lang.String SQL_HYC00
          SQLSTATE = "HYC00": CLI-specific condition, optional feature not implemented.
 

Field Detail

SQL_00000

static final java.lang.String SQL_00000
SQLSTATE = "00000": successful completion Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_01000

static final java.lang.String SQL_01000
SQLSTATE = "01000": warning. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_01004

static final java.lang.String SQL_01004
SQLSTATE = "01004": warning, string data, right truncation. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_07001

static final java.lang.String SQL_07001
SQLSTATE = "07001": dynamic SQL error, using clause does not match dynamic parameter specifications.

See Also:
Constant Field Values

SQL_07009

static final java.lang.String SQL_07009
SQLSTATE = "07009": invalid column argument. Defined by ANSI SQL/Bindings 1999

See Also:
Constant Field Values

SQL_08001

static final java.lang.String SQL_08001
SQLSTATE = "08001": connection exception, SQL-client unable to establish SQL-connection. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_08002

static final java.lang.String SQL_08002
SQLSTATE = "08002": connection exception, connection name in use. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_08003

static final java.lang.String SQL_08003
SQLSTATE = "08003": connection exception, connection does not exist . Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_08004

static final java.lang.String SQL_08004
SQLSTATE = "08004": connection exception, SQL-server rejected establishment of SQL-connection. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_08006

static final java.lang.String SQL_08006
SQLSTATE = "08006": connection exception, connection failure. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_08007

static final java.lang.String SQL_08007
SQLSTATE = "08007": connection exception, transaction resolution unknown. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_0A000

static final java.lang.String SQL_0A000
SQLSTATE = "0A000": feature not supported. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_21000

static final java.lang.String SQL_21000
SQLSTATE = "21000": cardinality violation. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_22000

static final java.lang.String SQL_22000
SQLSTATE = "22000": data exception. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_22001

static final java.lang.String SQL_22001
SQLSTATE = "22001": data exception, string data, right truncation. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_22003

static final java.lang.String SQL_22003
SQLSTATE = "22003": data exception, numeric value out of range. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_22005

static final java.lang.String SQL_22005
SQLSTATE = "22005": data exception, error in assignment. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_22007

static final java.lang.String SQL_22007
SQLSTATE = "22007": data exception, invalid datetime format. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_24000

static final java.lang.String SQL_24000
SQLSTATE = "24000": invalid cursor state. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_25000

static final java.lang.String SQL_25000
SQLSTATE = "25000": invalid transaction state. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_3C000

static final java.lang.String SQL_3C000
SQLSTATE = "3C000": ambiguous cursor name. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_40000

static final java.lang.String SQL_40000
SQLSTATE = "40000": transaction rollback. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_42000

static final java.lang.String SQL_42000
SQLSTATE = "42000": syntax error or access rule violation. Defined by ANSI SQL/Foundation 1999

See Also:
Constant Field Values

SQL_HY000

static final java.lang.String SQL_HY000
SQLSTATE = "HY000": CLI-specific condition. Defined by ANSI SQL/CLI 1999

See Also:
Constant Field Values

SQL_HY004

static final java.lang.String SQL_HY004
SQLSTATE = "HY004": CLI-specific condition, invalid data type. Defined by ANSI SQL/CLI 1999

See Also:
Constant Field Values

SQL_HY009

static final java.lang.String SQL_HY009
SQLSTATE = "HY009": CLI-specific condition, invalid use of null pointer. Defined by ANSI SQL/CLI 1999

See Also:
Constant Field Values

SQL_HY010

static final java.lang.String SQL_HY010
SQLSTATE = "HY010": CLI-specific condition, function sequence error. Defined by ANSI SQL/CLI 1999

See Also:
Constant Field Values

SQL_HY024

static final java.lang.String SQL_HY024
SQLSTATE = "HY024": CLI-specific condition, invalid attribute value. Defined by ANSI SQL/CLI 1999

See Also:
Constant Field Values

SQL_HY106

static final java.lang.String SQL_HY106
SQLSTATE = "HY106": CLI-specific condition, invalid fetch orientation. Defined by ANSI SQL/CLI 1999

See Also:
Constant Field Values

SQL_HYC00

static final java.lang.String SQL_HYC00
SQLSTATE = "HYC00": CLI-specific condition, optional feature not implemented. Defined by ANSI SQL/CLI 1999

See Also:
Constant Field Values


Copyright © 2009 CA, All rights reserved