- CallableStatementSpy - Class in net.sf.log4jdbc.sql.jdbcapi
-
Wraps a CallableStatement and reports method calls, returns and exceptions.
- CallableStatementSpy(String, ConnectionSpy, CallableStatement) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
Create a CallableStatementSpy (JDBC 4 version) to spy upon a CallableStatement.
- cancel() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- cancelRowUpdates() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- classTypeDescription - Static variable in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Description for ResultSet class type.
- clearBatch() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- clearParameters() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- clearWarnings() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- clearWarnings() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- clearWarnings() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- close() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- close() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- close() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- commit() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- connect(String, Properties) - Method in class net.sf.log4jdbc.sql.jdbcapi.DriverSpy
-
Get a Connection to the database from the underlying driver that this
DriverSpy is spying on.
- connectionAborted(Spy, long) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
-
- connectionAborted(Spy, long) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
-
- connectionAborted(Spy, long) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
-
Called whenever a connection spy is aborted.
- connectionClosed(Spy, long) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
-
- connectionClosed(Spy, long) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
-
- connectionClosed(Spy, long) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
-
Called whenever a connection spy is closed.
- ConnectionMessage - Class in net.sf.log4jdbc.log.log4j2.message
-
SqlMessage
related to connection events.
- ConnectionMessage() - Constructor for class net.sf.log4jdbc.log.log4j2.message.ConnectionMessage
-
Default constructor
- ConnectionMessage(Spy, long, ConnectionMessage.Operation, boolean) - Constructor for class net.sf.log4jdbc.log.log4j2.message.ConnectionMessage
-
- ConnectionMessage.Operation - Enum in net.sf.log4jdbc.log.log4j2.message
-
An enum
to define the value of operation
when the action on the connection was to open,close or abort it.
- connectionOpened(Spy, long) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
-
- connectionOpened(Spy, long) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
-
- connectionOpened(Spy, long) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
-
Called whenever a new connection spy is created.
- ConnectionSpy - Class in net.sf.log4jdbc.sql.jdbcapi
-
Wraps a JDBC Connection and reports method calls, returns and exceptions.
- ConnectionSpy(Connection) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
Create a new ConnectionSpy that wraps a given Connection.
- ConnectionSpy(Connection, long) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
Create a new ConnectionSpy that wraps a given Connection.
- ConnectionSpy(Connection, RdbmsSpecifics) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
Create a new ConnectionSpy that wraps a given Connection.
- ConnectionSpy(Connection, RdbmsSpecifics, long) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
Create a new ConnectionSpy that wraps a given Connection.
- connectionSpy - Variable in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
The Connection that created this Statement.
- constructorReturned(Spy, String) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
-
- constructorReturned(Spy, String) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
-
- constructorReturned(Spy, String) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
-
Called when a spied upon object is constructed.
- createStatement() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- createStatement(int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- createStatement(int, int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- currentBatch - Variable in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Tracking of current batch (see addBatch, clearBatch and executeBatch)
//todo: should access to this List be synchronized?
- getAdditionalDrivers() - Static method in class net.sf.log4jdbc.Properties
-
- getArray(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getArray(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getArray(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getArray(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getAsciiStream(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getAsciiStream(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getAutoCommit() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- getBigDecimal(int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
Deprecated.
- getBigDecimal(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getBigDecimal(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getBigDecimal(int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Deprecated.
- getBigDecimal(String, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Deprecated.
- getBigDecimal(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getBigDecimal(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getBinaryStream(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getBinaryStream(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getBlob(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getBlob(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getBlob(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getBlob(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getBoolean(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getBoolean(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getBoolean(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getBoolean(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getByte(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getByte(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getByte(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getByte(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getBytes(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getBytes(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getBytes(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getBytes(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getCatalog() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- getCharacterStream(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getCharacterStream(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getClassType() - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getClassType() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- getClassType() - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
-
- getClassType() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- getClassType() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getClassType() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getClassType() - Method in interface net.sf.log4jdbc.sql.Spy
-
Get the type of class being spied upon.
- getClob(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getClob(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getClob(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getClob(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getColumnCount() - Method in class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector
-
- getColumnCount() - Method in interface net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollector
-
- getColumnLabel(int) - Method in class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector
-
- getColumnName(int) - Method in class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector
-
- getColumnName(int) - Method in interface net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollector
-
- getConcurrency() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getConnection() - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
-
- getConnection(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
-
- getConnection() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getConnectionNumber() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- getConnectionNumber() - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
-
- getConnectionNumber() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getConnectionNumber() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getConnectionNumber() - Method in interface net.sf.log4jdbc.sql.Spy
-
Get the connection number.
- getCursorName() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getDate(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getDate(int, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getDate(String, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getDate(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getDate(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getDate(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getDate(int, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getDate(String, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getDebugInfo() - Static method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
Get debugging info - the module and line number that called the logger
version that prints the stack trace information from the point just before
we got it (net.sf.log4jdbc)
if the optional log4jdbc.debug.stack.prefix system property is defined then
the last call point from an application is shown in the debug
trace output, instead of the last direct caller into log4jdbc
- getDebugStackPrefix() - Static method in class net.sf.log4jdbc.Properties
-
- getDouble(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getDouble(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getDouble(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getDouble(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getDumpSqlMaxLineLength() - Static method in class net.sf.log4jdbc.Properties
-
- getFetchDirection() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getFetchDirection() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getFetchSize() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getFetchSize() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getFloat(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getFloat(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getFloat(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getFloat(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getFormat() - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
- getFormattedMessage() - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
- getGeneratedKeys() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- getGeneratedKeys() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getGeneratedKeys(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Convenient method to get generated keys and logging
the SQL query on which this operation is performed.
- getHoldability() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- getInt(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getInt(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getInt(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getInt(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getLoginTimeout() - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
-
- getLogWriter() - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
-
- getLong(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getLong(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getLong(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getLong(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getMajorVersion() - Method in class net.sf.log4jdbc.sql.jdbcapi.DriverSpy
-
Get the major version of the driver.
- getMaxFieldSize() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getMaxRows() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getMessage() - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
- getMetaData() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- getMetaData() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- getMetaData() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getMinorVersion() - Method in class net.sf.log4jdbc.sql.jdbcapi.DriverSpy
-
Get the minor version of the driver.
- getMoreResults() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getMoreResults(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getObject(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getObject(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getObject(int, Map<String, Class<?>>) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getObject(String, Map<String, Class<?>>) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getObject(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getObject(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getObject(String, Map<String, Class<?>>) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getObject(int, Map<String, Class<?>>) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getOpenConnectionsDump() - Static method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
Get a dump of how many connections are open, and which connection numbers
are open.
- getParameterMetaData() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- getParameters() - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
- getPropertyInfo(String, Properties) - Method in class net.sf.log4jdbc.sql.jdbcapi.DriverSpy
-
Gets information about the possible properties for the underlying driver.
- getQueryTimeout() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getRealCallableStatement() - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
Get the real underlying CallableStatement that this CallableStatementSpy wraps.
- getRealConnection() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
Get the real underlying Connection that this ConnectionSpy wraps.
- getRealPreparedStatement() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
Get the real PreparedStatement that this PreparedStatementSpy wraps.
- getRealResultSet() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Get the real ResultSet that this ResultSetSpy wraps.
- getRealStatement() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Get the real Statement that this StatementSpy wraps.
- getRef(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getRef(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getRef(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getRef(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getResultSet() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getResultSetConcurrency() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getResultSetHoldability() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getResultSetToPrint(ResultSetCollector) - Method in class net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollectorPrinter
-
Return a table which represents a ResultSet
,
to be printed by a logger,
based on the content of the provided resultSetCollector
.
- getResultSetType() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getResultSetValue(ResultSet, int) - Static method in class net.sf.log4jdbc.sql.resultsetcollector.JdbcUtils
-
Retrieve a JDBC column value from a ResultSet, using the most appropriate
value type.
- getRow() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getRows() - Method in class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector
-
- getRows() - Method in interface net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollector
-
- getShort(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getShort(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getShort(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getShort(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getSpyLogDelegator() - Static method in class net.sf.log4jdbc.log.SpyLogFactory
-
Return the SpyLogDelegator
.
- getSpyLogDelegatorName() - Static method in class net.sf.log4jdbc.Properties
-
- getSqlTimingErrorThresholdMsec() - Static method in class net.sf.log4jdbc.Properties
-
- getSqlTimingWarnThresholdMsec() - Static method in class net.sf.log4jdbc.Properties
-
- getStatement() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getString(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getString(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getString(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getString(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getThrowable() - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
Always return null
, no messages store a Throwable
in this project.
- getTime(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getTime(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getTime(int, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getTime(String, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getTime(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getTime(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getTime(int, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getTime(String, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getTimestamp(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getTimestamp(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getTimestamp(int, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getTimestamp(String, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getTimestamp(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getTimestamp(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getTimestamp(int, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getTimestamp(String, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getTransactionIsolation() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- getType() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getTypeMap() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- getUnicodeStream(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Deprecated.
- getUnicodeStream(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Deprecated.
- getUpdateCount() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- getURL(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getURL(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- getURL(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getURL(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getWarnings() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- getWarnings() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- getWarnings() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- rdbmsSpecifics - Variable in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
RdbmsSpecifics for formatting SQL for the given RDBMS.
- RdbmsSpecifics - Class in net.sf.log4jdbc.sql.rdbmsspecifics
-
Encapsulate sql formatting details about a particular relational database management system so that
accurate, useable SQL can be composed for that RDMBS.
- RdbmsSpecifics() - Constructor for class net.sf.log4jdbc.sql.rdbmsspecifics.RdbmsSpecifics
-
Default constructor.
- realPreparedStatement - Variable in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
The real PreparedStatement that this PreparedStatementSpy wraps.
- realStatement - Variable in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
The real statement that this StatementSpy wraps.
- refreshRow() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- registerOutParameter(int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- registerOutParameter(int, int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- registerOutParameter(int, int, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- registerOutParameter(String, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- registerOutParameter(String, int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- registerOutParameter(String, int, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- relative(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- releaseSavepoint(Savepoint) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- reportAllReturns(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- reportAllReturns(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- reportAllReturns(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- reportAllReturns(String, Object, Object...) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Report (for logging) that a method returned.
- reportAllReturns(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Report (for logging) that a method returned.
- reportException(String, SQLException, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- reportException(String, SQLException) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- reportException(String, SQLException, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- reportException(String, SQLException) - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
-
Report to the logger all exceptions which have to be reported by this class
- reportException(String, SQLException) - Method in class net.sf.log4jdbc.sql.jdbcapi.DriverSpy
-
- reportException(String, SQLException) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Report an exception to be logged.
- reportException(String, SQLException, String, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Report an exception to be logged which includes timing data on a sql failure.
- reportException(String, SQLException, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Report an exception to be logged.
- reportException(String, SQLException) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Report an exception to be logged.
- reportReturn(String, T, Object...) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Conveniance method to report (for logging) that a method returned an Object.
- reportReturn(String, boolean) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Conveniance method to report (for logging) that a method returned a boolean value.
- reportReturn(String, byte) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Conveniance method to report (for logging) that a method returned a byte value.
- reportReturn(String, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Conveniance method to report (for logging) that a method returned a int value.
- reportReturn(String, double) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Conveniance method to report (for logging) that a method returned a double value.
- reportReturn(String, short) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Conveniance method to report (for logging) that a method returned a short value.
- reportReturn(String, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Conveniance method to report (for logging) that a method returned a long value.
- reportReturn(String, float) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Conveniance method to report (for logging) that a method returned a float value.
- reportReturn(String, Object) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Conveniance method to report (for logging) that a method returned an Object.
- reportReturn(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Conveniance method to report (for logging) that a method returned (void return type).
- reportSql(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Report SQL for logging.
- reportSqlTiming(long, String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Report SQL for logging.
- reportStatementSql(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Report SQL for logging with a warning that it was generated from a statement.
- reportStatementSqlTiming(long, String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Report SQL for logging with a warning that it was generated from a statement.
- reset() - Method in class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector
-
- reset() - Method in interface net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollector
-
Clear the result set so far.
- resultSetCollected(ResultSetCollector) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
-
- resultSetCollected(ResultSetCollector) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
-
- resultSetCollected(ResultSetCollector) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
-
Called whenever result set has been collected.
- ResultSetCollector - Interface in net.sf.log4jdbc.sql.resultsetcollector
-
Collect a result set, ultimately available from getRow().
- ResultSetCollectorPrinter - Class in net.sf.log4jdbc.sql.resultsetcollector
-
- ResultSetCollectorPrinter() - Constructor for class net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollectorPrinter
-
Default constructor
- ResultSetSpy - Class in net.sf.log4jdbc.sql.jdbcapi
-
Wraps a ResultSet and reports method calls, returns and exceptions.
- ResultSetSpy(StatementSpy, ResultSet) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Create a new ResultSetSpy that wraps another ResultSet object, that logs all method calls, expceptions, etc.
- rightJustify(int, String) - Static method in class net.sf.log4jdbc.sql.Utilities
-
Right justify a field within a certain number of spaces.
- rollback(Savepoint) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- rollback() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- rowDeleted() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- rowInserted() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- rowUpdated() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- setArray(int, Array) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setAsciiStream(String, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setAsciiStream(int, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setAutoCommit(boolean) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- setBigDecimal(String, BigDecimal) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setBigDecimal(int, BigDecimal) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setBinaryStream(String, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setBinaryStream(int, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setBlob(int, Blob) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setBoolean(String, boolean) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setBoolean(int, boolean) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setByte(String, byte) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setByte(int, byte) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setBytes(String, byte[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setBytes(int, byte[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setCatalog(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- setCharacterStream(String, Reader, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setCharacterStream(int, Reader, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setClob(int, Clob) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setCursorName(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- setDate(String, Date, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setDate(String, Date) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setDate(int, Date) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setDate(int, Date, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setDebugEnabled(boolean) - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
- setDouble(String, double) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setDouble(int, double) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setEscapeProcessing(boolean) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- setFetchDirection(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- setFetchDirection(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- setFetchSize(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
- setFetchSize(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- setFloat(String, float) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setFloat(int, float) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setHoldability(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- setInt(String, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setInt(int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setLoginTimeout(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
-
- setLogWriter(PrintWriter) - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
-
- setLong(String, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setLong(int, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setMaxFieldSize(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- setMaxRows(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- setMessage(String) - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
- setNull(String, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setNull(String, int, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setNull(int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setNull(int, int, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setObject(String, Object) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setObject(String, Object, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setObject(String, Object, int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setObject(int, Object, int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setObject(int, Object, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setObject(int, Object) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setQueryTimeout(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
- setReadOnly(boolean) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- setRef(int, Ref) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setResultSetCollector(ResultSetCollector) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
-
Sets the ResultSetCollector
used by this ResultSetSpy
to log result set content.
- setSavepoint() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- setSavepoint(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- setShort(String, short) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setShort(int, short) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setSpyLogDelegator(SpyLogDelegator) - Static method in class net.sf.log4jdbc.log.SpyLogFactory
-
- setString(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setString(int, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setTime(String, Time) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setTime(String, Time, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setTime(int, Time) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setTime(int, Time, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setTimestamp(String, Timestamp) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setTimestamp(String, Timestamp, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setTimestamp(int, Timestamp) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setTimestamp(int, Timestamp, Calendar) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- setTransactionIsolation(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- setTypeMap(Map<String, Class<?>>) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
-
- setUnicodeStream(int, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
Deprecated.
- setURL(String, URL) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
-
- setURL(int, URL) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
-
- Slf4jSpyLogDelegator - Class in net.sf.log4jdbc.log.slf4j
-
Delegates JDBC spy logging events to the the Simple Logging Facade for Java (slf4j).
- Slf4jSpyLogDelegator() - Constructor for class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
-
Create a SpyLogDelegator specific to the Simple Logging Facade for Java (slf4j).
- Spy - Interface in net.sf.log4jdbc.sql
-
Common interface that all Spy classes can implement.
- SpyLogDelegator - Interface in net.sf.log4jdbc.log
-
Delegates Spy events to a logger.
- SpyLogFactory - Class in net.sf.log4jdbc.log
-
A provider for a SpyLogDelegator.
- sql - Variable in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
The SQL query.
- SqlMessage - Class in net.sf.log4jdbc.log.log4j2.message
-
Parent class of all Message
s associated with log4jdbc log events,
to perform common operations such as sql formatting.
- SqlMessage() - Constructor for class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
Default constructor.
- SqlMessage(boolean) - Constructor for class net.sf.log4jdbc.log.log4j2.message.SqlMessage
-
Constructor
- sqlOccurred(Spy, String, String) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
-
- sqlOccurred(Spy, String, String) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
-
- sqlOccurred(Spy, String, String) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
-
Special call that is called only for JDBC method calls that contain SQL.
- SqlServerRdbmsSpecifics - Class in net.sf.log4jdbc.sql.rdbmsspecifics
-
RDBMS specifics for the Sql Server DB.
- SqlServerRdbmsSpecifics() - Constructor for class net.sf.log4jdbc.sql.rdbmsspecifics.SqlServerRdbmsSpecifics
-
- sqlTimingOccurred(Spy, long, String, String) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
-
- sqlTimingOccurred(Spy, long, String, String) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
-
Special call that is called only for JDBC method calls that contain SQL.
- sqlTimingOccurred(Spy, long, String, String) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
-
Similar to sqlOccured, but reported after SQL executes and used to report timing stats on the SQL
- SqlTimingOccurredMessage - Class in net.sf.log4jdbc.log.log4j2.message
-
SqlMessage
related to the logging of SQL statements, with execution time information.
- SqlTimingOccurredMessage() - Constructor for class net.sf.log4jdbc.log.log4j2.message.SqlTimingOccurredMessage
-
Default Constructor
- SqlTimingOccurredMessage(Spy, long, String, String, boolean) - Constructor for class net.sf.log4jdbc.log.log4j2.message.SqlTimingOccurredMessage
-
- StatementSpy - Class in net.sf.log4jdbc.sql.jdbcapi
-
Wraps a Statement and reports method calls, returns and exceptions.
- StatementSpy(ConnectionSpy, Statement) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
-
Create a StatementSpy that wraps another Statement
for the purpose of logging all method calls, sql, exceptions and return values.