org.teiid.odbc
Class PGUtil

java.lang.Object
  extended by org.teiid.odbc.PGUtil

public class PGUtil
extends java.lang.Object


Nested Class Summary
static class PGUtil.PgColInfo
           
 
Field Summary
static int PG_TYPE_BOOL
           
static int PG_TYPE_BPCHAR
           
static int PG_TYPE_BYTEA
           
static int PG_TYPE_CHARARRAY
           
static int PG_TYPE_DATE
           
static int PG_TYPE_FLOAT4
           
static int PG_TYPE_FLOAT8
           
static int PG_TYPE_INT2
           
static int PG_TYPE_INT4
           
static int PG_TYPE_INT8
           
static int PG_TYPE_NUMERIC
           
static int PG_TYPE_OIDARRAY
           
static int PG_TYPE_OIDVECTOR
           
static int PG_TYPE_TEXT
           
static int PG_TYPE_TEXTARRAY
           
static int PG_TYPE_TIME
           
static int PG_TYPE_TIMESTAMP_NO_TMZONE
           
static int PG_TYPE_UNKNOWN
           
static int PG_TYPE_VARCHAR
           
 
Constructor Summary
PGUtil()
           
 
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
 

Field Detail

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
Constructor Detail

PGUtil

public PGUtil()
Method Detail

convertType

public static int convertType(int type)
Types.ARRAY is not supported



Copyright © 2011. All Rights Reserved.