org.postgresql.core
Class Oid
java.lang.Object
org.postgresql.core.Oid
public class Oid
- extends 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
INT2_ARRAY
public static final int INT2_ARRAY
- See Also:
- Constant Field Values
INT4
public static final int INT4
- See Also:
- Constant Field Values
INT4_ARRAY
public static final int INT4_ARRAY
- See Also:
- Constant Field Values
INT8
public static final int INT8
- See Also:
- Constant Field Values
INT8_ARRAY
public static final int INT8_ARRAY
- See Also:
- Constant Field Values
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
TEXT_ARRAY
public static final int TEXT_ARRAY
- See Also:
- Constant Field Values
NUMERIC
public static final int NUMERIC
- See Also:
- Constant Field Values
NUMERIC_ARRAY
public static final int NUMERIC_ARRAY
- See Also:
- Constant Field Values
FLOAT4
public static final int FLOAT4
- See Also:
- Constant Field Values
FLOAT4_ARRAY
public static final int FLOAT4_ARRAY
- See Also:
- Constant Field Values
FLOAT8
public static final int FLOAT8
- See Also:
- Constant Field Values
FLOAT8_ARRAY
public static final int FLOAT8_ARRAY
- See Also:
- Constant Field Values
BOOL
public static final int BOOL
- See Also:
- Constant Field Values
BOOL_ARRAY
public static final int BOOL_ARRAY
- See Also:
- Constant Field Values
DATE
public static final int DATE
- See Also:
- Constant Field Values
DATE_ARRAY
public static final int DATE_ARRAY
- See Also:
- Constant Field Values
TIME
public static final int TIME
- See Also:
- Constant Field Values
TIME_ARRAY
public static final int TIME_ARRAY
- See Also:
- Constant Field Values
TIMETZ
public static final int TIMETZ
- See Also:
- Constant Field Values
TIMETZ_ARRAY
public static final int TIMETZ_ARRAY
- See Also:
- Constant Field Values
TIMESTAMP
public static final int TIMESTAMP
- See Also:
- Constant Field Values
TIMESTAMP_ARRAY
public static final int TIMESTAMP_ARRAY
- See Also:
- Constant Field Values
TIMESTAMPTZ
public static final int TIMESTAMPTZ
- See Also:
- Constant Field Values
TIMESTAMPTZ_ARRAY
public static final int TIMESTAMPTZ_ARRAY
- See Also:
- Constant Field Values
BYTEA
public static final int BYTEA
- See Also:
- Constant Field Values
BYTEA_ARRAY
public static final int BYTEA_ARRAY
- See Also:
- Constant Field Values
VARCHAR
public static final int VARCHAR
- See Also:
- Constant Field Values
VARCHAR_ARRAY
public static final int VARCHAR_ARRAY
- See Also:
- Constant Field Values
OID
public static final int OID
- See Also:
- Constant Field Values
OID_ARRAY
public static final int OID_ARRAY
- See Also:
- Constant Field Values
BPCHAR
public static final int BPCHAR
- See Also:
- Constant Field Values
BPCHAR_ARRAY
public static final int BPCHAR_ARRAY
- See Also:
- Constant Field Values
MONEY
public static final int MONEY
- See Also:
- Constant Field Values
MONEY_ARRAY
public static final int MONEY_ARRAY
- See Also:
- Constant Field Values
NAME
public static final int NAME
- See Also:
- Constant Field Values
NAME_ARRAY
public static final int NAME_ARRAY
- See Also:
- Constant Field Values
BIT
public static final int BIT
- See Also:
- Constant Field Values
BIT_ARRAY
public static final int BIT_ARRAY
- 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
INTERVAL_ARRAY
public static final int INTERVAL_ARRAY
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
CHAR_ARRAY
public static final int CHAR_ARRAY
- See Also:
- Constant Field Values
VARBIT
public static final int VARBIT
- See Also:
- Constant Field Values
VARBIT_ARRAY
public static final int VARBIT_ARRAY
- See Also:
- Constant Field Values
UUID
public static final int UUID
- See Also:
- Constant Field Values
UUID_ARRAY
public static final int UUID_ARRAY
- See Also:
- Constant Field Values
XML
public static final int XML
- See Also:
- Constant Field Values
XML_ARRAY
public static final int XML_ARRAY
- See Also:
- Constant Field Values
POINT
public static final int POINT
- See Also:
- Constant Field Values
POINT_ARRAY
public static final int POINT_ARRAY
- See Also:
- Constant Field Values
BOX
public static final int BOX
- See Also:
- Constant Field Values
JSONB_ARRAY
public static final int JSONB_ARRAY
- See Also:
- Constant Field Values
JSON
public static final int JSON
- See Also:
- Constant Field Values
JSON_ARRAY
public static final int JSON_ARRAY
- See Also:
- Constant Field Values
REF_CURSOR
public static final int REF_CURSOR
- See Also:
- Constant Field Values
REF_CURSOR_ARRAY
public static final int REF_CURSOR_ARRAY
- See Also:
- Constant Field Values
Oid
public Oid()
toString
public static String toString(int oid)
- Returns the name of the oid as string.
- Parameters:
oid
- The oid to convert to name.
- Returns:
- The name of the oid or
"<unknown>"
if oid no constant for oid value has been
defined.
valueOf
public static int valueOf(String oid)
throws PSQLException
- Throws:
PSQLException
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.