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

A

abort(Executor) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
ACCEPT_ALL_SSL_CERTIFICATES - Static variable in class org.awakefw.commons.api.client.HttpProtocolParameters
The default acceptance for self signed SSL certificates
acceptsURL(String) - Method in class org.awakefw.sql.api.client.AwakeDriver
Retrieves whether the driver thinks that it can open a connection to the given URL.
ADAPTIVE_SERVER_ENTERPRISE - Static variable in class org.awakefw.sql.api.util.SqlUtil
Constant for defining Sybase Adaptive Server Enterprise product
addSecretForAuthToken() - Method in interface org.awakefw.commons.api.server.AwakeCommonsConfigurator
Allows to define a secret value that will enforce the security of the authentication defined in computeAuthToken.
addSecretForAuthToken() - Method in class org.awakefw.commons.api.server.DefaultAwakeCommonsConfigurator
 
allowExecute(String, Connection) - Method in interface org.awakefw.sql.api.server.AwakeSqlConfigurator
Allows to define if the passed username is allowed to call a Statement.execute(String) or PreparedStatement.execute()
allowExecute(String, Connection) - Method in class org.awakefw.sql.api.server.DefaultAwakeSqlConfigurator
 
allowExecuteUpdate(String, Connection) - Method in interface org.awakefw.sql.api.server.AwakeSqlConfigurator
Allows to define if the passed username is allowed to call a Statement.executeUpdate(String) or PreparedStatement.executeUpdate()
allowExecuteUpdate(String, Connection) - Method in class org.awakefw.sql.api.server.DefaultAwakeSqlConfigurator
 
allowGetMetaData(String, Connection) - Method in interface org.awakefw.sql.api.server.AwakeSqlConfigurator
Allows to define if the passed username is allowed to query the database catalog through Connection.getMetaData().
allowGetMetaData(String, Connection) - Method in class org.awakefw.sql.api.server.DefaultAwakeSqlConfigurator
 
allowResultSetGetMetaData(String, Connection) - Method in interface org.awakefw.sql.api.server.AwakeSqlConfigurator
Allows to define if the passed username is allowed to query the ResultSet properties through ResultSet.getMetaData() .
allowResultSetGetMetaData(String, Connection) - Method in class org.awakefw.sql.api.server.DefaultAwakeSqlConfigurator
 
allowStatementAfterAnalysis(String, Connection, String, List<Object>) - Method in interface org.awakefw.sql.api.server.AwakeSqlConfigurator
Allows, for the passed client username, to analyze the string representation of the SQL statement that is received on the server.
allowStatementAfterAnalysis(String, Connection, String, List<Object>) - Method in class org.awakefw.sql.api.server.DefaultAwakeSqlConfigurator
 
allowStatementClass(String, Connection) - Method in interface org.awakefw.sql.api.server.AwakeSqlConfigurator
Allows to define if the passed username is allowed to create and use a Statement instance that is not a PreparedStatement
allowStatementClass(String, Connection) - Method in class org.awakefw.sql.api.server.DefaultAwakeSqlConfigurator
 
AwakeCommonsConfigurator - Interface in org.awakefw.commons.api.server
Interface that defines the common User Configuration for the Awake File and Awake SQL Frameworks.
AwakeConnection - Class in 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 through HTTP.
AwakeConnection(String, String, char[], HttpProxy, HttpProtocolParameters) - Constructor for class org.awakefw.sql.api.client.AwakeConnection
Creates a remote Connection with a proxy and http protocol parameters.
AwakeConnection(String, String, char[], HttpProxy) - Constructor for class org.awakefw.sql.api.client.AwakeConnection
Creates a remote Connection with a proxy.
AwakeConnection(String, String, char[]) - Constructor for class org.awakefw.sql.api.client.AwakeConnection
Creates a remote Connection.
AwakeDataSource - Class in org.awakefw.commons.api.server
Implementation of DataSource that allows the wrapping of Awake default connection pooling system.
AwakeDataSource() - Constructor for class org.awakefw.commons.api.server.AwakeDataSource
This constructor is mandatory for EJB behavior.
AwakeDataSourceFactory - Class in org.awakefw.commons.api.server
JNDI object factory that creates an instance of the AwakeDataSource class for the Awake default connection pooling system.
AwakeDataSourceFactory() - Constructor for class org.awakefw.commons.api.server.AwakeDataSourceFactory
This class should *not* be instanced (this constructor is mandatory for EJB behavior).
AwakeDriver - Class in org.awakefw.sql.api.client
The Awake SQL Driver class in order to access remote SQL databases through HTTP
AwakeDriver() - Constructor for class org.awakefw.sql.api.client.AwakeDriver
Constructor.
AwakeProgressManager - Interface in org.awakefw.commons.api.client
Interface that defines methods to monitor in Swing the upload & download of files.
AwakeSqlConfigurator - Interface in org.awakefw.sql.api.server
Interface that defines the User Security Configuration for the Awake SQL Framework on the server side.

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