JDBC API
JDBC API
- java.sql.Environmen
- support for creating new database connection
- java.sql.Connection
- represents a connection to a particular database
- java.sql.Statement
- container for executing a SQL statement
- java.sql.ResultSet
- controls access to the row results of a give Statement
Notes: