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
Get step-by-step solutions from verified subject matter experts
