JDBC

In the beginning, there was JDBC v1.0. Although initially introduced as an addendum to JDK 1.02, it was standardized as part of JDK 1.1 as the classes and interfaces that make up the java.sql package. It remains an integral part of J2SE. In an effort to unravel JDBC's family tree, Table 8.4 lists the versions of JDBC, J2SE (previously JDK), and J2EE.

Table 8.4. JDBC Versions
JDBCJ2SE (JDK)J2EEPackageSignificant Features/Notes
JDBC 1.0JDK 1.1N/Ajava.sqlDriverManager, Connection, Statement, ResultSet Note: Formalized in JDBC 1.2 Spec. 
JDBC 2.1 Core APIJ2SE 1.2J2EE 1.2 J2EE 1.3java.sqlScrollable and updateable ResultSets Batch updates SQL1999 data types (BLOB, CLOB, ARRAY, Structured Type, REF) Mapping SQL UDTs to Java classes Direct storing ...

Get Sams Teach Yourself J2EE™ in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.