com.mchange.v1.db.sql.schemarep
Class TypeRepImpl

java.lang.Object
  extended by com.mchange.v1.db.sql.schemarep.TypeRepImpl
All Implemented Interfaces:
TypeRep

public final class TypeRepImpl
extends Object
implements TypeRep


Constructor Summary
TypeRepImpl(int type_code, int[] typeSize)
           
 
Method Summary
 boolean equals(Object o)
           
 int getTypeCode()
           
 int[] getTypeSize()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeRepImpl

public TypeRepImpl(int type_code,
                   int[] typeSize)
Method Detail

getTypeCode

public int getTypeCode()
Specified by:
getTypeCode in interface TypeRep

getTypeSize

public int[] getTypeSize()
Specified by:
getTypeSize in interface TypeRep

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object