public class View extends Relation
LiquibaseSerializable.SerializationType
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) |
Relation |
setSchema(Schema schema) |
String |
toString() |
addColumn, compareTo, getColumn, getColumns, getContainingObjects, getName, getRemarks, getSchema, setRemarks, setSchema
getAttribute, getAttribute, getAttributes, getObjectTypeName, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotId, load, serialize, setAttribute, setSnapshotId, snapshotByDefault
public String getDefinition()
public void setDefinition(String definition)
public String toString()
toString
in class AbstractDatabaseObject
public View setName(String name)
setName
in interface DatabaseObject
setName
in class Relation
public boolean getContainsFullDefinition()
public View setContainsFullDefinition(boolean fullDefinition)
Copyright © 2016 Liquibase.org. All rights reserved.