KEMBAR78
Java.sql package | PPTX
Java .sql package
It contains Interfaces and Classes
java.sql
Java.sql.Interfaces
• Blob
CallableStatement
Clob
Connection
DatabaseMetaData
Driver
ParameterMetaData
PreparedStatement
ResultSet
ResultSetMetaData
RowId
Savepoint
SQLData
SQLInput
SQLOutput
Statement
Struct
Wrapper
• Classes
Date
DriverManager
DriverPropertyInfo
Time
Types
• Once the Sun Microsystem has released JDBC
API, So many companies has provided the
implementation of JDBC API.
• The implementation is called as Driver
• Every JDBC Driver Vendor is responsible to
provide the implementation to Driver
Interface(A class based on Driver Interface).
• A class which provides the implementation of
Driver interface is called as Driver class

Java.sql package