Class Tuple

java.lang.Object
org.reldb.wrapd.sqldb.Tuple
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UpdatableTuple

public abstract class Tuple
extends java.lang.Object
implements java.io.Serializable
The base class for all tuples. Derived classes are usually auto-generated by TupleTypeGenerator.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    Tuple()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Tuple

      public Tuple()