org.postgresql.pljava.jdbc

Class TypeOid


public class TypeOid
extends java.lang.Object

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

Field Summary

static Oid
BOOL
static Oid
BPCHAR
static Oid
BYTEA
static Oid
DATE
static Oid
FLOAT4
static Oid
FLOAT8
static Oid
INT2
static Oid
INT4
static Oid
INT8
static Oid
INVALID
static Oid
NUMERIC
static Oid
OID
static Oid
TEXT
static Oid
TIME
static Oid
TIMESTAMP
static Oid
TIMESTAMPTZ
static Oid
VARCHAR

Field Details

BOOL

public static final Oid BOOL

BPCHAR

public static final Oid BPCHAR

BYTEA

public static final Oid BYTEA

DATE

public static final Oid DATE

FLOAT4

public static final Oid FLOAT4

FLOAT8

public static final Oid FLOAT8

INT2

public static final Oid INT2

INT4

public static final Oid INT4

INT8

public static final Oid INT8

INVALID

public static final Oid INVALID

NUMERIC

public static final Oid NUMERIC

OID

public static final Oid OID

TEXT

public static final Oid TEXT

TIME

public static final Oid TIME

TIMESTAMP

public static final Oid TIMESTAMP

TIMESTAMPTZ

public static final Oid TIMESTAMPTZ

VARCHAR

public static final Oid VARCHAR

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