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

A

absolute(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
acceptsURL(String) - Method in class net.sf.log4jdbc.DriverSpy
Returns true if this is a jdbc:log4 URL and if the URL is for an underlying driver that this DriverSpy can spy on.
addBatch() - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
addBatch(String) - Method in class net.sf.log4jdbc.StatementSpy
 
afterLast() - Method in class net.sf.log4jdbc.ResultSetSpy
 
argTrace - Variable in class net.sf.log4jdbc.PreparedStatementSpy
holds list of bind variables for tracing
argTraceSet(int, String, Object) - Method in class net.sf.log4jdbc.PreparedStatementSpy
Store an argument (bind variable) into the argTrace list (above) for later dumping.

B

beforeFirst() - Method in class net.sf.log4jdbc.ResultSetSpy
 

C

CallableStatementSpy - class net.sf.log4jdbc.CallableStatementSpy.
Wraps a CallableStatement and reports method calls, returns and exceptions.
CallableStatementSpy(String, ConnectionSpy, CallableStatement) - Constructor for class net.sf.log4jdbc.CallableStatementSpy
Create a CallableStatementSpy to spy upon a CallableStatement.
ConnectionSpy - class net.sf.log4jdbc.ConnectionSpy.
Wraps a JDBC Connection and reports method calls, returns and exceptions.
ConnectionSpy(Connection) - Constructor for class net.sf.log4jdbc.ConnectionSpy
Create a new ConnectionSpy that wraps a given Connection.
ConnectionSpy(Connection, RdbmsSpecifics) - Constructor for class net.sf.log4jdbc.ConnectionSpy
Create a new ConnectionSpy that wraps a given Connection.
cancel() - Method in class net.sf.log4jdbc.StatementSpy
 
cancelRowUpdates() - Method in class net.sf.log4jdbc.ResultSetSpy
 
classTypeDescription - Static variable in class net.sf.log4jdbc.ResultSetSpy
Description for ResultSet class type.
clearBatch() - Method in class net.sf.log4jdbc.StatementSpy
 
clearParameters() - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
clearWarnings() - Method in class net.sf.log4jdbc.ConnectionSpy
 
clearWarnings() - Method in class net.sf.log4jdbc.ResultSetSpy
 
clearWarnings() - Method in class net.sf.log4jdbc.StatementSpy
 
close() - Method in class net.sf.log4jdbc.ConnectionSpy
 
close() - Method in class net.sf.log4jdbc.ResultSetSpy
 
close() - Method in class net.sf.log4jdbc.StatementSpy
 
commit() - Method in class net.sf.log4jdbc.ConnectionSpy
 
connect(String, Properties) - Method in class net.sf.log4jdbc.DriverSpy
Get a Connection to the database from the underlying driver that this DriverSpy is spying on.
connectionSpy - Variable in class net.sf.log4jdbc.StatementSpy
The Connection that created this Statement.
constructorReturned(Spy, String) - Method in class net.sf.log4jdbc.Slf4jSpyLogDelegator
Called when a spied upon object is constructed.
constructorReturned(Spy, String) - Method in interface net.sf.log4jdbc.SpyLogDelegator
Called when a spied upon object is constructed.
createStatement() - Method in class net.sf.log4jdbc.ConnectionSpy
 
createStatement(int, int) - Method in class net.sf.log4jdbc.ConnectionSpy
 
createStatement(int, int, int) - Method in class net.sf.log4jdbc.ConnectionSpy
 
currentBatch - Variable in class net.sf.log4jdbc.StatementSpy
Tracking of current batch (see addBatch, clearBatch and executeBatch) //todo: should access to this List be synchronized?

D

DriverSpy - class net.sf.log4jdbc.DriverSpy.
A JDBC driver which is a facade that delegates to one or more real underlying JDBC drivers.
DriverSpy() - Constructor for class net.sf.log4jdbc.DriverSpy
Default constructor.
debug(String) - Method in class net.sf.log4jdbc.Slf4jSpyLogDelegator
Log a Setup and/or administrative log message for log4jdbc.
debug(String) - Method in interface net.sf.log4jdbc.SpyLogDelegator
Log a Setup and/or administrative log message for log4jdbc.
deleteRow() - Method in class net.sf.log4jdbc.ResultSetSpy
 
dumpedSql() - Method in class net.sf.log4jdbc.PreparedStatementSpy
 

E

exceptionOccured(Spy, String, Exception, String, long) - Method in class net.sf.log4jdbc.Slf4jSpyLogDelegator
Called when a jdbc method throws an Exception.
exceptionOccured(Spy, String, Exception, String, long) - Method in interface net.sf.log4jdbc.SpyLogDelegator
Called when a spied upon method throws an Exception.
execute() - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
execute(String, String[]) - Method in class net.sf.log4jdbc.StatementSpy
 
execute(String) - Method in class net.sf.log4jdbc.StatementSpy
 
execute(String, int) - Method in class net.sf.log4jdbc.StatementSpy
 
execute(String, int[]) - Method in class net.sf.log4jdbc.StatementSpy
 
executeBatch() - Method in class net.sf.log4jdbc.StatementSpy
 
executeQuery() - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
executeQuery(String) - Method in class net.sf.log4jdbc.StatementSpy
 
executeUpdate() - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
executeUpdate(String, String[]) - Method in class net.sf.log4jdbc.StatementSpy
 
executeUpdate(String) - Method in class net.sf.log4jdbc.StatementSpy
 
executeUpdate(String, int) - Method in class net.sf.log4jdbc.StatementSpy
 
executeUpdate(String, int[]) - Method in class net.sf.log4jdbc.StatementSpy
 

F

findColumn(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
first() - Method in class net.sf.log4jdbc.ResultSetSpy
 

G

getArray(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getArray(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getArray(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getArray(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getAsciiStream(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getAsciiStream(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getAutoCommit() - Method in class net.sf.log4jdbc.ConnectionSpy
 
getBigDecimal(int, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
Deprecated.  
getBigDecimal(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getBigDecimal(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getBigDecimal(int, int) - Method in class net.sf.log4jdbc.ResultSetSpy
Deprecated.  
getBigDecimal(String, int) - Method in class net.sf.log4jdbc.ResultSetSpy
Deprecated.  
getBigDecimal(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getBigDecimal(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getBinaryStream(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getBinaryStream(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getBlob(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getBlob(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getBlob(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getBlob(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getBoolean(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getBoolean(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getBoolean(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getBoolean(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getByte(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getByte(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getByte(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getByte(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getBytes(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getBytes(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getBytes(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getBytes(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getCatalog() - Method in class net.sf.log4jdbc.ConnectionSpy
 
getCharacterStream(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getCharacterStream(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getClassType() - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getClassType() - Method in class net.sf.log4jdbc.ConnectionSpy
 
getClassType() - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
getClassType() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getClassType() - Method in interface net.sf.log4jdbc.Spy
Get the type of class being spied upon.
getClassType() - Method in class net.sf.log4jdbc.StatementSpy
 
getClob(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getClob(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getClob(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getClob(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getConcurrency() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getConnection() - Method in class net.sf.log4jdbc.StatementSpy
 
getConnectionNumber() - Method in class net.sf.log4jdbc.ConnectionSpy
 
getConnectionNumber() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getConnectionNumber() - Method in interface net.sf.log4jdbc.Spy
Get the connection number.
getConnectionNumber() - Method in class net.sf.log4jdbc.StatementSpy
 
getCursorName() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getDate(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getDate(int, Calendar) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getDate(String, Calendar) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getDate(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getDate(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getDate(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getDate(int, Calendar) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getDate(String, Calendar) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getDouble(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getDouble(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getDouble(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getDouble(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getFetchDirection() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getFetchDirection() - Method in class net.sf.log4jdbc.StatementSpy
 
getFetchSize() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getFetchSize() - Method in class net.sf.log4jdbc.StatementSpy
 
getFloat(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getFloat(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getFloat(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getFloat(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getGeneratedKeys() - Method in class net.sf.log4jdbc.StatementSpy
 
getHoldability() - Method in class net.sf.log4jdbc.ConnectionSpy
 
getInt(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getInt(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getInt(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getInt(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getLong(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getLong(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getLong(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getLong(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getMajorVersion() - Method in class net.sf.log4jdbc.DriverSpy
Get the major version of the driver.
getMaxFieldSize() - Method in class net.sf.log4jdbc.StatementSpy
 
getMaxRows() - Method in class net.sf.log4jdbc.StatementSpy
 
getMetaData() - Method in class net.sf.log4jdbc.ConnectionSpy
 
getMetaData() - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
getMetaData() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getMinorVersion() - Method in class net.sf.log4jdbc.DriverSpy
Get the minor version of the driver.
getMoreResults() - Method in class net.sf.log4jdbc.StatementSpy
 
getMoreResults(int) - Method in class net.sf.log4jdbc.StatementSpy
 
getObject(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getObject(String, Map) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getObject(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getObject(int, Map) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getObject(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getObject(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getObject(int, Map) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getObject(String, Map) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getParameterMetaData() - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
getPropertyInfo(String, Properties) - Method in class net.sf.log4jdbc.DriverSpy
Gets information about the possible properties for the underlying driver.
getQueryTimeout() - Method in class net.sf.log4jdbc.StatementSpy
 
getRef(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getRef(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getRef(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getRef(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getResultSet() - Method in class net.sf.log4jdbc.StatementSpy
 
getResultSetConcurrency() - Method in class net.sf.log4jdbc.StatementSpy
 
getResultSetHoldability() - Method in class net.sf.log4jdbc.StatementSpy
 
getResultSetType() - Method in class net.sf.log4jdbc.StatementSpy
 
getRow() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getShort(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getShort(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getShort(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getShort(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getSpyLogDelegator() - Static method in class net.sf.log4jdbc.SpyLogFactory
Get the default SpyLogDelegator for logging to the logger.
getStatement() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getString(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getString(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getString(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getString(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTime(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getTime(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getTime(int, Calendar) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getTime(String, Calendar) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getTime(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTime(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTime(int, Calendar) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTime(String, Calendar) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTimestamp(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getTimestamp(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getTimestamp(int, Calendar) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getTimestamp(String, Calendar) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getTimestamp(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTimestamp(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTimestamp(int, Calendar) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTimestamp(String, Calendar) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTransactionIsolation() - Method in class net.sf.log4jdbc.ConnectionSpy
 
getType() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getTypeMap() - Method in class net.sf.log4jdbc.ConnectionSpy
 
getURL(int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getURL(String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
getURL(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getURL(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
getUnicodeStream(int) - Method in class net.sf.log4jdbc.ResultSetSpy
Deprecated.  
getUnicodeStream(String) - Method in class net.sf.log4jdbc.ResultSetSpy
Deprecated.  
getUpdateCount() - Method in class net.sf.log4jdbc.StatementSpy
 
getWarnings() - Method in class net.sf.log4jdbc.ConnectionSpy
 
getWarnings() - Method in class net.sf.log4jdbc.ResultSetSpy
 
getWarnings() - Method in class net.sf.log4jdbc.StatementSpy
 

I

insertRow() - Method in class net.sf.log4jdbc.ResultSetSpy
 
isAfterLast() - Method in class net.sf.log4jdbc.ResultSetSpy
 
isBeforeFirst() - Method in class net.sf.log4jdbc.ResultSetSpy
 
isClosed() - Method in class net.sf.log4jdbc.ConnectionSpy
 
isFirst() - Method in class net.sf.log4jdbc.ResultSetSpy
 
isJdbcLoggingEnabled() - Method in class net.sf.log4jdbc.Slf4jSpyLogDelegator
Determine if any of the 4 log4jdbc spy loggers are turned on (jdbc.audit | jdbc.resultset | jdbc.sqlonly | jdbc.sqltiming.)
isJdbcLoggingEnabled() - Method in interface net.sf.log4jdbc.SpyLogDelegator
Determine if any of the jdbc or sql loggers are turned on.
isLast() - Method in class net.sf.log4jdbc.ResultSetSpy
 
isReadOnly() - Method in class net.sf.log4jdbc.ConnectionSpy
 

J

jdbcCompliant() - Method in class net.sf.log4jdbc.DriverSpy
Report whether the underlying driver is JDBC compliant.

L

last() - Method in class net.sf.log4jdbc.ResultSetSpy
 

M

main(String[]) - Static method in class net.sf.log4jdbc.PostLogProfilerProcessor
Post Process log4jdbc sqltiming log data.
methodReturned(Spy, String, String) - Method in class net.sf.log4jdbc.Slf4jSpyLogDelegator
Called when a jdbc method from a Connection, Statement, PreparedStatement, CallableStatement or ResultSet returns.
methodReturned(Spy, String, String) - Method in interface net.sf.log4jdbc.SpyLogDelegator
Called when spied upon method call returns.
moveToCurrentRow() - Method in class net.sf.log4jdbc.ResultSetSpy
 
moveToInsertRow() - Method in class net.sf.log4jdbc.ResultSetSpy
 

N

nativeSQL(String) - Method in class net.sf.log4jdbc.ConnectionSpy
 
net.sf.log4jdbc - package net.sf.log4jdbc
The log4jdbc JDBC driver is a special JDBC driver that delegates all jdbc calls to another jdbc driver, logging the sql and other useful information in the process.
next() - Method in class net.sf.log4jdbc.ResultSetSpy
 

P

PostLogProfilerProcessor - class net.sf.log4jdbc.PostLogProfilerProcessor.
Post processes an existing sqltiming log, and creates a profiling report from it.
PostLogProfilerProcessor(String, PrintStream) - Constructor for class net.sf.log4jdbc.PostLogProfilerProcessor
Process given filename, and produce sql profiling report to given PrintStream.
PreparedStatementSpy - class net.sf.log4jdbc.PreparedStatementSpy.
Wraps a PreparedStatement and reports method calls, returns and exceptions.
PreparedStatementSpy(String, ConnectionSpy, PreparedStatement) - Constructor for class net.sf.log4jdbc.PreparedStatementSpy
Create a prepared statement spy for logging activity of another PreparedStatement.
prepareCall(String) - Method in class net.sf.log4jdbc.ConnectionSpy
 
prepareCall(String, int, int) - Method in class net.sf.log4jdbc.ConnectionSpy
 
prepareCall(String, int, int, int) - Method in class net.sf.log4jdbc.ConnectionSpy
 
prepareStatement(String) - Method in class net.sf.log4jdbc.ConnectionSpy
 
prepareStatement(String, int) - Method in class net.sf.log4jdbc.ConnectionSpy
 
prepareStatement(String, int, int) - Method in class net.sf.log4jdbc.ConnectionSpy
 
prepareStatement(String, int, int, int) - Method in class net.sf.log4jdbc.ConnectionSpy
 
prepareStatement(String, int[]) - Method in class net.sf.log4jdbc.ConnectionSpy
 
prepareStatement(String, String[]) - Method in class net.sf.log4jdbc.ConnectionSpy
 
previous() - Method in class net.sf.log4jdbc.ResultSetSpy
 

R

ResultSetSpy - class net.sf.log4jdbc.ResultSetSpy.
Wraps a ResultSet and reports method calls, returns and exceptions.
ResultSetSpy(StatementSpy, ResultSet) - Constructor for class net.sf.log4jdbc.ResultSetSpy
Create a new ResultSetSpy that wraps another ResultSet object, that logs all method calls, expceptions, etc.
rdbmsSpecifics - Variable in class net.sf.log4jdbc.PreparedStatementSpy
RdbmsSpecifics for formatting SQL for the given RDBMS.
realPreparedStatement - Variable in class net.sf.log4jdbc.PreparedStatementSpy
The real PreparedStatement that this PreparedStatementSpy wraps.
realStatement - Variable in class net.sf.log4jdbc.StatementSpy
The real statement that this StatementSpy wraps.
refreshRow() - Method in class net.sf.log4jdbc.ResultSetSpy
 
registerOutParameter(int, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
registerOutParameter(int, int, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
registerOutParameter(int, int, String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
registerOutParameter(String, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
registerOutParameter(String, int, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
registerOutParameter(String, int, String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
relative(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
releaseSavepoint(Savepoint) - Method in class net.sf.log4jdbc.ConnectionSpy
 
reportAllReturns(String, String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
reportAllReturns(String, String) - Method in class net.sf.log4jdbc.ConnectionSpy
 
reportAllReturns(String, String) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
reportAllReturns(String, String) - Method in class net.sf.log4jdbc.ResultSetSpy
Report (for logging) that a method returned.
reportAllReturns(String, String) - Method in class net.sf.log4jdbc.StatementSpy
Report (for logging) that a method returned.
reportException(String, SQLException, String) - Method in class net.sf.log4jdbc.ConnectionSpy
 
reportException(String, SQLException) - Method in class net.sf.log4jdbc.ConnectionSpy
 
reportException(String, SQLException) - Method in class net.sf.log4jdbc.ResultSetSpy
Report an exception to be logged.
reportException(String, SQLException, String, long) - Method in class net.sf.log4jdbc.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.StatementSpy
Report an exception to be logged.
reportException(String, SQLException) - Method in class net.sf.log4jdbc.StatementSpy
Report an exception to be logged.
reportReturn(String, boolean) - Method in class net.sf.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a boolean value.
reportReturn(String, byte) - Method in class net.sf.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a byte value.
reportReturn(String, int) - Method in class net.sf.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a int value.
reportReturn(String, double) - Method in class net.sf.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a double value.
reportReturn(String, short) - Method in class net.sf.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a short value.
reportReturn(String, long) - Method in class net.sf.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a long value.
reportReturn(String, float) - Method in class net.sf.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a float value.
reportReturn(String, Object) - Method in class net.sf.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned an Object.
reportReturn(String) - Method in class net.sf.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned (void return type).
reportReturn(String, boolean) - Method in class net.sf.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a boolean value.
reportReturn(String, byte) - Method in class net.sf.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a byte value.
reportReturn(String, int) - Method in class net.sf.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a int value.
reportReturn(String, double) - Method in class net.sf.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a double value.
reportReturn(String, short) - Method in class net.sf.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a short value.
reportReturn(String, long) - Method in class net.sf.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a long value.
reportReturn(String, float) - Method in class net.sf.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a float value.
reportReturn(String, Object) - Method in class net.sf.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned an Object.
reportReturn(String) - Method in class net.sf.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned (void return type).
reportSql(String, String) - Method in class net.sf.log4jdbc.StatementSpy
Report SQL for logging.
reportSqlTiming(long, String, String) - Method in class net.sf.log4jdbc.StatementSpy
Report SQL for logging.
reportStatementSql(String, String) - Method in class net.sf.log4jdbc.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.StatementSpy
Report SQL for logging with a warning that it was generated from a statement.
rightJustify(int, String) - Static method in class net.sf.log4jdbc.Utilities
Right justify a field within a certain number of spaces.
rollback(Savepoint) - Method in class net.sf.log4jdbc.ConnectionSpy
 
rollback() - Method in class net.sf.log4jdbc.ConnectionSpy
 
rowDeleted() - Method in class net.sf.log4jdbc.ResultSetSpy
 
rowInserted() - Method in class net.sf.log4jdbc.ResultSetSpy
 
rowUpdated() - Method in class net.sf.log4jdbc.ResultSetSpy
 

S

Slf4jSpyLogDelegator - class net.sf.log4jdbc.Slf4jSpyLogDelegator.
Delegates JDBC spy logging events to the the Simple Logging Facade for Java (slf4j).
Slf4jSpyLogDelegator() - Constructor for class net.sf.log4jdbc.Slf4jSpyLogDelegator
Create a SpyLogDelegator specific to the Simple Logging Facade for Java (slf4j).
Spy - interface net.sf.log4jdbc.Spy.
Common interface that all Spy classes can implement.
SpyLogDelegator - interface net.sf.log4jdbc.SpyLogDelegator.
Delegates Spy events to a logger.
SpyLogFactory - class net.sf.log4jdbc.SpyLogFactory.
A provider for a SpyLogDelegator.
StatementSpy - class net.sf.log4jdbc.StatementSpy.
Wraps a Statement and reports method calls, returns and exceptions.
StatementSpy(ConnectionSpy, Statement) - Constructor for class net.sf.log4jdbc.StatementSpy
Create a StatementSpy that wraps another Statement, for the purpose of logging all method calls, sql, exceptions and return values.
setArray(int, Array) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setAsciiStream(String, InputStream, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setAsciiStream(int, InputStream, int) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setAutoCommit(boolean) - Method in class net.sf.log4jdbc.ConnectionSpy
 
setBigDecimal(String, BigDecimal) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setBigDecimal(int, BigDecimal) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setBinaryStream(String, InputStream, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setBinaryStream(int, InputStream, int) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setBlob(int, Blob) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setBoolean(String, boolean) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setBoolean(int, boolean) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setByte(String, byte) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setByte(int, byte) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setBytes(String, byte[]) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setBytes(int, byte[]) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setCatalog(String) - Method in class net.sf.log4jdbc.ConnectionSpy
 
setCharacterStream(String, Reader, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setCharacterStream(int, Reader, int) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setClob(int, Clob) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setCursorName(String) - Method in class net.sf.log4jdbc.StatementSpy
 
setDate(String, Date, Calendar) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setDate(String, Date) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setDate(int, Date) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setDate(int, Date, Calendar) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setDouble(String, double) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setDouble(int, double) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setEscapeProcessing(boolean) - Method in class net.sf.log4jdbc.StatementSpy
 
setFetchDirection(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
setFetchDirection(int) - Method in class net.sf.log4jdbc.StatementSpy
 
setFetchSize(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
setFetchSize(int) - Method in class net.sf.log4jdbc.StatementSpy
 
setFloat(String, float) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setFloat(int, float) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setHoldability(int) - Method in class net.sf.log4jdbc.ConnectionSpy
 
setInt(String, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setInt(int, int) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setLong(String, long) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setLong(int, long) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setMaxFieldSize(int) - Method in class net.sf.log4jdbc.StatementSpy
 
setMaxRows(int) - Method in class net.sf.log4jdbc.StatementSpy
 
setNull(String, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setNull(String, int, String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setNull(int, int) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setNull(int, int, String) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setObject(String, Object) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setObject(String, Object, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setObject(String, Object, int, int) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setObject(int, Object, int, int) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setObject(int, Object, int) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setObject(int, Object) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setQueryTimeout(int) - Method in class net.sf.log4jdbc.StatementSpy
 
setReadOnly(boolean) - Method in class net.sf.log4jdbc.ConnectionSpy
 
setRef(int, Ref) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setSavepoint() - Method in class net.sf.log4jdbc.ConnectionSpy
 
setSavepoint(String) - Method in class net.sf.log4jdbc.ConnectionSpy
 
setShort(String, short) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setShort(int, short) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setString(String, String) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setString(int, String) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setTime(String, Time) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setTime(String, Time, Calendar) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setTime(int, Time) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setTime(int, Time, Calendar) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setTimestamp(String, Timestamp) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setTimestamp(String, Timestamp, Calendar) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setTimestamp(int, Timestamp) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setTimestamp(int, Timestamp, Calendar) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setTransactionIsolation(int) - Method in class net.sf.log4jdbc.ConnectionSpy
 
setTypeMap(Map) - Method in class net.sf.log4jdbc.ConnectionSpy
 
setURL(String, URL) - Method in class net.sf.log4jdbc.CallableStatementSpy
 
setURL(int, URL) - Method in class net.sf.log4jdbc.PreparedStatementSpy
 
setUnicodeStream(int, InputStream, int) - Method in class net.sf.log4jdbc.PreparedStatementSpy
Deprecated.  
sqlOccured(Spy, String, String) - Method in class net.sf.log4jdbc.Slf4jSpyLogDelegator
Special call that is called only for JDBC method calls that contain SQL.
sqlOccured(Spy, String, String) - Method in interface net.sf.log4jdbc.SpyLogDelegator
Special call that is called only for JDBC method calls that contain SQL.
sqlTimingOccured(Spy, long, String, String) - Method in class net.sf.log4jdbc.Slf4jSpyLogDelegator
Special call that is called only for JDBC method calls that contain SQL.
sqlTimingOccured(Spy, long, String, String) - Method in interface net.sf.log4jdbc.SpyLogDelegator
Similar to sqlOccured, but reported after SQL executes and used to report timing stats on the SQL

U

Utilities - class net.sf.log4jdbc.Utilities.
Static utility methods for use throughout the project.
Utilities() - Constructor for class net.sf.log4jdbc.Utilities
 
updateArray(int, Array) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateArray(String, Array) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateAsciiStream(int, InputStream, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateAsciiStream(String, InputStream, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBigDecimal(int, BigDecimal) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBigDecimal(String, BigDecimal) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBinaryStream(int, InputStream, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBinaryStream(String, InputStream, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBlob(int, Blob) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBlob(String, Blob) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBoolean(int, boolean) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBoolean(String, boolean) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateByte(int, byte) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateByte(String, byte) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBytes(int, byte[]) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateBytes(String, byte[]) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateCharacterStream(int, Reader, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateCharacterStream(String, Reader, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateClob(int, Clob) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateClob(String, Clob) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateDate(int, Date) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateDate(String, Date) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateDouble(int, double) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateDouble(String, double) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateFloat(int, float) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateFloat(String, float) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateInt(int, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateInt(String, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateLong(int, long) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateLong(String, long) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateNull(int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateNull(String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateObject(int, Object, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateObject(int, Object) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateObject(String, Object, int) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateObject(String, Object) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateRef(int, Ref) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateRef(String, Ref) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateRow() - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateShort(int, short) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateShort(String, short) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateString(int, String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateString(String, String) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateTime(int, Time) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateTime(String, Time) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateTimestamp(int, Timestamp) - Method in class net.sf.log4jdbc.ResultSetSpy
 
updateTimestamp(String, Timestamp) - Method in class net.sf.log4jdbc.ResultSetSpy
 

W

wasNull() - Method in class net.sf.log4jdbc.CallableStatementSpy
 
wasNull() - Method in class net.sf.log4jdbc.ResultSetSpy
 

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