HP Neoview Messages Manual page 248

Table of Contents

Advertisement

SQL 1 1232
11232 The Java method method-name in Java class class-name is not defined
as static.
method-name
class-name
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
SQL 1 1233
11233 The return type for Java method method-name in Java class
class-name is not void.
method-name
class-name
Cause
During the execution of a CREATE PROCEDURE statement, a method named
method-name was found in the specified Java class, but the method had a return type other
than void.
Effect
The operation fails.
Recovery
SQL 1 1234
11234 The Java method method-name(signature) was not found in Java class
class-name.
method-name
signature
class-name
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 0 (zero),
the SPJ method must also have one or more trailing java.sql.ResultSet[] parameters.
Effect
The operation fails.
Recovery
SQL 1 1235
11235 The Language Manager encountered an unexpected error trying to
retrieve information for the result set at position parameter-position
in the Java method signature.
parameter-position
248
Trigger, UDR Server, and Language Manager Messages (11000 Through 11399)
is the Java method name specified in the EXTERNAL NAME clause of a
CREATE PROCEDURE statement.
is the Java class name specified in the EXTERNAL NAME clause of a
CREATE PROCEDURE statement.
Correct the signature of the SPJ method, and resubmit.
is the Java method name specified in the EXTERNAL NAME clause of a
CREATE PROCEDURE statement.
is the Java class name specified in the EXTERNAL NAME clause of a
CREATE PROCEDURE statement.
Correct the signature of the SPJ method, and resubmit.
is the Java method name specified in the EXTERNAL NAME clause of a
CREATE PROCEDURE statement.
is a Java type signature.
is the Java class name specified in the EXTERNAL NAME clause of a
CREATE PROCEDURE statement.
Ensure that the SPJ method exists in the specified class file, and resubmit.
is the position of the result set parameter in the Java method
signature.

Advertisement

Table of Contents
loading

Table of Contents