public class View extends Relation
LiquibaseSerializable.SerializationType
CURLY_BRACKET_PATTERN
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
Constructor and Description |
---|
View() |
View(String catalogName,
String schemaName,
String tableName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
getContainsFullDefinition() |
String |
getDefinition() |
int |
hashCode() |
View |
setContainsFullDefinition(boolean fullDefinition) |
void |
setDefinition(String definition) |
View |
setName(String name)
Sets the name for the database object.
|
Relation |
setSchema(Schema schema) |
String |
toString() |
addColumn, compareTo, getColumn, getColumns, getContainingObjects, getIndexes, getName, getRemarks, getSchema, getUniqueConstraints, setRemarks, setSchema
getAttribute, getAttribute, getAttributes, getObjectTypeName, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotId, load, serialize, setAttribute, setSnapshotId, shouldIncludeCatalogInSpecification, snapshotByDefault
public String getDefinition()
public void setDefinition(String definition)
public String toString()
toString
in class AbstractDatabaseObject
public View setName(String name)
DatabaseObject
setName
in interface DatabaseObject
setName
in class Relation
name
- the new name for the database objectpublic boolean getContainsFullDefinition()
public View setContainsFullDefinition(boolean fullDefinition)
Copyright © 2023 Liquibase.org. All rights reserved.