isql.groupby
Class ColumnKeyAndType

java.lang.Object
  extended by 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

Constructor Summary
ColumnKeyAndType(ColumnKey key, ColumnType type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ColumnKey getKey()
           
 ColumnType getType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnKeyAndType

public ColumnKeyAndType(ColumnKey key,
                        ColumnType type)
Parameters:
key -
type -
Method Detail

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