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

G

getAddress() - Method in class org.awakefw.commons.api.client.HttpProxy
Returns the address of the proxy.
getAge(Connection) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the age of a Connection -- the time since it was handed out to an application.
getAutoCommit() - Method in class org.awakefw.sql.api.client.AwakeConnection
Retrieves the current auto-commit mode for this Connection object.
getAwakeFileSession() - Method in class org.awakefw.sql.api.client.AwakeConnection
Gets the current AwakeFileSession instance (used for file transfers of Clobs and Blobs).
getAwakeProgressManager() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns the AwakeProgresManager in use.
getBannedIPs() - Method in interface org.awakefw.commons.api.server.AwakeCommonsConfigurator
Allows to define the list of banned IP addresses.
getBannedIPs() - Method in class org.awakefw.commons.api.server.DefaultAwakeCommonsConfigurator
 
getBannedUsernames() - Method in interface org.awakefw.commons.api.server.AwakeCommonsConfigurator
Allows to define the set of banned usernames.
getBannedUsernames() - Method in class org.awakefw.commons.api.server.DefaultAwakeCommonsConfigurator
 
getCatalog() - Method in class org.awakefw.sql.api.client.AwakeConnection
Retrieves this Connection object's current catalog name.
getClientInfo() - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
getClientInfo(String) - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
getConnection() - Method in interface org.awakefw.commons.api.server.AwakeCommonsConfigurator
Attempts to establish a connection with an underlying data source.
getConnection() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns a Connection to the database.
getConnection(String, String) - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns a Connection to the database.
getConnection() - Method in class org.awakefw.commons.api.server.DefaultAwakeCommonsConfigurator
 
getDatabaseProductName() - Method in class org.awakefw.sql.api.util.SqlUtil
Returns the database product name.
getDevelopedQuery() - Method in class org.awakefw.sql.api.util.PreparedStatementRunner
Returns the developedQuery with substituted '?'
getDomain() - Method in class org.awakefw.commons.api.client.HttpProxy
Returns the NTLM domain parameter.
getDownloadBufferSize() - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Returns the buffer size when downloading files.
getDriverClassName() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the fully qualified Java class name of your JDBC driver.
getEncryptionPassword() - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Returns the encryption Password that encrypts http request parameters.
getEncryptionPassword() - Method in interface org.awakefw.commons.api.server.AwakeCommonsConfigurator
Allows to define the password that is used to encrypt from the Client all the request parameters values for security reason (obfuscation and transport encryption).
getEncryptionPassword() - Method in class org.awakefw.commons.api.server.DefaultAwakeCommonsConfigurator
 
getFileHash(File) - Method in class org.awakefw.commons.api.server.util.Sha1
Gets the a file hash value.
getFirstParameter() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Returns the value in string of the first parameter of the parameters list.
getHash(byte[]) - Method in class org.awakefw.commons.api.server.util.Sha1
Computes the SHA-1 hash code of a byte array as an hex string.
getHexFileHash(File) - Method in class org.awakefw.commons.api.server.util.Sha1
Gets the file hash as an hex string value.
getHexHash(byte[]) - Method in class org.awakefw.commons.api.server.util.Sha1
Computes the hash code of a byte array as an hex string.
getHoldability() - Method in class org.awakefw.sql.api.client.AwakeConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHostname() - Static method in class org.awakefw.commons.api.server.util.ServerInfo
Returns the computer name (Hostname).
getHttpClientParameter(String) - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Gets the value of this HttpClient Library parameter.
getHttpClientParameterNames() - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Returns the new parameters key set.
getHttpClientParameters() - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Returns the HttpClient Parameters.
getHttpProtocolParameters() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns the HttpProtocolParameters instance in use for the Awake SQL session.
getHttpProxy() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns the AwakeProgresManager in use.
getHttpStatusCode() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns the http status code of the last executed JDBC command that called the remote Awake SQL Manager.
getIpAddress() - Static method in class org.awakefw.commons.api.server.util.ServerInfo
Returns the computer IP address in 192.168.1.146 format.
getLastParameter() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Returns the value in string of the last parameter of the parameters list.
getLengthToTransfer() - Method in interface org.awakefw.commons.api.client.AwakeProgressManager
Allows to define the total length in bytes of the file(s) to transfer.
getLengthToTransfer() - Method in class org.awakefw.commons.api.client.DefaultAwakeProgressManager
 
getLogFile() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the absolute path name for log file.
getLogger() - Method in interface org.awakefw.commons.api.server.AwakeCommonsConfigurator
Returns the Logger that will be used by Awake File or Awake SQL logging: All Exceptions thrown by server side will be logged.
getLogger() - Method in class org.awakefw.commons.api.server.DefaultAwakeCommonsConfigurator
 
getLoginTimeout() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the login timeout (in seconds) for connecting to the database.
getLogWriter() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the log writer being used by this data source.
getMacAddress() - Static method in class org.awakefw.commons.api.server.util.ServerInfo
Returns the computer MAC address in 5C-26-0A-88-4E-DA format.
getMajorVersion() - Method in class org.awakefw.sql.api.client.AwakeDriver
Retrieves this driver's major version number.
getMaxCheckoutSeconds() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the maximum time in seconds a Connection can be checked out before being recycled.
getMaxConns() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the maximum number of connections in dynamic pool.
getMaxConnTime() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the time in days between connection resets.
getMaxLengthForString() - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Returns the maximum authorized length for a string for upload or download (in order to avoid OutOfMemoryException on client and server side).
getMaxStatementsForMemoryTransport() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns the maximum Number Of Statements that may be transported in memory.
getMetaData() - Method in class org.awakefw.sql.api.client.AwakeConnection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMinConns() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the minimum number of connections to start with.
getMinorVersion() - Method in class org.awakefw.sql.api.client.AwakeDriver
Gets the driver's minor version number.
getNetworkTimeout() - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.awakefw.commons.api.server.AwakeDataSourceFactory
Creates and returns a new AwakeDataSource instance.
getParameter(int) - Method in class org.awakefw.sql.api.server.StatementAnalyser
Returns the value as object of the parameter index in the list.
getParameterCount() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Returns the number of parameters in the statement
getParentLogger() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Method not implemented in Awake SQL v1.0.
getParentLogger() - Method in class org.awakefw.sql.api.client.AwakeDriver
Return the parent Logger of all the Loggers used by this driver.
getPassword() - Method in class org.awakefw.commons.api.client.HttpProxy
Returns the password.
getPassword() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the database password.
getPort() - Method in class org.awakefw.commons.api.client.HttpProxy
Returns the port of the proxy.
getProgress() - Method in interface org.awakefw.commons.api.client.AwakeProgressManager
Returns the progress (as percentage) of the current monitored operation.
getProgress() - Method in class org.awakefw.commons.api.client.DefaultAwakeProgressManager
 
getPropertyInfo(String, Properties) - Method in class org.awakefw.sql.api.client.AwakeDriver
Gets information about the possible properties for this driver.
getRemoteStackTrace() - Method in exception org.awakefw.commons.api.client.RemoteException
Returns the remote stack trace as a display string.
getSchema() - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
getScheme() - Static method in class org.awakefw.commons.api.server.util.ServerInfo
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getServerName() - Static method in class org.awakefw.commons.api.server.util.ServerInfo
Returns the host name of the server to which the request was sent.
getServerPort() - Static method in class org.awakefw.commons.api.server.util.ServerInfo
Returns the port number to which the request was sent.
getServerUrl() - Static method in class org.awakefw.commons.api.server.util.ServerInfo
Server URL (without the port) in http(s)://www.acme.org format.
getSize() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the number of Connections in the dynamic pool.
getSql() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Returns the string content of the SQL statement.
getStatementType() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Extract the statement type from a sql order.
getTableNameFromDmlStatement() - Method in class org.awakefw.sql.api.server.StatementAnalyser
Returns the table name in use type from a DML SQL order.
getTransactionIsolation() - Method in class org.awakefw.sql.api.client.AwakeConnection
Retrieves this Connection object's current transaction isolation level.
getTypeMap() - Method in class org.awakefw.sql.api.client.AwakeConnection
Method not implemented in Awake SQL v1.0.
getUploadBufferSize() - Method in class org.awakefw.commons.api.client.HttpProtocolParameters
Returns the buffer size when uploading files.
getUrl() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the Connection URL.
getUrl() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns the URL of the path to the AwakeSqlManager Servlet.
getUseCount() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the number of Connections in use.
getUsername() - Method in class org.awakefw.commons.api.client.HttpProxy
Returns the username required for authentication.
getUsername() - Method in class org.awakefw.commons.api.server.AwakeDataSource
Returns the database username.
getUsername() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns the username in use.
getVersion() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns the current Awake SQL Version.
getWarnings() - Method in class org.awakefw.sql.api.client.AwakeConnection
Returns null in Awake SQL v1.0.
getWorkstation() - Method in class org.awakefw.commons.api.client.HttpProxy
Returns the NTLM workstation parameter.

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