Briggs <[EMAIL PROTECTED]> writes: > Hey, thanks for your reply. I am still way confused on this. And > trying to find examples of the SQL/JRT spec is almost impossible. I > am trying to make some sense of the examples of creating store > procedures off the http://wiki.apache.org/db-derby/DerbySQLroutines > wiki page with no avail. I am just trying to find the actual > rules/spec/documentation on doing this.
Don't know if it helps, but you could take a look at one of Derby's unit tests for procedures. For example https://svn.apache.org/repos/asf/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ProcedureTest.java -- dt
