org.d2rq.db.schema
Class ColumnDef

java.lang.Object
  extended by org.d2rq.db.schema.ColumnDef

public class ColumnDef
extends Object


Constructor Summary
ColumnDef(Identifier name, DataType dataType, boolean isNullable)
           
 
Method Summary
 boolean equals(Object o)
           
 DataType getDataType()
           
 Identifier getName()
           
 int hashCode()
           
 boolean isNullable()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnDef

public ColumnDef(Identifier name,
                 DataType dataType,
                 boolean isNullable)
Method Detail

getName

public Identifier getName()

getDataType

public DataType getDataType()

isNullable

public boolean isNullable()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object