Class JavaSqlClient

All Implemented Interfaces:
Client<Properties>, SqlClient<Properties>

public class JavaSqlClient extends BaseSqlClient<Properties>
The SQL client with the Java's Driver Manager
  • Constructor Details

    • JavaSqlClient

      public JavaSqlClient(Setting setting)
      Create new SQL client
      Parameters:
      setting - the setting
  • Method Details

    • getConnection

      public Connection getConnection() throws SQLException
      Description copied from interface: SqlClient
      Get the connection
      Returns:
      the connection
      Throws:
      SQLException - if there is an SQL error
    • getOriginal

      public Properties getOriginal()
      Description copied from interface: Client
      Get the original
      Returns:
      the original