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

I

idOfConnection(Connection) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the local JDBC ID for a Connection.
INFORMIX - Static variable in class org.awakefw.sql.api.util.SqlUtil
Constant for defining Informix
INGRES - Static variable in class org.awakefw.sql.api.util.SqlUtil
Constant for defining INGRES
InvalidLoginException - Exception in org.awakefw.commons.api.client
Signals that the Awake Server refused the (username, password) login or that the user is not any more logged.
InvalidLoginException() - Constructor for exception org.awakefw.commons.api.client.InvalidLoginException
Constructs an InvalidLoginException with null as its error detail message.
InvalidLoginException(String) - Constructor for exception org.awakefw.commons.api.client.InvalidLoginException
Constructs an InvalidLoginException with the specified detail message.
isAcceptAllSslCertificates() - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Says if client sides allows HTTPS call with all SSL Certificates, including "invalid" or self-signed Certificates.
isAdaptiveServerEnterprise() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is Adaptive Server Enterprise.
isCancelled() - Method in interface org.awakefw.commons.api.client.AwakeProgressManager
Method repeatedly called by Awake when uploading/downloading files.
isCancelled() - Method in class org.awakefw.commons.api.client.DefaultAwakeProgressManager
 
isClosed() - Method in class org.awakefw.sql.api.client.AwakeConnection
Retrieves whether this Connection object has been closed.
isDB2() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is DB2.
isDcl() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Says if the statement is a DCL (Data Control Language) statement ( GRANT/REVOKE).
isDdl() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Says if the statement is a DDL (Data Definition Language) statement ( CREATE/ALTER/DROP/TRUNCATE/COMMENT/RENAME)
isDelete() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Says if the statement is a DELETE.
isDml() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Says if the statement is a DML (Data Manipulation Language) statement ( DELETE/INSERT/SELECT/UPDATE).
isEncryptStatementParameters() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns true if the statement are to be encrypted.
isH2() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is HSQLDB (HyperSQL Database).
isHSQLDB() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is HSQLDB (HyperSQL Database).
isHtmlEncodingOn() - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Says if the upload/download of Clob using character stream or ASCII stream is html encoded.
isInformix() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is Informix.
isIngres() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is Ingres.
isInsert() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Says if the statement is an INSERT.
isLogAppend() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns if log is in append.
isMySQL() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is MySQL.
isOracle() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is Oracle Database.
isPostgreSQL() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is PostgreSQL.
isPreparedStatement() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Returns true if the statement is a prepared statement with at least one '?'
isReadOnly() - Method in class org.awakefw.sql.api.client.AwakeConnection
Retrieves whether this Connection object is in read-only mode.
isSelect() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Says if the statement is a SELECT.
isSQLAnywhere() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is SQL Anywhere.
isSQLServer() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is SQL Server.
isTeradata() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns true if the database engine is SQL Server.
isUpdate() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Says if the statement is an UPDATE.
isValid(int) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
isWithComments() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Says if a statement contains SQL comments.
isWithSemicolons() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Says if a statement contains Semicolons (';') that are not trailing.
isWrapperFor(Class<?>) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - 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