liquibase.structure.core
Class StoredProcedure

java.lang.Object
  extended by liquibase.structure.AbstractDatabaseObject
      extended by liquibase.structure.core.StoredDatabaseLogic<StoredProcedure>
          extended by liquibase.structure.core.StoredProcedure
All Implemented Interfaces:
Comparable, LiquibaseSerializable, DatabaseObject

public class StoredProcedure
extends StoredDatabaseLogic<StoredProcedure>


Nested Class Summary
 
Nested classes/interfaces inherited from interface liquibase.serializer.LiquibaseSerializable
LiquibaseSerializable.SerializationType
 
Field Summary
 
Fields inherited from interface liquibase.serializer.LiquibaseSerializable
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
 
Constructor Summary
StoredProcedure()
           
StoredProcedure(String catalogName, String schemaName, String procedureName)
           
 
Method Summary
 
Methods inherited from class liquibase.structure.core.StoredDatabaseLogic
equals, getBody, getContainingObjects, getName, getSchema, hashCode, isValid, setBody, setName, setSchema, setValid
 
Methods inherited from class liquibase.structure.AbstractDatabaseObject
compareTo, getAttribute, getAttribute, getAttributes, getObjectTypeName, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotId, load, serialize, setAttribute, setSnapshotId, snapshotByDefault, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoredProcedure

public StoredProcedure()

StoredProcedure

public StoredProcedure(String catalogName,
                       String schemaName,
                       String procedureName)


Copyright © 2016 Liquibase.org. All rights reserved.