Creating and Executing SQL Statements – Database Connectivity
24.4 Creating and Executing SQL Statements The JDBC API defines three interfaces that represent SQL statements: The result of executing a SELECT statement is a table of rows represented by the following interface: All statements are created using a previously initialized JDBC connection object. A statement is created using one of the methods of the