|
||||||||||
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.HeapTupleHeader
public class HeapTupleHeader
The HeapTupleHeader
correspons to the internal PostgreSQL
HeapTupleHeader
struct.
Method Summary | |
---|---|
protected void |
_free(long pointer)
Calls the C function pfree() with the given pointer as an argument. |
Object |
getObject(int index)
Obtains a value from the underlying native HeapTupleHeader
structure. |
TupleDesc |
getTupleDesc()
Obtains the TupleDesc that describes the tuple and returns it. |
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 final Object getObject(int index) throws SQLException
HeapTupleHeader
structure.
index
- Index of value in the structure (one based).
null
.
SQLException
- If the underlying native structure has gone stale.public final TupleDesc getTupleDesc()
protected void _free(long pointer)
JavaWrapper
_free
in class JavaWrapper
pointer
- The pointer to free.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |