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

liquibase.harness.change.expectedSnapshot.oracle.dropFunction.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "snapshot": {
    "objects": {
      "_noMatch": true,
      "com.datical.liquibase.ext.storedlogic.function.Function": [
        {
          "function": {
            "body": "CREATE OR REPLACE FUNCTION test_function(id IN NUMBER) RETURN VARCHAR2 AS BEGIN RETURN '2'; END;",
            "name": "TEST_FUNCTION",
            "valid": true
          }
        }]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy