Package liquibase.structure.core
Class StoredDatabaseLogic<T extends StoredDatabaseLogic>
java.lang.Object
liquibase.structure.AbstractDatabaseObject
liquibase.structure.core.StoredDatabaseLogic<T>
- All Implemented Interfaces:
Comparable
,LiquibaseSerializable
,DatabaseObject
- Direct Known Subclasses:
StoredProcedure
public abstract class StoredDatabaseLogic<T extends StoredDatabaseLogic>
extends AbstractDatabaseObject
-
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
-
Method Summary
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
-
StoredDatabaseLogic
public StoredDatabaseLogic()
-
-
Method Details
-
getContainingObjects
-
snapshotByDefault
public boolean snapshotByDefault()- Specified by:
snapshotByDefault
in interfaceDatabaseObject
- Overrides:
snapshotByDefault
in classAbstractDatabaseObject
-
getName
-
setName
Description copied from interface:DatabaseObject
Sets the name for the database object.- Parameters:
name
- the new name for the database object- Returns:
- a reference to the same object (implementing classes are expected to return a reference to the same object).
-
getSchema
-
setSchema
-
isValid
-
setValid
-
getBody
-
setBody
-
getDbObjectComparator
-
equals
-
hashCode
public int hashCode()
-