•JDBC
Driver
•
About JDBC URLs
• .How to Make the Connection
• The
Statement Object
• How
to Query the Database
• The
ResultSet
Object
•
Mapping Database Types to Java Types
• How
to Close the Connection
• Using
Statement
•
Using Transactions
• .JDBC 2 – Scrollable Result Set
• JDBC
2 – Updateable ResultSet
•
SQLJ
JDBC is a standard interface for connecting to relational databases
from Java.
The JDBC classes and interfaces are in the java.sql package.
JDBC 1.22 is part of JDK 1.1; JDBC 2.0 is part of Java 2
0 comments:
Post a Comment