Package com.mchange.v1.db.sql.schemarep
Class TypeRepImpl
- java.lang.Object
-
- com.mchange.v1.db.sql.schemarep.TypeRepImpl
-
-
Constructor Summary
Constructors Constructor Description TypeRepImpl(int type_code, int[] typeSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetTypeCode()int[]getTypeSize()inthashCode()
-
-
-
Method Detail
-
getTypeCode
public int getTypeCode()
- Specified by:
getTypeCodein interfaceTypeRep
-
getTypeSize
public int[] getTypeSize()
- Specified by:
getTypeSizein interfaceTypeRep
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-