![HP NonStop SQL/MX Messages Manual Download Page 354](http://html.mh-extra.com/html/hp/nonstop-sql-mx/nonstop-sql-mx_messages-manual_165150354.webp)
Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual — 640324-001
13 -24
Where
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.
Where
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.
Where
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 had a
return type other than void.
Effect. The operation fails.
Recovery. Correct the signature of the SPJ method, and then resubmit.
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.
Summary of Contents for NonStop SQL/MX
Page 4: ......
Page 8: ...Contents HP NonStop SQL MX Messages Manual 640324 001 iv ...
Page 26: ...General Messages 0 through 999 HP NonStop SQL MX Messages Manual 640324 001 2 2 ...
Page 130: ...SQL MX MXCMP Messages 2000 through 2999 HP NonStop SQL MX Messages Manual 640324 001 4 34 ...
Page 242: ...Normalizer Messages 5000 through 5999 HP NonStop SQL MX Messages Manual 640324 001 7 2 ...
Page 246: ...Optimizer Messages 6000 through 6999 HP NonStop SQL MX Messages Manual 640324 001 8 4 ...
Page 248: ...Generator Messages 7000 through 7999 HP NonStop SQL MX Messages Manual 640324 001 9 2 ...
Page 614: ...Utility Messages 20000 through 23099 HP NonStop SQL MX Messages Manual 640324 001 18 138 ...
Page 752: ...Non SQLCODE Error Messages HP NonStop SQL MX Messages Manual 640324 001 A 14 MXGNAMES Utility ...