jdk/src/share/classes/java/sql/JDBCType.java
changeset 15643 5e3b735b74ac
parent 15278 e081d3f73b75
child 21950 db3c826749f7
--- a/jdk/src/share/classes/java/sql/JDBCType.java	Wed Feb 06 16:53:47 2013 +0400
+++ b/jdk/src/share/classes/java/sql/JDBCType.java	Wed Feb 06 14:15:05 2013 -0500
@@ -190,7 +190,17 @@
     /**
      * Identifies the generic SQL type {@code REF_CURSOR}.
      */
-    REF_CURSOR(Types.REF_CURSOR);
+    REF_CURSOR(Types.REF_CURSOR),
+
+    /**
+     * Identifies the generic SQL type {@code TIME_WITH_TIMEZONE}.
+     */
+    TIME_WITH_TIMEZONE(Types.TIME_WITH_TIMEZONE),
+
+    /**
+     * Identifies the generic SQL type {@code TIMESTAMP_WITH_TIMEZONE}.
+     */
+    TIMESTAMP_WITH_TIMEZONE(Types.TIMESTAMP_WITH_TIMEZONE);
 
     /**
      * The Integer value for the JDBCType.  It maps to a value in