|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.postgresql.pljava.internal.JavaWrapper
org.postgresql.pljava.internal.Tuple
public class Tuple
The Tuple
correspons to the internal PostgreSQL
HeapTuple
.
Method Summary | |
---|---|
protected void |
_free(long pointer)
Calls the backend function heap_freetuple(HeapTuple tuple) |
java.lang.Object |
getObject(TupleDesc tupleDesc,
int index)
Obtains a value from the underlying native HeapTuple
structure. |
Methods inherited from class org.postgresql.pljava.internal.JavaWrapper |
---|
finalize, getNativePointer |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object getObject(TupleDesc tupleDesc, int index) throws java.sql.SQLException
HeapTuple
structure.
tupleDesc
- The Tuple descriptor for this instance.index
- Index of value in the structure (one based).
null
.
java.sql.SQLException
- If the underlying native structure has gone stale.protected void _free(long pointer)
_free
in class JavaWrapper
pointer
- The native pointer to the source HeapTuple
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |