org.teiid.odbc
Class PGUtil
java.lang.Object
org.teiid.odbc.PGUtil
public class PGUtil
- extends java.lang.Object
|
Method Summary |
static int |
convertType(int type)
Types.ARRAY is not supported |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PG_TYPE_VARCHAR
public static final int PG_TYPE_VARCHAR
- See Also:
- Constant Field Values
PG_TYPE_BOOL
public static final int PG_TYPE_BOOL
- See Also:
- Constant Field Values
PG_TYPE_BYTEA
public static final int PG_TYPE_BYTEA
- See Also:
- Constant Field Values
PG_TYPE_BPCHAR
public static final int PG_TYPE_BPCHAR
- See Also:
- Constant Field Values
PG_TYPE_INT8
public static final int PG_TYPE_INT8
- See Also:
- Constant Field Values
PG_TYPE_INT2
public static final int PG_TYPE_INT2
- See Also:
- Constant Field Values
PG_TYPE_INT4
public static final int PG_TYPE_INT4
- See Also:
- Constant Field Values
PG_TYPE_TEXT
public static final int PG_TYPE_TEXT
- See Also:
- Constant Field Values
PG_TYPE_FLOAT4
public static final int PG_TYPE_FLOAT4
- See Also:
- Constant Field Values
PG_TYPE_FLOAT8
public static final int PG_TYPE_FLOAT8
- See Also:
- Constant Field Values
PG_TYPE_UNKNOWN
public static final int PG_TYPE_UNKNOWN
- See Also:
- Constant Field Values
PG_TYPE_OIDVECTOR
public static final int PG_TYPE_OIDVECTOR
- See Also:
- Constant Field Values
PG_TYPE_OIDARRAY
public static final int PG_TYPE_OIDARRAY
- See Also:
- Constant Field Values
PG_TYPE_CHARARRAY
public static final int PG_TYPE_CHARARRAY
- See Also:
- Constant Field Values
PG_TYPE_TEXTARRAY
public static final int PG_TYPE_TEXTARRAY
- See Also:
- Constant Field Values
PG_TYPE_DATE
public static final int PG_TYPE_DATE
- See Also:
- Constant Field Values
PG_TYPE_TIME
public static final int PG_TYPE_TIME
- See Also:
- Constant Field Values
PG_TYPE_TIMESTAMP_NO_TMZONE
public static final int PG_TYPE_TIMESTAMP_NO_TMZONE
- See Also:
- Constant Field Values
PG_TYPE_NUMERIC
public static final int PG_TYPE_NUMERIC
- See Also:
- Constant Field Values
PGUtil
public PGUtil()
convertType
public static int convertType(int type)
- Types.ARRAY is not supported
Copyright © 2011. All Rights Reserved.