pljava 1.0.0

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

Packages that use Oid
org.postgresql.pljava.internal   
org.postgresql.pljava.jdbc   
org.postgresql.pljava.management   
 

Uses of Oid in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal that return Oid
static Oid Oid.forJavaClass(java.lang.Class clazz)
          Finds the PostgreSQL well known Oid for the given class.
static Oid Oid.forSqlType(int sqlType)
          Finds the PostgreSQL well known Oid for the XOPEN Sql type.
static Oid Oid.getTypeId()
          Returns the PostgreSQL type id for the Oid type.
 

Methods in org.postgresql.pljava.internal with parameters of type Oid
static void Oid.registerType(java.lang.Class clazz, Oid typeId)
          A Type well known to PostgreSQL but not known as a standard XOPEN SQL type can be registered here.
static ExecutionPlan ExecutionPlan.prepare(java.lang.String statement, Oid[] argTypes)
          Create an execution plan for a statement to be executed later using the internal SPI_prepare function.
 

Uses of Oid in org.postgresql.pljava.jdbc
 

Methods in org.postgresql.pljava.jdbc that return Oid
(package private)  Oid SPIPreparedStatement.ParamEntry.getTypeId()
           
 

Uses of Oid in org.postgresql.pljava.management
 

Methods in org.postgresql.pljava.management that return Oid
protected static Oid Commands.getSchemaId(java.sql.Connection conn, java.lang.String schemaName)
          Returns the Oid for the given Schema.
 


pljava 1.0.0