Awake SQL v1.2.1
A C D E F G H I J L M N O P R S T U

C

cancel() - Method in interface org.awakefw.commons.api.client.AwakeProgressManager
Cancels the current monitored operation.
cancel() - Method in class org.awakefw.commons.api.client.DefaultAwakeProgressManager
 
clearHttpClientParameters() - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Removes all parameters from this collection.
clearWarnings() - Method in class org.awakefw.sql.api.client.AwakeConnection
Does nothing in Awake SQL v1.0.
clone() - Method in class org.awakefw.sql.api.client.AwakeConnection
Allows to get a copy of the current AwakeConnection: use it to do some simultaneous operations in a different thread (in order to avoid conflicts).
close() - Method in class org.awakefw.sql.api.client.AwakeConnection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class org.awakefw.sql.api.util.PreparedStatementRunner
Closes the PreparedStatementRunner.
commit() - Method in class org.awakefw.sql.api.client.AwakeConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
computeAuthToken(String) - Method in interface org.awakefw.commons.api.server.AwakeCommonsConfigurator
Allows to compute a secret value that will secure the authentication.
computeAuthToken(String) - Method in class org.awakefw.commons.api.server.DefaultAwakeCommonsConfigurator
This default method is secure if client side always use SSL/TLS httpS calls.
connect(String, Properties) - Method in class org.awakefw.sql.api.client.AwakeDriver
Attempts to make a database connection to the given URL.
createArrayOf(String, Object[]) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
createBlob() - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
createClob() - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
createNClob() - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
createSQLXML() - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
createStatement() - Method in class org.awakefw.sql.api.client.AwakeConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class org.awakefw.sql.api.client.AwakeConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class org.awakefw.sql.api.client.AwakeConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStruct(String, Object[]) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.

Awake SQL v1.2.1
A C D E F G H I J L M N O P R S T U
Awake SQL - Virtual JDBC Driver over HTTP for Android, Swing and JavaFX
Android & Desktop Edition allow easy access to majors remote SQL databases with regular JDBC calls:
DB2 - H2 - HSQLDB (HyperSQL) - Informix - Ingres - MySQL - Oracle - PostgreSQL - SQL Server - Sybase - Teradata
Copyright © 2012 Kawan Softwares SAS