All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ql-server.4.0.source-code.aceql-overview.html Maven / Gradle / Ivy









AceQL Overview




AceQL allows developers to use JDBC calls in their code to access remote SQL databases through 
the Internet using HTTP(S).


Typical usage would be an Android or Swing/JavaFX Java Desktop application that accesses using JDBC calls a SQL database located on a remote server. All JDBC calls are routed through the Internet with HTTP protocol.

AceQL supports:
  • Statement and PreparedStatement, for both updates and queries.
  • Main JDBC data types for columns: Boolean, Integer, Short, Double, Float, BigDecimal, Long, String, Date, Time, and Timestamp.
  • Blobs and Clobs with no size limits.
  • URL.
  • Arrays.
  • RowId.
  • Transactions (Commit/Rollback) including Savepoints.
  • Connection pooling on the server side.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy