SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual—523730-004
12-20
SQL 11225
Cause. In a CREATE PROCEDURE statement, an invalid Java signature was used in
the EXTERNAL NAME clause.
Effect. The operation fails.
Recovery. The Java signature for a Java main() method must be
(java.lang.String[]). Correct the EXTERNAL NAME clause, and retry the
SQL/MX statement.
SQL 11226
Cause. In a CREATE PROCEDURE statement, the Java method specified in the
EXTERNAL NAME clause was a Java main() method, and an OUT or INOUT
parameter was declared in the SQL parameter list. All SQL parameters associated with
Java main() methods must be IN parameters.
Effect. The operation fails.
Recovery. Correct the SQL parameter list, and retry the SQL/MX statement.
SQL 11227
Cause. In a CREATE PROCEDURE statement, the Java method specified in the
EXTERNAL NAME clause was a Java main() method, and a noncharacter SQL data
type was used in SQL parameter list. All SQL parameters associated with Java
main() methods must have a character data type.
Effect. The operation fails.
Recovery. Correct the SQL parameter list, and retry the SQL/MX statement.
11225 Specified signature is invalid. Reason: The Java
signature for a Java main method must be
(java.lang.string[]).
11226 All SQL parameters associated with a Java main method
must have a parameter mode of IN.
11227 All SQL parameters associated with a Java main method
must be a SQL character type.