SQL/MX 2.x Messages Manual (H06.10+, J06.03+)
Trigger, UDR Server, and Language Manager Messages
(11000 through 11399)
HP NonStop SQL/MX Messages Manual—544518-011
12-23
signature is a Java type signature.
class-name is the Java class name specified in the EXTERNAL NAME clause of a
CREATE PROCEDURE statement.
Cause. During the execution of a CREATE PROCEDURE statement, the SPJ method
could not be found in the specified Java class. The SPJ method must be named
class-name.method-name and must have a Java type signature matching the
declared SQL parameter types. If the DYNAMIC RESULT SETS clause specifies a
value greater than zero, the SPJ method must also have one or more trailing
java.sql.ResultSet[] parameters
Effect. The operation fails.
Recovery. Ensure that the SPJ method exists in the specified class file, and then
resubmit.
SQL 11232
where,
method-name is the Java method name specified in the EXTERNAL NAME clause of
a CREATE PROCEDURE statement.
class-name is the Java class name specified in the EXTERNAL NAME clause of a
CREATE PROCEDURE statement.
Cause. During the execution of a CREATE PROCEDURE statement, a method
named method-name was found in the specified Java class, but the method did not
have the static attribute.
Effect. The operation fails.
Recovery. Correct the signature of the SPJ method, and then resubmit.
SQL 11233
where,
method-name is the Java method name specified in the EXTERNAL NAME clause of
a CREATE PROCEDURE statement.
class-name is the Java class name specified in the EXTERNAL NAME clause of a
CREATE PROCEDURE statement.
11232 The method method-name in class class-name is not
defined as static.
11233 The return type for method method-name in class class-
name is not void.










