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