|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.postgresql.pljava.internal.NativeStruct
org.postgresql.pljava.internal.TupleTable
public class TupleTable
The TupleTable
correspons to the internal PostgreSQL
TupleTable
type.
Constructor Summary | |
---|---|
TupleTable()
|
Method Summary | |
---|---|
int |
getCount()
Returns the number of TupleTableSlots contained in this TupleTable. |
TupleTableSlot |
getSlot(int position)
Returns the TupleTableSlot at the given index. |
Methods inherited from class org.postgresql.pljava.internal.NativeStruct |
---|
getNative, invalidate, isValid, releasePointer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TupleTable()
Method Detail |
---|
public int getCount() throws java.sql.SQLException
java.sql.SQLException
public TupleTableSlot getSlot(int position) throws java.sql.SQLException
position
- Index of desired slot. First slot has index zero.
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |