A B C D E F G I J L M N O P R S T U W 

A

abort(Executor) - Method in class org.javasimon.jdbc4.SimonConnection
 
absolute(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
AbstractSimonDataSource - Class in org.javasimon.jdbcx4
SimonCommonDataSource is parent for all three datasource implementation classes.
AbstractSimonDataSource() - Constructor for class org.javasimon.jdbcx4.AbstractSimonDataSource
 
acceptsURL(String) - Method in class org.javasimon.jdbc4.Driver
 
addBatch() - Method in class org.javasimon.jdbc4.SimonPreparedStatement
Adds prepared SQL command into batch list of sql and also into real batch.
addBatch(String) - Method in class org.javasimon.jdbc4.SimonStatement
Adds given SQL command into batch list of sql and also into real batch.
addConnectionEventListener(ConnectionEventListener) - Method in class org.javasimon.jdbcx4.SimonPooledConnection
 
addStatementEventListener(StatementEventListener) - Method in class org.javasimon.jdbcx4.SimonPooledConnection
 
addStatementEventListener(StatementEventListener) - Method in class org.javasimon.jdbcx4.SimonXAConnection
 
afterLast() - Method in class org.javasimon.jdbc4.SimonResultSet
 

B

batchSql - Variable in class org.javasimon.jdbc4.SimonStatement
List of batched SQL statements.
beforeFirst() - Method in class org.javasimon.jdbc4.SimonResultSet
 

C

cancel() - Method in class org.javasimon.jdbc4.SimonStatement
 
cancelRowUpdates() - Method in class org.javasimon.jdbc4.SimonResultSet
 
clearBatch() - Method in class org.javasimon.jdbc4.SimonStatement
Clears batch sql list and real batch too.
clearParameters() - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
clearWarnings() - Method in class org.javasimon.jdbc4.SimonConnection
 
clearWarnings() - Method in class org.javasimon.jdbc4.SimonResultSet
 
clearWarnings() - Method in class org.javasimon.jdbc4.SimonStatement
 
close() - Method in class org.javasimon.jdbc4.SimonConnection
Closes the real connection, stops lifespan Simon and decreases the active Simon.
close() - Method in class org.javasimon.jdbc4.SimonResultSet
Closes real result set, stops lifespan Simon.
close() - Method in class org.javasimon.jdbc4.SimonStatement
Closes real statement, stops lifespan Simon and decrease active Simon.
close() - Method in class org.javasimon.jdbcx4.SimonPooledConnection
 
closeOnCompletion() - Method in class org.javasimon.jdbc4.SimonStatement
 
commit() - Method in class org.javasimon.jdbc4.SimonConnection
Commits the real connection and increases the commits Simon.
configuration - Variable in class org.javasimon.jdbcx4.AbstractSimonDataSource
 
conn - Variable in class org.javasimon.jdbc4.SimonStatement
SQL connection.
connect(String, Properties) - Method in class org.javasimon.jdbc4.Driver
Opens new Simon proxy driver connection associated with real connection to the specified database.
connectionsStat() - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Retrieves summary data about JDBC connection objects.
connectionsStat() - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
createArrayOf(String, Object[]) - Method in class org.javasimon.jdbc4.SimonConnection
 
createBlob() - Method in class org.javasimon.jdbc4.SimonConnection
 
createClob() - Method in class org.javasimon.jdbc4.SimonConnection
 
createDataSource(Class<T>) - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Instantiates the DataSource.
createNClob() - Method in class org.javasimon.jdbc4.SimonConnection
 
createSQLXML() - Method in class org.javasimon.jdbc4.SimonConnection
 
createStatement() - Method in class org.javasimon.jdbc4.SimonConnection
Calls the real createStatement and wraps the returned statement by Simon's statement.
createStatement(int, int) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real createStatement and wraps returned statement by Simon's statement.
createStatement(int, int, int) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real createStatement and wraps returned statement by Simon's statement.
createStruct(String, Object[]) - Method in class org.javasimon.jdbc4.SimonConnection
 

D

DEFAULT_PREFIX - Static variable in class org.javasimon.jdbc4.SimonConnectionConfiguration
Default hierarchy prefix for Simon JDBC driver.
deleteRow() - Method in class org.javasimon.jdbc4.SimonResultSet
 
disableMonitoring() - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Disables monitoring (gathering statistics) by associated JDBC Simon hierarchy, see (org.javasimon.jdbc).
disableMonitoring() - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
doGetRealDataSourceClassName() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Reads DataSource class name from configuration.
doGetRealDataSourceClassName() - Method in class org.javasimon.jdbcx4.SimonConnectionPoolDataSource
 
doGetRealDataSourceClassName() - Method in class org.javasimon.jdbcx4.SimonDataSource
 
doGetRealDataSourceClassName() - Method in class org.javasimon.jdbcx4.SimonXADataSource
 
doGetRealDataSourceClassName() - Method in class org.javasimon.jdbcx4.WrappingSimonDataSource
 
Driver - Class in org.javasimon.jdbc4
Simon JDBC 4.1 Proxy Driver (Java SE 7).
Driver() - Constructor for class org.javasimon.jdbc4.Driver
Class constructor.

E

enableMonitoring() - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Enables monitoring (gathering statistics) by associated JDBC Simon hierarchy, see (org.javasimon.jdbc).
enableMonitoring() - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
execute() - Method in class org.javasimon.jdbc4.SimonPreparedStatement
Measure and execute prepared SQL operation.
execute(String) - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.
execute(String, int) - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.
execute(String, int[]) - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.
execute(String, String[]) - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.
executeBatch() - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.
executeQuery() - Method in class org.javasimon.jdbc4.SimonPreparedStatement
Measure and execute prepared SQL operation.
executeQuery(String) - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.
executeUpdate() - Method in class org.javasimon.jdbc4.SimonPreparedStatement
Measure and execute prepared SQL operation.
executeUpdate(String) - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.
executeUpdate(String, int) - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.
executeUpdate(String, int[]) - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.
executeUpdate(String, String[]) - Method in class org.javasimon.jdbc4.SimonStatement
Measure and execute SQL operation.

F

findColumn(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
finish(Split) - Method in class org.javasimon.jdbc4.SimonStatement
Called after each SQL command execution.
first() - Method in class org.javasimon.jdbc4.SimonResultSet
 

G

getActive() - Method in class org.javasimon.jdbc4.jmx.JdbcObjectInfo
Getter for actual active objects (conn, stmt, rset) in runtime.
getArray(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getArray(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getArray(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getArray(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getAsciiStream(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getAsciiStream(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getAutoCommit() - Method in class org.javasimon.jdbc4.SimonConnection
 
getBigDecimal(int, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
Deprecated.
getBigDecimal(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getBigDecimal(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getBigDecimal(int, int) - Method in class org.javasimon.jdbc4.SimonResultSet
Deprecated.
getBigDecimal(String, int) - Method in class org.javasimon.jdbc4.SimonResultSet
Deprecated.
getBigDecimal(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getBigDecimal(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getBinaryStream(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getBinaryStream(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getBlob(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getBlob(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getBlob(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getBlob(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getBoolean(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getBoolean(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getBoolean(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getBoolean(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getByte(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getByte(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getByte(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getByte(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getBytes(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getBytes(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getBytes(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getBytes(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getCatalog() - Method in class org.javasimon.jdbc4.SimonConnection
 
getCharacterStream(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getCharacterStream(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getCharacterStream(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getCharacterStream(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getClientInfo(String) - Method in class org.javasimon.jdbc4.SimonConnection
 
getClientInfo() - Method in class org.javasimon.jdbc4.SimonConnection
 
getClob(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getClob(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getClob(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getClob(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getClosed() - Method in class org.javasimon.jdbc4.jmx.JdbcObjectInfo
Getter for count of closed objects (conn, stmt, rset).
getConcurrency() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getConnection() - Method in class org.javasimon.jdbc4.SimonStatement
Returns a connection object (simon impl.).
getConnection() - Method in class org.javasimon.jdbcx4.SimonDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in class org.javasimon.jdbcx4.SimonDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in class org.javasimon.jdbcx4.SimonPooledConnection
 
getConnection() - Method in class org.javasimon.jdbcx4.WrappingSimonDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in class org.javasimon.jdbcx4.WrappingSimonDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getCursorName() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getDataSource() - Method in class org.javasimon.jdbcx4.WrappingSimonDataSource
 
getDate(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getDate(int, Calendar) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getDate(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getDate(String, Calendar) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getDate(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getDate(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getDate(int, Calendar) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getDate(String, Calendar) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getDouble(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getDouble(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getDouble(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getDouble(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getDriverId() - Method in class org.javasimon.jdbc4.SimonConnectionConfiguration
Returns driver identifier (eg.
getFetchDirection() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getFetchDirection() - Method in class org.javasimon.jdbc4.SimonStatement
 
getFetchSize() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getFetchSize() - Method in class org.javasimon.jdbc4.SimonStatement
 
getFloat(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getFloat(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getFloat(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getFloat(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getGeneratedKeys() - Method in class org.javasimon.jdbc4.SimonStatement
 
getHoldability() - Method in class org.javasimon.jdbc4.SimonConnection
 
getHoldability() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getInt(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getInt(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getInt(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getInt(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getLoginTimeout() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Retrieves the log writer for this DataSource object.
getLong(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getLong(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getLong(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getLong(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getMajorVersion() - Method in class org.javasimon.jdbc4.Driver
 
getMax() - Method in class org.javasimon.jdbc4.jmx.JdbcObjectInfo
Getter for maximum lifetime of objects (conn, stmt, rset).
getMaxFieldSize() - Method in class org.javasimon.jdbc4.SimonStatement
 
getMaxRows() - Method in class org.javasimon.jdbc4.SimonStatement
 
getMetaData() - Method in class org.javasimon.jdbc4.SimonConnection
 
getMetaData() - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
getMetaData() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getMin() - Method in class org.javasimon.jdbc4.jmx.JdbcObjectInfo
Getter for minimal lifetime of objects (conn, stmt, rset).
getMinorVersion() - Method in class org.javasimon.jdbc4.Driver
 
getMoreResults() - Method in class org.javasimon.jdbc4.SimonStatement
 
getMoreResults(int) - Method in class org.javasimon.jdbc4.SimonStatement
 
getNCharacterStream(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getNCharacterStream(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getNCharacterStream(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getNCharacterStream(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getNClob(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getNClob(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getNClob(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getNClob(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getNetworkTimeout() - Method in class org.javasimon.jdbc4.SimonConnection
 
getNormalizedSql() - Method in class org.javasimon.jdbc4.SqlNormalizer
Returns the normalized SQL.
getNString(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getNString(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getNString(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getNString(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getObject(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getObject(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getObject(int, Class<T>) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getObject(String, Class<T>) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getObject(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getObject(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getObject(int, Class<T>) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getObject(String, Class<T>) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getOpened() - Method in class org.javasimon.jdbc4.jmx.JdbcObjectInfo
Getter for count of opened objects (conn, stmt, rset).
getParameterMetaData() - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
getParentLogger() - Method in class org.javasimon.jdbc4.Driver
 
getParentLogger() - Method in class org.javasimon.jdbcx4.SimonConnectionPoolDataSource
 
getParentLogger() - Method in class org.javasimon.jdbcx4.SimonDataSource
 
getParentLogger() - Method in class org.javasimon.jdbcx4.SimonXADataSource
 
getParentLogger() - Method in class org.javasimon.jdbcx4.WrappingSimonDataSource
 
getPassword() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Returns database password to authenticate connection.
getPeak() - Method in class org.javasimon.jdbc4.jmx.JdbcObjectInfo
Getter for max active count.
getPeakTime() - Method in class org.javasimon.jdbc4.jmx.JdbcObjectInfo
Getter for peak time.
getPooledConnection() - Method in class org.javasimon.jdbcx4.SimonConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class org.javasimon.jdbcx4.SimonConnectionPoolDataSource
 
getPrefix() - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Returns actual prefix associated with mxbean.
getPrefix() - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
getPrefix() - Method in class org.javasimon.jdbc4.SimonConnectionConfiguration
Returns prefix for hierarchy of JDBC connection related Simons.
getPrefix() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Returns Simon prefix for constructing names of Simons.
getProperties() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Get properties specific to the real datasource.
getPropertyInfo(String, Properties) - Method in class org.javasimon.jdbc4.Driver
 
getQueryTimeout() - Method in class org.javasimon.jdbc4.SimonStatement
 
getRealConnectionPoolDataSourceName() - Method in class org.javasimon.jdbc4.SimonConnectionConfiguration
Gets the name of the class implementing ConnectionPoolDataSource.
getRealDataSourceClassName() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Returns real datasource class name.
getRealDataSourceName() - Method in class org.javasimon.jdbc4.SimonConnectionConfiguration
Gets the name of the class implementing DataSource.
getRealDriver() - Method in class org.javasimon.jdbc4.SimonConnectionConfiguration
Returns fully qualified class name of the real driver.
getRealUrl() - Method in class org.javasimon.jdbc4.SimonConnectionConfiguration
Returns orignal JDBC connection URL without any Simon stuff.
getRealUrl() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Returns real JDBC connection URL.
getRealXADataSourceName() - Method in class org.javasimon.jdbc4.SimonConnectionConfiguration
Gets the name of the class implementing XADataSource.
getRef(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getRef(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getRef(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getRef(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getResultSet() - Method in class org.javasimon.jdbc4.SimonStatement
 
getResultSetConcurrency() - Method in class org.javasimon.jdbc4.SimonStatement
 
getResultSetHoldability() - Method in class org.javasimon.jdbc4.SimonStatement
 
getResultSetType() - Method in class org.javasimon.jdbc4.SimonStatement
 
getRow() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getRowId(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getRowId(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getRowId(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getRowId(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getSchema() - Method in class org.javasimon.jdbc4.SimonConnection
 
getShort(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getShort(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getShort(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getShort(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getSimonUrl() - Method in class org.javasimon.jdbc4.SimonConnectionConfiguration
Simon JDBC connection URL prefixed with jdbc:simon:.
getSql() - Method in class org.javasimon.jdbc4.SqlNormalizer
Returns the original SQL.
getSqlCommands() - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Returns SQL command types (select, insert, delete, etc).
getSqlCommands() - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
getSqlCommandStat(String) - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Retrieves summary data about all executed SQL commands of eneterd type (for instance summary data of all executed selects).
getSqlCommandStat(String) - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
getSqls(String) - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Returns hashs of different SQL commands of one type (select, insert, delete, etc).
getSqls(String) - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
getSqlStat(String) - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Retrieves summary data about all same executed SQLs (for instance summary data of all executed select * from foo where bar => 0).
getSqlStat(String) - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
getSQLXML(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getSQLXML(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getSQLXML(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getSQLXML(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getStatement() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getString(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getString(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getString(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getString(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getTime(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getTime(int, Calendar) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getTime(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getTime(String, Calendar) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getTime(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getTime(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getTime(int, Calendar) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getTime(String, Calendar) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getTimestamp(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getTimestamp(int, Calendar) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getTimestamp(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getTimestamp(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getTimestamp(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getTimestamp(int, Calendar) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getTimestamp(String, Calendar) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getTotal() - Method in class org.javasimon.jdbc4.jmx.JdbcObjectInfo
Getter for sum of all lifetimes of object (conn, stmt, rset).
getTransactionIsolation() - Method in class org.javasimon.jdbc4.SimonConnection
 
getType() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getType() - Method in class org.javasimon.jdbc4.SqlNormalizer
Returns SQL type which is typically first word of the SQL (insert, select, etc).
getTypeMap() - Method in class org.javasimon.jdbc4.SimonConnection
 
getUnicodeStream(int) - Method in class org.javasimon.jdbc4.SimonResultSet
Deprecated.
getUnicodeStream(String) - Method in class org.javasimon.jdbc4.SimonResultSet
Deprecated.
getUpdateCount() - Method in class org.javasimon.jdbc4.SimonStatement
 
getURL(int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getURL(String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
getURL(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getURL(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
getUrl() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Returns JDBC connection URL.
getUser() - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Returns database user to authenticate connection.
getWarnings() - Method in class org.javasimon.jdbc4.SimonConnection
 
getWarnings() - Method in class org.javasimon.jdbc4.SimonResultSet
 
getWarnings() - Method in class org.javasimon.jdbc4.SimonStatement
 
getXAConnection() - Method in class org.javasimon.jdbcx4.SimonXADataSource
 
getXAConnection(String, String) - Method in class org.javasimon.jdbcx4.SimonXADataSource
 
getXAResource() - Method in class org.javasimon.jdbcx4.SimonXAConnection
 

I

insertRow() - Method in class org.javasimon.jdbc4.SimonResultSet
 
isAfterLast() - Method in class org.javasimon.jdbc4.SimonResultSet
 
isBeforeFirst() - Method in class org.javasimon.jdbc4.SimonResultSet
 
isClosed() - Method in class org.javasimon.jdbc4.SimonConnection
 
isClosed() - Method in class org.javasimon.jdbc4.SimonResultSet
 
isClosed() - Method in class org.javasimon.jdbc4.SimonStatement
 
isCloseOnCompletion() - Method in class org.javasimon.jdbc4.SimonStatement
 
isFirst() - Method in class org.javasimon.jdbc4.SimonResultSet
 
isLast() - Method in class org.javasimon.jdbc4.SimonResultSet
 
isMonitoringEnabled() - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Returns state of monitoring JDBC driver.
isMonitoringEnabled() - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
isPoolable() - Method in class org.javasimon.jdbc4.SimonStatement
 
isReadOnly() - Method in class org.javasimon.jdbc4.SimonConnection
 
isSimonUrl(String) - Static method in class org.javasimon.jdbc4.SimonConnectionConfiguration
Tests whether URL is a Simon JDBC connection URL.
isValid(int) - Method in class org.javasimon.jdbc4.SimonConnection
 
isWrapperFor(Class<?>) - Method in class org.javasimon.jdbc4.SimonConnection
 
isWrapperFor(Class<?>) - Method in class org.javasimon.jdbc4.SimonResultSet
 
isWrapperFor(Class<?>) - Method in class org.javasimon.jdbc4.SimonStatement
 
isWrapperFor(Class<?>) - Method in class org.javasimon.jdbc4.WrapperSupport
 
isWrapperFor(Class<?>) - Method in class org.javasimon.jdbcx4.SimonDataSource
 
isWrapperFor(Class<?>) - Method in class org.javasimon.jdbcx4.WrappingSimonDataSource
 

J

jdbcCompliant() - Method in class org.javasimon.jdbc4.Driver
 
JdbcMXBean - Interface in org.javasimon.jdbc4.jmx
Interface of JDBC management bean (MXBean).
JdbcMXBeanImpl - Class in org.javasimon.jdbc4.jmx
Jdbc MXBean implementation.
JdbcMXBeanImpl(Manager) - Constructor for class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
MXBean constructor with prefix initialization to default (org.javasimon.jdbc).
JdbcMXBeanImpl(Manager, String) - Constructor for class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
MXBean constructor with custom prefix initialization.
JdbcObjectInfo - Class in org.javasimon.jdbc4.jmx
Object is used as transfer object for JDBC MBean.
JdbcObjectInfo(long, long, long, long, long, long, long, long) - Constructor for class org.javasimon.jdbc4.jmx.JdbcObjectInfo
Class constructor.

L

last() - Method in class org.javasimon.jdbc4.SimonResultSet
 
logWriter - Variable in class org.javasimon.jdbcx4.AbstractSimonDataSource
 

M

moveToCurrentRow() - Method in class org.javasimon.jdbc4.SimonResultSet
 
moveToInsertRow() - Method in class org.javasimon.jdbc4.SimonResultSet
 

N

nativeSQL(String) - Method in class org.javasimon.jdbc4.SimonConnection
 
next() - Method in class org.javasimon.jdbc4.SimonResultSet
Measure next operation.

O

org.javasimon.jdbc4 - package org.javasimon.jdbc4
Simon JDBC 4.1 (Java SE 7) Proxy Driver for monitoring JDBC drivers through the Java Simon API.
org.javasimon.jdbc4.jmx - package org.javasimon.jdbc4.jmx
Work in progress: MX beans specific to Simon JDBC driver.
org.javasimon.jdbcx4 - package org.javasimon.jdbcx4
Simon DataSources for JavaEE JDBC monitoring.

P

PREFIX - Static variable in class org.javasimon.jdbc4.SimonConnectionConfiguration
Name for the driver property holding the hierarchy prefix given to JDBC Simons.
prefix - Variable in class org.javasimon.jdbc4.SimonStatement
Hierarchy prefix for JDBC Simons.
prepare(String) - Method in class org.javasimon.jdbc4.SimonStatement
Called before each SQL command execution.
prepare(List<String>) - Method in class org.javasimon.jdbc4.SimonStatement
Called before each SQL command execution.
prepareCall(String) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real prepareCall and wraps returned statement by Simon's statement.
prepareCall(String, int, int) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real prepareCall and wraps returned statement by Simon's statement.
prepareCall(String, int, int, int) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real prepareCall and wraps returned statement by Simon's statement.
prepareStatement(String) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real prepareStatement and wraps returned statement by Simon's statement.
prepareStatement(String, int) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real prepareStatement and wraps returned statement by Simon's statement.
prepareStatement(String, int, int) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real prepareStatement and wraps returned statement by Simon's statement.
prepareStatement(String, int, int, int) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real prepareStatement and wraps returned statement by Simon's statement.
prepareStatement(String, int[]) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real prepareStatement and wraps returned statement by Simon's statement.
prepareStatement(String, String[]) - Method in class org.javasimon.jdbc4.SimonConnection
Calls real prepareStatement and wraps returned statement by Simon's statement.
previous() - Method in class org.javasimon.jdbc4.SimonResultSet
 

R

REAL_DRIVER - Static variable in class org.javasimon.jdbc4.SimonConnectionConfiguration
Name for the property holding the real driver class value.
refreshRow() - Method in class org.javasimon.jdbc4.SimonResultSet
 
registerOutParameter(int, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
registerOutParameter(int, int, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
registerOutParameter(int, int, String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
registerOutParameter(String, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
relative(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
releaseSavepoint(Savepoint) - Method in class org.javasimon.jdbc4.SimonConnection
 
removeConnectionEventListener(ConnectionEventListener) - Method in class org.javasimon.jdbcx4.SimonPooledConnection
 
removeStatementEventListener(StatementEventListener) - Method in class org.javasimon.jdbcx4.SimonPooledConnection
 
removeStatementEventListener(StatementEventListener) - Method in class org.javasimon.jdbcx4.SimonXAConnection
 
resultsetsStat() - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Retrieves summary data about JDBC result set objects.
resultsetsStat() - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
rollback() - Method in class org.javasimon.jdbc4.SimonConnection
Rollback the real connection and increase the rollbacks Simon.
rollback(Savepoint) - Method in class org.javasimon.jdbc4.SimonConnection
Rollbacks the real connection and increases the rollbacks Simon.
rowDeleted() - Method in class org.javasimon.jdbc4.SimonResultSet
 
rowInserted() - Method in class org.javasimon.jdbc4.SimonResultSet
 
rowUpdated() - Method in class org.javasimon.jdbc4.SimonResultSet
 

S

setArray(int, Array) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setAsciiStream(String, InputStream, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setAsciiStream(String, InputStream) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setAutoCommit(boolean) - Method in class org.javasimon.jdbc4.SimonConnection
 
setBigDecimal(String, BigDecimal) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setBinaryStream(String, InputStream) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setBlob(String, InputStream, long) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setBlob(String, Blob) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setBlob(String, InputStream) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setBlob(int, Blob) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setBlob(int, InputStream) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setBoolean(String, boolean) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setBoolean(int, boolean) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setByte(String, byte) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setByte(int, byte) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setBytes(String, byte[]) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setBytes(int, byte[]) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setCatalog(String) - Method in class org.javasimon.jdbc4.SimonConnection
 
setCharacterStream(String, Reader, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setCharacterStream(String, Reader) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setCharacterStream(int, Reader) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setClientInfo(String, String) - Method in class org.javasimon.jdbc4.SimonConnection
 
setClientInfo(Properties) - Method in class org.javasimon.jdbc4.SimonConnection
 
setClob(String, Reader, long) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setClob(String, Clob) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setClob(String, Reader) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setClob(int, Clob) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setClob(int, Reader, long) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setClob(int, Reader) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setCursorName(String) - Method in class org.javasimon.jdbc4.SimonStatement
 
setDataSource(DataSource) - Method in class org.javasimon.jdbcx4.WrappingSimonDataSource
 
setDate(String, Date) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setDate(int, Date) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setDouble(String, double) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setDouble(int, double) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setEscapeProcessing(boolean) - Method in class org.javasimon.jdbc4.SimonStatement
 
setFetchDirection(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
setFetchDirection(int) - Method in class org.javasimon.jdbc4.SimonStatement
 
setFetchSize(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
setFetchSize(int) - Method in class org.javasimon.jdbc4.SimonStatement
 
setFloat(String, float) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setFloat(int, float) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setHoldability(int) - Method in class org.javasimon.jdbc4.SimonConnection
 
setInt(String, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setInt(int, int) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setLoginTimeout(int) - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter) - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setLong(String, long) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setLong(int, long) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setMaxFieldSize(int) - Method in class org.javasimon.jdbc4.SimonStatement
 
setMaxRows(int) - Method in class org.javasimon.jdbc4.SimonStatement
 
setNCharacterStream(String, Reader, long) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setNCharacterStream(String, Reader) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setNCharacterStream(int, Reader, long) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setNClob(String, NClob) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setNClob(String, Reader, long) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setNClob(String, Reader) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setNClob(int, NClob) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setNClob(int, Reader) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class org.javasimon.jdbc4.SimonConnection
 
setNString(String, String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setNString(int, String) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setNull(String, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setNull(String, int, String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setNull(int, int) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setNull(int, int, String) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setObject(String, Object, int, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setObject(String, Object, int) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setObject(String, Object) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setObject(int, Object, int) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setObject(int, Object) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setPassword(String) - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Setter for password property.
setPoolable(boolean) - Method in class org.javasimon.jdbc4.SimonStatement
 
setPrefix(String) - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Sets custom prefix of JDBC Simon hierarchy, see more JdbcMXBean.
setPrefix(String) - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 
setPrefix(String) - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Sets Simon prefix for constructing names of Simons.
setProperties(Properties) - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Set properties specific to the real datasource.
setQueryTimeout(int) - Method in class org.javasimon.jdbc4.SimonStatement
 
setReadOnly(boolean) - Method in class org.javasimon.jdbc4.SimonConnection
 
setRealDataSourceClassName(String) - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Setter for realDataSourceClassName property.
setRef(int, Ref) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setRowId(String, RowId) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setRowId(int, RowId) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setSavepoint() - Method in class org.javasimon.jdbc4.SimonConnection
 
setSavepoint(String) - Method in class org.javasimon.jdbc4.SimonConnection
 
setSchema(String) - Method in class org.javasimon.jdbc4.SimonConnection
 
setShort(String, short) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setShort(int, short) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setSQLXML(int, SQLXML) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setString(String, String) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setString(int, String) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setTime(String, Time) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setTime(int, Time) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setTimestamp(String, Timestamp) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setTransactionIsolation(int) - Method in class org.javasimon.jdbc4.SimonConnection
 
setTypeMap(Map<String, Class<?>>) - Method in class org.javasimon.jdbc4.SimonConnection
 
setUnicodeStream(int, InputStream, int) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
Deprecated.
setURL(String, URL) - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
setURL(int, URL) - Method in class org.javasimon.jdbc4.SimonPreparedStatement
 
setUrl(String) - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Setter for URL property.
setUser(String) - Method in class org.javasimon.jdbcx4.AbstractSimonDataSource
Setter for user property.
SimonCallableStatement - Class in org.javasimon.jdbc4
Simon JDBC proxy callable statement implementation class.
SimonConnection - Class in org.javasimon.jdbc4
Class implements Simon JDBC proxy connection.
SimonConnection(Connection, String) - Constructor for class org.javasimon.jdbc4.SimonConnection
Class constructor, initializes Simons (lifespan, active, commits and rollbacks) related to the DB connection.
SimonConnectionConfiguration - Class in org.javasimon.jdbc4
JDBC configuration contains Simon JDBC connection URL, real JDBC connection URL and Simon properties.
SimonConnectionConfiguration(String) - Constructor for class org.javasimon.jdbc4.SimonConnectionConfiguration
Class constructor, parses given connection URL and recognizes driver's properties.
SimonConnectionPoolDataSource - Class in org.javasimon.jdbcx4
Wrapper class for real ConnectionPoolDataSource implementation, produces pooled PooledConnection object.
SimonConnectionPoolDataSource() - Constructor for class org.javasimon.jdbcx4.SimonConnectionPoolDataSource
 
SimonDataSource - Class in org.javasimon.jdbcx4
Wrapper class for real DataSource implementation, produces standard Connection object.
SimonDataSource() - Constructor for class org.javasimon.jdbcx4.SimonDataSource
 
SimonPooledConnection - Class in org.javasimon.jdbcx4
Simon implementation of PooledConnection, needed for Simon ConnectionPollDataSource implementation.
SimonPooledConnection(PooledConnection, String) - Constructor for class org.javasimon.jdbcx4.SimonPooledConnection
Class constructor.
SimonPreparedStatement - Class in org.javasimon.jdbc4
Simon JDBC proxy prepared statement implementation class.
SimonResultSet - Class in org.javasimon.jdbc4
Simon JDBC proxy result set implementation class.
SimonResultSet(ResultSet, SimonStatement, String, String) - Constructor for class org.javasimon.jdbc4.SimonResultSet
Class constructor, initializes Simons (lifespan) related to result set.
SimonStatement - Class in org.javasimon.jdbc4
Simon JDBC proxy statement implementation class.
SimonXAConnection - Class in org.javasimon.jdbcx4
Simon implementation of XAConnection, needed for Simon XADataSource implementation.
SimonXAConnection(XAConnection, String) - Constructor for class org.javasimon.jdbcx4.SimonXAConnection
Class constructor.
SimonXADataSource - Class in org.javasimon.jdbcx4
Wrapper class for real XADataSource implementation, produces xa XAConnection object.
SimonXADataSource() - Constructor for class org.javasimon.jdbcx4.SimonXADataSource
 
split - Variable in class org.javasimon.jdbc4.SimonStatement
Stopwatch split measuring the lifespan of the statement until it is closed across all executes.
sql - Variable in class org.javasimon.jdbc4.SimonPreparedStatement
SQL string.
sqlCmdLabel - Variable in class org.javasimon.jdbc4.SimonStatement
SQL statement label containing part up to the SQL command type.
sqlNormalizer - Variable in class org.javasimon.jdbc4.SimonStatement
SQL normalizer helper object.
SqlNormalizer - Class in org.javasimon.jdbc4
SqlNormalizer takes SQL statement and replaces parameters with question marks.
SqlNormalizer(String) - Constructor for class org.javasimon.jdbc4.SqlNormalizer
Creates SQL normalizer and performs the normalization.
SqlNormalizer(List<String>) - Constructor for class org.javasimon.jdbc4.SqlNormalizer
Constructor for batch normalization.
startSplit() - Method in class org.javasimon.jdbc4.SimonStatement
Starts the split for the SQL specific stopwatch, sets the note and returns the split.
statementsStat() - Method in interface org.javasimon.jdbc4.jmx.JdbcMXBean
Retrieves summary data about JDBC statement objects.
statementsStat() - Method in class org.javasimon.jdbc4.jmx.JdbcMXBeanImpl
 

T

toString() - Method in class org.javasimon.jdbc4.SqlNormalizer
Returns human readable string describing this SQL normalizer.

U

unwrap(Class<T>) - Method in class org.javasimon.jdbc4.SimonConnection
 
unwrap(Class<T>) - Method in class org.javasimon.jdbc4.SimonResultSet
 
unwrap(Class<T>) - Method in class org.javasimon.jdbc4.SimonStatement
 
unwrap(Class<T>) - Method in class org.javasimon.jdbc4.WrapperSupport
 
unwrap(Class<T>) - Method in class org.javasimon.jdbcx4.SimonDataSource
 
unwrap(Class<T>) - Method in class org.javasimon.jdbcx4.WrappingSimonDataSource
 
updateArray(int, Array) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateArray(String, Array) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBlob(int, Blob) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBlob(String, Blob) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBlob(int, InputStream, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBlob(String, InputStream, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBlob(int, InputStream) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBlob(String, InputStream) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBoolean(int, boolean) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBoolean(String, boolean) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateByte(int, byte) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateByte(String, byte) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBytes(int, byte[]) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateBytes(String, byte[]) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateCharacterStream(int, Reader) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateCharacterStream(String, Reader) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateClob(int, Clob) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateClob(String, Clob) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateClob(int, Reader, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateClob(String, Reader, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateClob(int, Reader) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateClob(String, Reader) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateDate(int, Date) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateDate(String, Date) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateDouble(int, double) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateDouble(String, double) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateFloat(int, float) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateFloat(String, float) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateInt(int, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateInt(String, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateLong(int, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateLong(String, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNClob(int, NClob) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNClob(String, NClob) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNClob(int, Reader, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNClob(String, Reader, long) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNClob(int, Reader) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNClob(String, Reader) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNString(int, String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNString(String, String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNull(int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateNull(String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateObject(int, Object, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateObject(int, Object) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateObject(String, Object, int) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateObject(String, Object) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateRef(int, Ref) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateRef(String, Ref) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateRow() - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateRowId(int, RowId) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateRowId(String, RowId) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateShort(int, short) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateShort(String, short) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateString(int, String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateString(String, String) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateTime(int, Time) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateTime(String, Time) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.javasimon.jdbc4.SimonResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.javasimon.jdbc4.SimonResultSet
 
URL_PREFIX - Static variable in class org.javasimon.jdbc4.SimonConnectionConfiguration
Prefix used in JDBC connection URLs.

W

wasNull() - Method in class org.javasimon.jdbc4.SimonCallableStatement
 
wasNull() - Method in class org.javasimon.jdbc4.SimonResultSet
 
WrapperSupport<D extends java.sql.Wrapper> - Class in org.javasimon.jdbc4
Helper class for implementing Wrapper on wrappers.
WrapperSupport(D, Class<D>) - Constructor for class org.javasimon.jdbc4.WrapperSupport
 
WrappingSimonDataSource - Class in org.javasimon.jdbcx4
WrappingSimonDataSource allows to wrap existing datasource instead of providing the Driver and URL information.
WrappingSimonDataSource() - Constructor for class org.javasimon.jdbcx4.WrappingSimonDataSource
 
A B C D E F G I J L M N O P R S T U W 

Copyright © 2018. All Rights Reserved.