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 aConnectionimplementation that enable to use a virtual JDBC Connection that is mapped to a Server JDBCConnectionin order to access a remote SQL database through HTTP.CallableServerQuery The object used for executing a remote server class that implementsorg.kawanfw.sql.api.server.executor.ServerQueryExecutorand returns the producedResultSet.ConnectionInfo Allows to get all the info set and passed when creating an SQLConnectionto 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.