Package org.apache.derby.client.am
Class SqlCode
java.lang.Object
org.apache.derby.client.am.SqlCode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal int
getCode()
Return the SQL code represented by this instance.
-
Field Details
-
code_
private int code_ -
queuedXAError
-
disconnectError
-
END_OF_DATA
SQL code for SQL state 02000 (end of data). DRDA does not specify the SQL code for this SQL state, but Derby uses 100.
-
-
Constructor Details
-
SqlCode
SqlCode(int code)
-
-
Method Details
-
getCode
public final int getCode()Return the SQL code represented by this instance.- Returns:
- an SQL code
-