import org.postgresql.util.*;
/*
- * $Id: Connection.java,v 1.14 2001/11/25 23:26:58 barry Exp $
+ * $Id: Connection.java,v 1.15 2002/01/15 06:55:13 barry Exp $
*
* A Connection represents a session with a specific database. Within the
* context of a Connection, SQL statements are executed and results are
"bool",
"date",
"time",
- "abstime", "timestamp"
+ "abstime", "timestamp", "timestamptz"
};
/*
Types.BIT,
Types.DATE,
Types.TIME,
- Types.TIMESTAMP, Types.TIMESTAMP
+ Types.TIMESTAMP, Types.TIMESTAMP, Types.TIMESTAMP
};
import org.postgresql.util.*;
/*
- * $Id: Connection.java,v 1.16 2001/11/25 23:26:59 barry Exp $
+ * $Id: Connection.java,v 1.17 2002/01/15 06:55:13 barry Exp $
*
* A Connection represents a session with a specific database. Within the
* context of a Connection, SQL statements are executed and results are
"bool",
"date",
"time",
- "abstime", "timestamp",
+ "abstime", "timestamp", "timestamptz",
"_bool", "_char", "_int2", "_int4", "_text",
"_oid", "_varchar", "_int8", "_float4", "_float8",
"_abstime", "_date", "_time", "_timestamp", "_numeric",
Types.BIT,
Types.DATE,
Types.TIME,
- Types.TIMESTAMP, Types.TIMESTAMP,
+ Types.TIMESTAMP, Types.TIMESTAMP, Types.TIMESTAMP,
Types.ARRAY, Types.ARRAY, Types.ARRAY, Types.ARRAY, Types.ARRAY,
Types.ARRAY, Types.ARRAY, Types.ARRAY, Types.ARRAY, Types.ARRAY,
Types.ARRAY, Types.ARRAY, Types.ARRAY, Types.ARRAY, Types.ARRAY,