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 aConnection
implementation that enable to use a virtual JDBC Connection that is mapped to a Server JDBCConnection
in 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.ServerQueryExecutor
and returns the producedResultSet
.ConnectionInfo Allows to get all the info set and passed when creating an SQLConnection
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.InternalWrapper A internal wrapper for Java package protected calls.LimitsInfo A simple shortcut class that contains main remote database limits info: maxRows: the maximum number of SQL rows that may be returned to the client by the AceQL server. maxBlobLength: the maximum length allowed for a Blob upload.ServerMemoryInfo Contains health check Java memory info of the AceQL server running instance. -
Exception Summary Exception Description AceQLException Wrapper class for Exceptions thrown on client side or server side.