All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.change.changelogs.derby.createProcedure.txt Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE PROCEDURE test_procedure()
LANGUAGE JAVA
PARAMETER STYLE JAVA
EXTERNAL NAME 'testClass.testMethod';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy