HomeQuestionsWhat are the JDBC API components? What are the JDBC API components?By Ram / November 21, 2018 Discussion Room › Category: Database&SQL › What are the JDBC API components? 0 Vote Up Vote Down Ram asked 6 years ago 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.