public class SqlCode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_DOES_NOT_EXIST |
static int |
CONNECTION_REFUSED |
static int |
DATABASE_NOT_FOUND |
static SqlCode |
disconnectError |
static SqlCode |
END_OF_DATA
SQL code for SQL state 02000 (end of data).
|
static int |
INVALID_CREDENTIALS |
static int |
INVALID_SQL_STATEMENT |
static int |
MISSING_CREDENTIALS |
static int |
OBJECT_NOT_DEFINED |
static SqlCode |
queuedXAError |
static int |
RDB_NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Return the SQL code represented by this instance.
|
public static final int CONNECTION_REFUSED
public static final int RDB_NOT_FOUND
public static final int INVALID_CREDENTIALS
public static final int MISSING_CREDENTIALS
public static final int DATABASE_NOT_FOUND
public static final int INVALID_SQL_STATEMENT
public static final int OBJECT_NOT_DEFINED
public static final int COLUMN_DOES_NOT_EXIST
public static final SqlCode queuedXAError
public static final SqlCode disconnectError
public static final SqlCode END_OF_DATA
Copyright © 2020. All rights reserved.