liquibase.database.structure.type
Class DatabaseValue

java.lang.Object
  extended by liquibase.database.structure.type.DatabaseValue

public class DatabaseValue
extends Object


Constructor Summary
DatabaseValue(DataType type, Object value)
           
 
Method Summary
 DataType getType()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseValue

public DatabaseValue(DataType type,
                     Object value)
Method Detail

getValue

public Object getValue()

getType

public DataType getType()


Copyright © 2012 Liquibase.org. All Rights Reserved.