Package io.debezium.connector.postgresql
Class PgOid
- java.lang.Object
-
- org.postgresql.core.Oid
-
- io.debezium.connector.postgresql.PgOid
-
public final class PgOid extends org.postgresql.core.OidExtension to theOidclass which contains Postgres specific datatypes not found currently in the JDBC driver implementation classes.- Author:
- Horia Chiorean (hchiorea@redhat.com)
-
-
Field Summary
Fields Modifier and Type Field Description static intCIDR_ARRAYstatic intCIDR_OIDstatic intDATERANGE_ARRAYstatic intDATERANGE_OIDstatic intINET_ARRAYstatic intINET_OIDstatic intINT4RANGE_ARRAYstatic intINT4RANGE_OIDstatic intINT8RANGE_ARRAYstatic intINT8RANGE_OIDstatic intJSONB_OIDInternal PG types as returned by the pluginstatic intMACADDR_ARRAYstatic intMACADDR_OIDstatic intMACADDR8_ARRAYstatic intMACADDR8_OIDstatic intNUM_RANGE_ARRAYstatic intNUM_RANGE_OIDstatic intTSRANGE_ARRAYstatic intTSRANGE_OIDstatic intTSTZRANGE_ARRAYstatic intTSTZRANGE_OID-
Fields inherited from class org.postgresql.core.Oid
BIT, BIT_ARRAY, BOOL, BOOL_ARRAY, BOX, BPCHAR, BPCHAR_ARRAY, BYTEA, BYTEA_ARRAY, CHAR, CHAR_ARRAY, DATE, DATE_ARRAY, FLOAT4, FLOAT4_ARRAY, FLOAT8, FLOAT8_ARRAY, INT2, INT2_ARRAY, INT4, INT4_ARRAY, INT8, INT8_ARRAY, INTERVAL, INTERVAL_ARRAY, JSON, JSON_ARRAY, JSONB, JSONB_ARRAY, MONEY, MONEY_ARRAY, NAME, NAME_ARRAY, NUMERIC, NUMERIC_ARRAY, OID, OID_ARRAY, POINT, POINT_ARRAY, REF_CURSOR, REF_CURSOR_ARRAY, TEXT, TEXT_ARRAY, TIME, TIME_ARRAY, TIMESTAMP, TIMESTAMP_ARRAY, TIMESTAMPTZ, TIMESTAMPTZ_ARRAY, TIMETZ, TIMETZ_ARRAY, UNSPECIFIED, UUID, UUID_ARRAY, VARBIT, VARBIT_ARRAY, VARCHAR, VARCHAR_ARRAY, VOID, XML, XML_ARRAY
-
-
Constructor Summary
Constructors Constructor Description PgOid()
-
-
-
Field Detail
-
JSONB_OID
public static final int JSONB_OID
Internal PG types as returned by the plugin- See Also:
- Constant Field Values
-
TSRANGE_OID
public static final int TSRANGE_OID
- See Also:
- Constant Field Values
-
TSRANGE_ARRAY
public static final int TSRANGE_ARRAY
- See Also:
- Constant Field Values
-
TSTZRANGE_OID
public static final int TSTZRANGE_OID
- See Also:
- Constant Field Values
-
TSTZRANGE_ARRAY
public static final int TSTZRANGE_ARRAY
- See Also:
- Constant Field Values
-
DATERANGE_OID
public static final int DATERANGE_OID
- See Also:
- Constant Field Values
-
DATERANGE_ARRAY
public static final int DATERANGE_ARRAY
- See Also:
- Constant Field Values
-
INET_OID
public static final int INET_OID
- See Also:
- Constant Field Values
-
INET_ARRAY
public static final int INET_ARRAY
- See Also:
- Constant Field Values
-
CIDR_OID
public static final int CIDR_OID
- See Also:
- Constant Field Values
-
CIDR_ARRAY
public static final int CIDR_ARRAY
- See Also:
- Constant Field Values
-
MACADDR_OID
public static final int MACADDR_OID
- See Also:
- Constant Field Values
-
MACADDR_ARRAY
public static final int MACADDR_ARRAY
- See Also:
- Constant Field Values
-
MACADDR8_OID
public static final int MACADDR8_OID
- See Also:
- Constant Field Values
-
MACADDR8_ARRAY
public static final int MACADDR8_ARRAY
- See Also:
- Constant Field Values
-
INT4RANGE_OID
public static final int INT4RANGE_OID
- See Also:
- Constant Field Values
-
INT4RANGE_ARRAY
public static final int INT4RANGE_ARRAY
- See Also:
- Constant Field Values
-
NUM_RANGE_OID
public static final int NUM_RANGE_OID
- See Also:
- Constant Field Values
-
NUM_RANGE_ARRAY
public static final int NUM_RANGE_ARRAY
- See Also:
- Constant Field Values
-
INT8RANGE_OID
public static final int INT8RANGE_OID
- See Also:
- Constant Field Values
-
INT8RANGE_ARRAY
public static final int INT8RANGE_ARRAY
- See Also:
- Constant Field Values
-
-