The world's most popular open source database
Examples of using Connector/J are located throughout this document, this section provides a summary and links to these examples.
Example 17.1, “Obtaining a connection from the DriverManager”
Example 17.2, “Using java.sql.Statement to execute a
SELECT query”
Example 17.7, “Retrieving results and output parameter values”
Example 17.8, “Retrieving AUTO_INCREMENT column values using
Statement.getGeneratedKeys()”
Example 17.9, “Retrieving AUTO_INCREMENT column values using
SELECT LAST_INSERT_ID()”
Example 17.10, “Retrieving AUTO_INCREMENT column values in
Updatable ResultSets”
Example 17.11, “Using a connection pool with a J2EE application server”


User Comments
Add your own comment.