liquibase.structure.core
Class View

java.lang.Object
  extended by liquibase.structure.AbstractDatabaseObject
      extended by liquibase.structure.core.Relation
          extended by liquibase.structure.core.View
All Implemented Interfaces:
Comparable, DatabaseObject

public class View
extends Relation


Constructor Summary
View()
           
 
Method Summary
 boolean equals(Object o)
           
 String getDefinition()
           
 int hashCode()
           
 void setDefinition(String definition)
           
 View setName(String name)
           
 Relation setSchema(Schema schema)
           
 String toString()
           
 
Methods inherited from class liquibase.structure.core.Relation
compareTo, getColumn, getColumns, getContainingObjects, getName, getRemarks, getSchema, setRemarks, setSchema
 
Methods inherited from class liquibase.structure.AbstractDatabaseObject
compareTo, getAttribute, getAttributes, getObjectTypeName, getSnapshotId, setAttribute, setSnapshotId, snapshotByDefault
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

View

public View()
Method Detail

setSchema

public Relation setSchema(Schema schema)
Overrides:
setSchema in class Relation
Parameters:
schema - The schema to set.

getDefinition

public String getDefinition()

setDefinition

public void setDefinition(String definition)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

setName

public View setName(String name)


Copyright © 2013 Liquibase.org. All Rights Reserved.