butler.sql.record
Class PrimaryKeyTuple

java.lang.Object
  extended by butler.util.Tuple
      extended by butler.sql.record.PrimaryKeyTuple
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class PrimaryKeyTuple
extends butler.util.Tuple

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class butler.util.Tuple
butler.util.Tuple.Parser
 
Constructor Summary
PrimaryKeyTuple(PrimaryKeyTuple tuple)
           
PrimaryKeyTuple(Table table)
           
PrimaryKeyTuple(Table table, butler.util.Tuple tuple)
           
 
Method Summary
 Table getTable()
           
 
Methods inherited from class butler.util.Tuple
add, compareTo, elementAt, equals, hashCode, hasNullValues, parseTuple, setValueAt, size, toList, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimaryKeyTuple

public PrimaryKeyTuple(Table table)
                throws java.lang.Exception
Throws:
java.lang.Exception

PrimaryKeyTuple

public PrimaryKeyTuple(Table table,
                       butler.util.Tuple tuple)
                throws java.lang.Exception
Throws:
java.lang.Exception

PrimaryKeyTuple

public PrimaryKeyTuple(PrimaryKeyTuple tuple)
Method Detail

getTable

public Table getTable()