org.postgresql.pljava.internal
Class TupleTable

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

public class TupleTable
extends java.lang.Object

The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.


Method Summary
 int getCount()
          Returns the number of Tuple instances contained in this table.
 Tuple getSlot(int position)
          Returns the Tuple at the given index.
 TupleDesc getTupleDesc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.


Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. Distributed under the terms shown in COPYRIGHT