public class SqlCode
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
private int |
code_ |
|
(package private) static SqlCode |
disconnectError |
|
static SqlCode |
END_OF_DATA |
SQL code for SQL state 02000 (end of data).
|
static SqlCode |
queuedXAError |
Constructor | Description |
---|---|
SqlCode(int code) |
Modifier and Type | Method | Description |
---|---|---|
int |
getCode() |
Return the SQL code represented by this instance.
|
private int code_
public static final SqlCode queuedXAError
static final SqlCode disconnectError
public static final SqlCode END_OF_DATA
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.