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

S

ServerInfo - Class in org.awakefw.commons.api.server.util
Gets some server info, including info extracted from HttpServletRequest at server startup.
setAcceptAllSslCertificates(boolean) - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Sets if client sides must allow HTTPS call with all SSL Certificates, including "invalid" or self-signed Certificates.
setAutoCommit(boolean) - Method in class org.awakefw.sql.api.client.AwakeConnection
Sets this connection's auto-commit mode to the given state.
setAwakeProgressManager(AwakeProgressManager) - Method in class org.awakefw.sql.api.client.AwakeConnection
Allows to specify an AwakeProgresManager to use.
setCatalog(String) - Method in class org.awakefw.sql.api.client.AwakeConnection
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setClientInfo(Properties) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
setClientInfo(String, String) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
setDownloadBufferSize(int) - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Sets the buffer size when downloading files.
setDriverClassName(String) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the JDBC driver class name.
setEncryptionPassword(char[]) - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Sets the encryption Password that encrypts http request parameters.
setEncryptStatementParameters(boolean) - Method in class org.awakefw.sql.api.client.AwakeConnection
Set if the statement parameters are to be encrypted
setHoldability(int) - Method in class org.awakefw.sql.api.client.AwakeConnection
Changes the default holdability of ResultSet objects created using this Connection object to the given holdability.
setHtmlEncodingOn(boolean) - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Says if the upload/download of Clob using character stream or ASCII stream must be html encoded.
setHttpClientParameter(String, Object) - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Sets the value of this HttpClient Library parameter.
setHttpClientParameters(Map<String, Object>) - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Sets the HttpClient Parameters.
setLengthToTransfer(long) - Method in interface org.awakefw.commons.api.client.AwakeProgressManager
Sets the total length of files in bytes to transfer.
setLengthToTransfer(long) - Method in class org.awakefw.commons.api.client.DefaultAwakeProgressManager
Will reinitialize all other values for a new usage: cancelValue = false progress = 0
setLogAppend(boolean) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets if the log is in append.
setLogFile(File) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the absolute path name for log file. e.g.
setLoginTimeout(int) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the login timeout (in seconds) for connecting to the database.
setLogWriter(PrintWriter) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the log writer being used by this data source.
setMaxCheckoutSeconds(int) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the maximum time in seconds a Connection can be checked out before being recycled.
setMaxConns(int) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the maximum number of connections in dynamic pool.
setMaxConnTime(double) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the time in days between connection resets.
setMaxLengthForString(int) - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Sets the maximum authorized length for a string for upload or download (in order to avoid OutOfMemoryException on client and server side).
setMaxStatementsForMemoryTransport(int) - Method in class org.awakefw.sql.api.client.AwakeConnection
Sets the maximum Number Of Statements that may be transported in memory from client to server. if maximum is reached, transport is done using a file.
setMinConns(int) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the minimum number of connections to start with.
setNetworkTimeout(Executor, int) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
setPassword(String) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the database password to be passed to your JDBC driver.
setProgress(int) - Method in interface org.awakefw.commons.api.client.AwakeProgressManager
Sets the progress in percentage of the transfer operation.
setProgress(int) - Method in class org.awakefw.commons.api.client.DefaultAwakeProgressManager
 
setReadOnly(boolean) - Method in class org.awakefw.sql.api.client.AwakeConnection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setSavepoint() - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
setSavepoint(String) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
setSchema(String) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
setTransactionIsolation(int) - Method in class org.awakefw.sql.api.client.AwakeConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTypeMap(Map<String, Class<?>>) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
setUploadBufferSize(int) - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Sets the buffer size when uploading files.
setUrl(String) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the Connection URL to be passed to your JDBC driver
setUsername(String) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Sets the database username to be passed to your JDBC driver.
Sha1 - Class in org.awakefw.commons.api.server.util
SHA-1 hash functions on strings and files with SUN provider.
Sha1() - Constructor for class org.awakefw.commons.api.server.util.Sha1
Constructor.
SQL_ANYWHERE - Static variable in class org.awakefw.sql.api.util.SqlUtil
Constant for defining Sybase SQL Anywhere product
SQL_SERVER - Static variable in class org.awakefw.sql.api.util.SqlUtil
Constant for defining SQL Server product
SqlUtil - Class in org.awakefw.sql.api.util
Provides methods to get database product info & other utilities to format SQL statements.
SqlUtil(Connection) - Constructor for class org.awakefw.sql.api.util.SqlUtil
Constructor.
StatementAnalyser - Class in org.awakefw.sql.api.server
Class that allows the analysis of the string content of a SQL statement, mainly for security reasons.
StatementAnalyser(String, List<Object>) - Constructor for class org.awakefw.sql.api.server.StatementAnalyser
Constructor.

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