< prev index next >

src/java.sql/share/classes/java/sql/Types.java

Print this page

        

@@ -28,10 +28,12 @@
 /**
  * <P>The class that defines the constants that are used to identify generic
  * SQL types, called JDBC types.
  * <p>
  * This class is never instantiated.
+ *
+ * @since 1.1
  */
 public class Types {
 
 /**
  * <P>The constant in the Java programming language, sometimes referred
< prev index next >