Question: package jdbc; public class JDBCController implements AutoCloseable { // StringProperty tableInUseProperty(); // JDBCController setURLBuilder( JDBCURLBuilder builder); // JDBCController setDataBase( String address, String port, String catalog);

package jdbc;

public class JDBCController implements AutoCloseable {

// StringProperty tableInUseProperty(); // JDBCController setURLBuilder( JDBCURLBuilder builder); // JDBCController setDataBase( String address, String port, String catalog); // JDBCController addConnectionURLProperty( String key, String value); // JDBCController setCredentials( String user, String pass); // JDBCController connect() throws SQLException; // boolean isConnected() throws SQLException; // List< String> getColumnNames() throws SQLException; // ObservableList< String> getTableNames() throws SQLException; // List< List< Object>> getAll() throws SQLException; // List< List< Object>> search( String searchTerm) throws SQLException; // void close() throws Exception;

}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!