org.postgresql.pljava.jdbc
Class TypeOid

java.lang.Object
  extended byorg.postgresql.pljava.jdbc.TypeOid

public class TypeOid
extends java.lang.Object

Provides constants for well-known backend OIDs for the types we commonly use.


Field Summary
static int BOOL
           
static int BPCHAR
           
static int BYTEA
           
static int DATE
           
static int FLOAT4
           
static int FLOAT8
           
static int INT2
           
static int INT4
           
static int INT8
           
static int INVALID
           
static int NUMERIC
           
static int OID
           
static int TEXT
           
static int TIME
           
static int TIMESTAMP
           
static int TIMESTAMPTZ
           
static int VARCHAR
           
 
Constructor Summary
TypeOid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID

public static final int INVALID
See Also:
Constant Field Values

INT2

public static final int INT2
See Also:
Constant Field Values

INT4

public static final int INT4
See Also:
Constant Field Values

INT8

public static final int INT8
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values

NUMERIC

public static final int NUMERIC
See Also:
Constant Field Values

FLOAT4

public static final int FLOAT4
See Also:
Constant Field Values

FLOAT8

public static final int FLOAT8
See Also:
Constant Field Values

BOOL

public static final int BOOL
See Also:
Constant Field Values

DATE

public static final int DATE
See Also:
Constant Field Values

TIME

public static final int TIME
See Also:
Constant Field Values

TIMESTAMP

public static final int TIMESTAMP
See Also:
Constant Field Values

TIMESTAMPTZ

public static final int TIMESTAMPTZ
See Also:
Constant Field Values

BYTEA

public static final int BYTEA
See Also:
Constant Field Values

VARCHAR

public static final int VARCHAR
See Also:
Constant Field Values

OID

public static final int OID
See Also:
Constant Field Values

BPCHAR

public static final int BPCHAR
See Also:
Constant Field Values
Constructor Detail

TypeOid

public TypeOid()


Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. Distributed under the terms shown in COPYRIGHT