isql.groupby
Class ColumnKeyAndType
java.lang.Object
isql.groupby.ColumnKeyAndType
public class ColumnKeyAndType
- extends java.lang.Object
The column key (column+table) and the type of its values
- Author:
- SHZ Nov 5, 2007
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ColumnKeyAndType
public ColumnKeyAndType(ColumnKey key,
ColumnType type)
- Parameters:
key
- type
-
getKey
public ColumnKey getKey()
- Returns:
- the key
getType
public ColumnType getType()
- Returns:
- the type
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object