top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the JDBC API components?

0 votes
378 views
What are the JDBC API components?
posted Feb 9, 2018 by Frank Lee

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The java.sql package contains interfaces and classes for JDBC API.

Interfaces:

Connection
Statement
PreparedStatement
ResultSet
ResultSetMetaData
DatabaseMetaData
CallableStatement etc.

Classes:

DriverManager
Blob
Clob
Types
SQLException etc.

answer Feb 11, 2018 by Gn Guruswamy
...