background image
<< XIE01 Connection was null | XJ059 Cannot close a connection >>

XJ009 Use of CallableStatement required

<< XIE01 Connection was null | XJ059 Cannot close a connection >>
Derby Reference Manual
289
SQLSTATE
Message Text
XJ009
Use of CallableStatement required for stored procedure call or use of output
parameters: <value>
XJ010
Cannot issue savepoint when autoCommit is on.
XJ011
Cannot pass null for savepoint name.
XJ012
'<value>' already closed.
XJ013
No ID for named savepoints.
XJ014
No name for un-named savepoints.
XJ015
Derby system shutdown.
XJ016
Method '<methodName>' not allowed on prepared statement.
XJ017
No savepoint command allowed inside the trigger code.
XJ018
Column name cannot be null.
XJ020
Object type not convertible to TYPE '<typeName>', invalid java.sql.Types
value, or object was null.
XJ021
Type is not supported.
XJ022
Unable to set stream: '<name>'.
XJ023
Input stream did not have exact amount of data as the requested length.
XJ025
Input stream cannot have negative length.
XJ028
The URL '<urlValue>' is not properly formed.
XJ030
Cannot set AUTOCOMMIT ON when in a nested connection.
XJ040
Failed to start database '<databaseName>' with class loader <classLoader>,
see the next exception for details.
XJ041
Failed to create database '<databaseName>', see the next exception for
details.
XJ042
'<value>' is not a valid value for property '<propertyName>'.
XJ044
'<value>' is an invalid scale.
XJ045
Invalid or (currently) unsupported isolation level, '<levelName>', passed
to Connection.setTransactionIsolation(). The currently supported
values are java.sql.Connection.TRANSACTION_SERIALIZABLE,
java.sql.Connection.TRANSACTION_REPEATABLE_READ,
java.sql.Connection.TRANSACTION_READ_COMMITTED, and
java.sql.Connection.TRANSACTION_READ_UNCOMMITTED.
XJ048
Conflicting boot attributes specified: <attributes>
XJ049
Conflicting create attributes specified.
XJ04B
Batch cannot contain a command that attempts to return a result set.
XJ04C
CallableStatement batch cannot contain output parameters.
XJ056
Cannot set AUTOCOMMIT ON when in an XA connection.
XJ057
Cannot commit a global transaction using the Connection, commit
processing must go thru XAResource interface.
XJ058
Cannot rollback a global transaction using the Connection, commit
processing must go thru XAResource interface.