|
pljava 1.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TupleDesc | |
org.postgresql.pljava.internal | |
org.postgresql.pljava.jdbc |
Uses of TupleDesc in org.postgresql.pljava.internal |
Methods in org.postgresql.pljava.internal that return TupleDesc | |
TupleDesc |
TupleTableSlot.getTupleDesc()
|
TupleDesc |
SPITupleTable.getTupleDesc()
Returns the TupleDesc for the Tuple instances of
this table. |
TupleDesc |
Relation.getTupleDesc()
Returns a descriptor that describes tuples in this Relation . |
TupleDesc |
Portal.getTupleDesc()
Returns the TupleDesc that describes the row Tuples for this Portal. |
Methods in org.postgresql.pljava.internal with parameters of type TupleDesc | |
java.lang.Object |
Tuple.getObject(TupleDesc tupleDesc,
int index)
Obtains a value from the underlying native HeapTuple
structure. |
Uses of TupleDesc in org.postgresql.pljava.jdbc |
Methods in org.postgresql.pljava.jdbc that return TupleDesc | |
protected TupleDesc |
SingleRowResultSet.getTupleDesc()
|
Constructors in org.postgresql.pljava.jdbc with parameters of type TupleDesc | |
TriggerResultSet(TupleDesc tupleDesc,
Tuple tuple,
boolean readOnly)
|
|
SingleRowWriter(TupleDesc tupleDesc)
|
|
SingleRowResultSet(TupleDesc tupleDesc)
|
|
pljava 1.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |