background image
<< XJ009 Use of CallableStatement required | XJ088 Invalid operation >>

XJ059 Cannot close a connection

<< XJ009 Use of CallableStatement required | XJ088 Invalid operation >>
Derby Reference Manual
290
SQLSTATE
Message Text
XJ059
Cannot close a connection while a global transaction is still active.
XJ05B
JDBC attribute '<attributeName>' has an invalid value '<value>', valid values
are '<value>'.
XJ05C
Cannot set holdability ResultSet.HOLD_CURSORS_OVER_COMMIT for a
global transaction.
XJ061
The '<methodName>' method is only allowed on scroll cursors.
XJ062
Invalid parameter value '<value>' for ResultSet.setFetchSize(int rows).
XJ063
Invalid parameter value '<value>' for Statement.setMaxRows(int maxRows).
Parameter value must be >= 0.
XJ064
Invalid parameter value '<value>' for setFetchDirection(int direction).
XJ065
Invalid parameter value '<value>' for Statement.setFetchSize(int rows).
XJ066
Invalid parameter value '<value>' for Statement.setMaxFieldSize(int max).
XJ067
SQL text pointer is null.
XJ068
Only executeBatch and clearBatch allowed in the middle of a batch.
XJ069
No SetXXX methods allowed in case of USING execute statement.
XJ070
Negative or zero position argument '<argument>' passed in a Blob or Clob
method.
XJ071
Negative length argument '<argument>' passed in a BLOB or CLOB method.
XJ072
Null pattern or searchStr passed in to a BLOB or CLOB position method.
XJ073
The data in this BLOB or CLOB is no longer available. The BLOB/CLOB's
transaction may be committed, its connection closed or it has been freed.
XJ074
Invalid parameter value '<value>' for Statement.setQueryTimeout(int
seconds).
XJ076
The position argument '<positionArgument>' exceeds the size of the
BLOB/CLOB.
XJ077
Got an exception when trying to read the first byte/character of the
BLOB/CLOB pattern using getBytes/getSubString.
XJ078
Offset '<value>' is either less than zero or is too large for the current
BLOB/CLOB.
XJ079
The length specified '<number>' exceeds the size of the BLOB/CLOB.
XJ080
USING execute statement passed <number> parameters rather than
<number>.
XJ081
Conflicting create/restore/recovery attributes specified.
XJ081
Invalid value '<value>' passed as parameter '<parameterName>' to method
'<methodName>'
XJ085
Stream has already been read and end-of-file reached and cannot be
re-used.
XJ086
This method cannot be invoked while the cursor is not on the insert row or if
the concurrency of this ResultSet object is CONCUR_READ_ONLY.
XJ087
Sum of position('<pos>') and length('<length>') is greater than the size of the
LOB plus one.