public class SqlCode
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
SqlCode(int code) |
Modifier and Type | Method and 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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.