public class View extends Relation
LiquibaseSerializable.SerializationTypeGENERIC_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, setSchemagetAttribute, getAttribute, getAttributes, getObjectTypeName, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotId, load, serialize, setAttribute, setSnapshotId, shouldIncludeCatalogInSpecification, snapshotByDefaultpublic String getDefinition()
public void setDefinition(String definition)
public String toString()
toString in class AbstractDatabaseObjectpublic View setName(String name)
DatabaseObjectsetName in interface DatabaseObjectsetName in class Relationname - the new name for the database objectpublic boolean getContainsFullDefinition()
public View setContainsFullDefinition(boolean fullDefinition)
Copyright © 2019 Liquibase.org. All rights reserved.