java.lang.Object
org.postgresql.pljava.internal.TupleTable

public class TupleTable extends Object
The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
Author:
Thomas Hallgren
  • Method Details

    • getTupleDesc

      public final TupleDesc getTupleDesc()
    • getCount

      public final int getCount()
      Returns the number of Tuple instances contained in this table.
    • getSlot

      public final Tuple getSlot(int position)
      Returns the Tuple at the given index.
      Parameters:
      position - Index of desired slot. First slot has index zero.