The core of the stored procedure is the Java snippet. The snippet contains a sequence of Java statements. When it processes a CREATE PROCEDURE statement, OpenEdge SQL adds header and footer "wrapper" code to the Java snippet. This wrapper code:
Declares a class with the name
username_procname_SP, where
username is the user name of the database connection that issued the
CREATE PROCEDURE statement and
procname is the name supplied in the
CREATE PROCEDURE statement.