Uses of Class
org.postgresql.pljava.internal.TupleDesc
Packages that use TupleDesc
Package
Description
Java classes implementing core PL/Java behavior.
PL/Java's specialized JDBC implementation that interacts directly with the
backend over SPI.
-
Uses of TupleDesc in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return TupleDescModifier and TypeMethodDescriptionPortal.getTupleDesc()Returns the TupleDesc that describes the row Tuples for this Portal.Relation.getTupleDesc()Returns a descriptor that describes tuples in thisRelation.final TupleDescTupleTable.getTupleDesc()Methods in org.postgresql.pljava.internal with parameters of type TupleDescModifier and TypeMethodDescriptionObtains a value from the underlying nativeHeapTuplestructure.static TupleTableSPI.getTupTable(TupleDesc known) Returns the value of the global variableSPI_tuptable. -
Uses of TupleDesc in org.postgresql.pljava.jdbc
Methods in org.postgresql.pljava.jdbc that return TupleDescModifier and TypeMethodDescriptionprotected final TupleDescSingleRowReader.getTupleDesc()protected abstract TupleDescSingleRowResultSet.getTupleDesc()protected final TupleDescSingleRowWriter.getTupleDesc()protected final TupleDescTriggerResultSet.getTupleDesc()Constructors in org.postgresql.pljava.jdbc with parameters of type TupleDescModifierConstructorDescriptionSingleRowReader(DualState.Key cookie, long resourceOwner, long hth, TupleDesc tupleDesc) SingleRowWriter(TupleDesc tupleDesc) Construct aSingleRowWritergiven a descriptor of the tuple structure it should produce.SPIResultSetMetaData(TupleDesc tupleDesc) Constructor.SQLInputFromTuple(DualState.Key cookie, long resourceOwner, long heapTupleHeaderPointer, TupleDesc tupleDesc) Construct an instance, given the (native) pointer to a PGHeapTupleHeader, as well as the TupleDesc (Java object this time) describing its structure.SQLOutputToTuple(TupleDesc tupleDesc) TriggerResultSet(TupleDesc tupleDesc, Tuple tuple, boolean readOnly)