AceQL Client JDBC Driver v9.0

AceQL Client JDBC Driver allows Android and Java Desktop application developers to access remote SQL databases and/or SQL databases in the cloud by simply including standard JDBC calls in their code, just like they would for a local database.

The JDBC Driver wraps the HTTP API provided by the AceQL HTTP server.

Packages
Package Description
com.aceql.jdbc.commons
Provides main public JDBC classes in order to access a remote SQL database over http using a JDBC Driver
com.aceql.jdbc.commons.metadata
Allows to download an HTML or text schema and provides wrapper classes for SQL Tables, Columns, etc.
com.aceql.jdbc.driver.free
Provides the class of the AceQL Client JDBC Driver