|
Awake SQL v1.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
org.awakefw.commons.api.client | Provides class and interfaces to configure the Awake Commons parameters on the client side. |
org.awakefw.commons.api.server | Provides classes and interfaces to configure the Awake Server for both Awake File and Awake SQL. |
org.awakefw.commons.api.server.util | Provides utility classes that may be used in Awake Configurators. |
org.awakefw.sql.api.client | 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. |
org.awakefw.sql.api.server | Provides classes and interfaces to configure the Awake Server for Awake SQL. |
org.awakefw.sql.api.util | Provides Utilities classes for JDBC developers. |
Awake Sql 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.
Awake SQL supports:
Statement
and PreparedStatement
, for both updates and queries.Boolean, Integer, Short, Double, Float, BigDecimal,
Long, String, Date, Time, Timestamp
.Object
wrapping.
|
Awake SQL v1.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |