SQL data types (type II)
For this type of implementation, all the data passed to your Java™ program are of Object type. Your program must also return an object.
The data types are common SQL data types for databases.
They are those defined by the java.sql package. The syntax is the
same as for the type I, except that the identifier is java: instead
of javas:, as follows:
java:[package.]ClassName.methodName([param1, ...]) -> Object