Package liquibase.structure.core
Class StoredProcedure
java.lang.Object
liquibase.structure.AbstractDatabaseObject
liquibase.structure.core.StoredDatabaseLogic<StoredProcedure>
liquibase.structure.core.StoredProcedure
- All Implemented Interfaces:
Comparable
,LiquibaseSerializable
,DatabaseObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface liquibase.serializer.LiquibaseSerializable
LiquibaseSerializable.SerializationType
-
Field Summary
Fields inherited from class liquibase.structure.AbstractDatabaseObject
CURLY_BRACKET_PATTERN
Fields inherited from interface liquibase.serializer.LiquibaseSerializable
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
-
Constructor Summary
ConstructorDescriptionStoredProcedure
(String catalogName, String schemaName, String procedureName) -
Method Summary
Methods inherited from class liquibase.structure.core.StoredDatabaseLogic
equals, getBody, getContainingObjects, getDbObjectComparator, getName, getSchema, hashCode, isValid, setBody, setName, setSchema, setValid, snapshotByDefault
Methods inherited from class liquibase.structure.AbstractDatabaseObject
compareTo, getAttribute, getAttribute, getAttributes, getObjectTypeName, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotId, load, serialize, setAttribute, setSnapshotId, shouldIncludeCatalogInSpecification, toString
-
Constructor Details
-
StoredProcedure
public StoredProcedure() -
StoredProcedure
-