org.postgresql.pljava.internal
Class HeapTupleHeader
public class HeapTupleHeader
The HeapTupleHeader
correspons to the internal PostgreSQL
HeapTupleHeader
struct.
protected void | _free(long pointer)
|
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.
|
getObject
public final Object getObject(int index)
throws SQLException
Obtains a value from the underlying native HeapTupleHeader
structure.
index
- Index of value in the structure (one based).
getTupleDesc
public final TupleDesc getTupleDesc()
Obtains the TupleDesc that describes the tuple and returns it.
- The TupleDesc that describes this tuple.
Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \
Distributed under the terms shown in COPYRIGHT