When you login to the database, you can view accessible stored procedures.
A feature that registers a function or procedure written in Java in the database server with the loadjava command and adds a database function or procedure in order to use the given Java function.
Right-click Stored procedure in the navigation tree and then select Create Function or Create Procedure.
Only Java types compatible with the selected SQL type are displayed so that the user does not make a mistake with type mapping.
For more information, see "Java Stored Function/Procedure" in the CUBRID online manual.