org.postgresql.core
Class Oid
java.lang.Object
org.postgresql.core.Oid
public class Oid
- extends java.lang.Object
Provides constants for well-known backend OIDs for the types we commonly
use.
|
Constructor Summary |
Oid()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNSPECIFIED
public static final int UNSPECIFIED
- 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
TIMETZ
public static final int TIMETZ
- 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
MONEY
public static final int MONEY
- See Also:
- Constant Field Values
NAME
public static final int NAME
- See Also:
- Constant Field Values
BIT
public static final int BIT
- See Also:
- Constant Field Values
VOID
public static final int VOID
- See Also:
- Constant Field Values
INTERVAL
public static final int INTERVAL
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
VARBIT
public static final int VARBIT
- See Also:
- Constant Field Values
Oid
public Oid()