|
|||||||||
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.TupleTableSlot
public class TupleTableSlot
The TupleTableSlot
correspons to the internal PostgreSQL
TupleTableSlot
.
Constructor Summary | |
---|---|
TupleTableSlot()
|
Method Summary | |
---|---|
Tuple |
getTuple()
|
TupleDesc |
getTupleDesc()
|
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 TupleTableSlot()
Method Detail |
---|
public Tuple getTuple() throws java.sql.SQLException
java.sql.SQLException
public TupleDesc getTupleDesc() throws java.sql.SQLException
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |