|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.postgresql.pljava.internal.TupleTable
public class TupleTable
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 |
---|
public final TupleDesc getTupleDesc()
public final int getCount()
Tuple
instances contained in this table.
public final Tuple getSlot(int position)
Tuple
at the given index.
position
- Index of desired slot. First slot has index zero.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |