Uses of Class
org.postgresql.pljava.internal.JavaWrapper

Packages that use JavaWrapper
org.postgresql.pljava.internal   
org.postgresql.pljava.jdbc   
 

Uses of JavaWrapper in org.postgresql.pljava.internal
 

Subclasses of JavaWrapper in org.postgresql.pljava.internal
 class ErrorData
          The ErrorData correspons to the ErrorData obtained using an internal PostgreSQL CopyErrorData call.
 class HeapTupleHeader
          The HeapTupleHeader correspons to the internal PostgreSQL HeapTupleHeader struct.
 class LargeObject
          The LargeObject correspons to the internal PostgreSQL LargeObjectDesc.
 class Relation
          The Relation correspons to the internal PostgreSQL Relation.
 class TriggerData
          The TriggerData correspons to the internal PostgreSQL TriggerData.
 class Tuple
          The Tuple correspons to the internal PostgreSQL HeapTuple.
 class TupleDesc
          The TupleDesc correspons to the internal PostgreSQL TupleDesc.
 

Uses of JavaWrapper in org.postgresql.pljava.jdbc
 

Subclasses of JavaWrapper in org.postgresql.pljava.jdbc
 class SQLInputFromTuple
          A single row, updateable ResultSet specially made for triggers.