org.postgresql.pljava.internal
Class Tuple
The Tuple
correspons to the internal PostgreSQL
HeapTuple
.
protected void | _free(long pointer) - Calls the backend function heap_freetuple(HeapTuple tuple)
|
Object | getObject(TupleDesc tupleDesc, int index) - Obtains a value from the underlying native
HeapTuple
structure.
|
_free
protected void _free(long pointer)
Calls the backend function heap_freetuple(HeapTuple tuple)
- _free in interface JavaWrapper
pointer
- The native pointer to the source HeapTuple
getObject
public Object getObject(TupleDesc tupleDesc,
int index)
throws SQLException
Obtains a value from the underlying native HeapTuple
structure.
tupleDesc
- The Tuple descriptor for this instance.index
- Index of value in the structure (one based).
Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \
Distributed under the terms shown in COPYRIGHT