Package com.aceql.jdbc.commons

Provides main public JDBC classes in order to access a remote SQL database over http using a JDBC Driver
  • Class Summary
    Class Description
    AceQLBlob
    Blob implementation.
    AceQLClob
    Clob implementation.
    AceQLConnection
    Provides a Connection implementation that enable to use a virtual JDBC Connection that is mapped to a Server JDBC Connection in order to access a remote SQL database through HTTP.
    CallableServerQuery
    The object used for executing a remote server class that implements org.kawanfw.sql.api.server.executor.ServerQueryExecutor and returns the produced ResultSet.
    ConnectionInfo
    Allows to get all the info set and passed when creating an SQL Connection to the remote AceQL Server.
    DatabaseInfo
    A simple shortcut class that contains main remote database and JDBC info.
    HealthCheck
    Allows testing if the remote AceQL servlet is accessible with a ping, and to check database access response time.
  • Exception Summary
    Exception Description
    AceQLException
    Wrapper class for Exceptions thrown on client side or server side.