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

A

absolute(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
acceptsURL(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.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.sql.jdbcapi.PreparedStatementSpy
 
addBatch(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
afterLast() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
argTrace - Variable in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
holds list of bind variables for tracing
argTraceSet(int, String, Object) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
Store an argument (bind variable) into the argTrace list (above) for later dumping.

B

beforeFirst() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
buildMessage() - Method in class net.sf.log4jdbc.log.log4j2.message.ConnectionMessage
 
buildMessage() - Method in class net.sf.log4jdbc.log.log4j2.message.ExceptionOccuredMessage
Populate the message attribute using the attributes of this class.
buildMessage() - Method in class net.sf.log4jdbc.log.log4j2.message.MethodReturnedMessage
 
buildMessage() - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
Populate the message attribute.
buildMessage() - Method in class net.sf.log4jdbc.log.log4j2.message.SqlTimingOccurredMessage
 

C

CallableStatementSpy - Class in net.sf.log4jdbc.sql.jdbcapi
Wraps a CallableStatement and reports method calls, returns and exceptions.
CallableStatementSpy(String, ConnectionSpy, CallableStatement, SpyLogDelegator) - 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, SpyLogDelegator) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
Create a new ConnectionSpy that wraps a given Connection.
ConnectionSpy(Connection, long, SpyLogDelegator) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
Create a new ConnectionSpy that wraps a given Connection.
ConnectionSpy(Connection, RdbmsSpecifics, SpyLogDelegator) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
Create a new ConnectionSpy that wraps a given Connection.
ConnectionSpy(Connection, RdbmsSpecifics, long, SpyLogDelegator) - 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.
createArrayOf(String, Object[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
createBlob() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
createClob() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
createNClob() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
createSQLXML() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
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
 
createStruct(String, Object[]) - 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?

D

DataSourceSpy - Class in net.sf.log4jdbc.sql.jdbcapi
A proxy datasource that can be used to wrap a real data source allowing log4jdbc to do its work on the real data source.
DataSourceSpy(DataSource) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
Constructor
dateFormat - Static variable in class net.sf.log4jdbc.sql.rdbmsspecifics.RdbmsSpecifics
 
debug(String) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
 
debug(String) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
 
debug(String) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
Log a Setup and/or administrative log message for log4jdbc.
DefaultResultSetCollector - Class in net.sf.log4jdbc.sql.resultsetcollector
 
DefaultResultSetCollector(boolean) - Constructor for class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector
 
deleteRow() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
DriverSpy - Class in net.sf.log4jdbc.sql.jdbcapi
A JDBC driver which is a facade that delegates to one or more real underlying JDBC drivers.
DriverSpy() - Constructor for class net.sf.log4jdbc.sql.jdbcapi.DriverSpy
Default constructor.
dumpedSql() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 

E

exceptionOccured(Spy, String, Exception, String, long) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
 
exceptionOccured(Spy, String, Exception, String, long) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
 
exceptionOccured(Spy, String, Exception, String, long) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
Called when a spied upon method throws an Exception.
ExceptionOccuredMessage - Class in net.sf.log4jdbc.log.log4j2.message
SqlMessage related to the logging of Exceptions.
ExceptionOccuredMessage() - Constructor for class net.sf.log4jdbc.log.log4j2.message.ExceptionOccuredMessage
Default constructor
ExceptionOccuredMessage(Spy, String, String, long, boolean) - Constructor for class net.sf.log4jdbc.log.log4j2.message.ExceptionOccuredMessage
 
execute() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
execute(String, String[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
execute(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
execute(String, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
execute(String, int[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
executeBatch() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
executeQuery() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
executeQuery(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
executeUpdate() - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
executeUpdate(String, String[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
executeUpdate(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
executeUpdate(String, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
executeUpdate(String, int[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 

F

findColumn(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
first() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
formatParameterObject(Object) - Method in class net.sf.log4jdbc.sql.rdbmsspecifics.MySqlRdbmsSpecifics
 
formatParameterObject(Object) - Method in class net.sf.log4jdbc.sql.rdbmsspecifics.OracleRdbmsSpecifics
 
formatParameterObject(Object) - Method in class net.sf.log4jdbc.sql.rdbmsspecifics.RdbmsSpecifics
Format an Object that is being bound to a PreparedStatement parameter, for display.

G

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.CallableStatementSpy
 
getCharacterStream(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
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.
getClientInfo(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
getClientInfo() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
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
 
getHoldability() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
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
 
getLogDelegator() - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
Get the SpyLogDelegator that are used by all resources obtained starting from this DataSource (Connections, ResultSets, ...).
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
 
getNCharacterStream(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getNCharacterStream(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getNCharacterStream(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
getNCharacterStream(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
getNClob(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getNClob(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getNClob(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
getNClob(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
getNString(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getNString(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getNString(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
getNString(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
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
 
getRowId(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getRowId(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getRowId(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
getRowId(String) - 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
 
getSQLXML(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getSQLXML(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
getSQLXML(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
getSQLXML(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
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
 

I

insertRow() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
isAfterLast() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
isAutoLoadPopularDrivers() - Static method in class net.sf.log4jdbc.Properties
 
isBeforeFirst() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
isClosed() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
isClosed() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
isClosed() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
isDebugEnabled() - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
 
isDumpBooleanAsTrueFalse() - Static method in class net.sf.log4jdbc.Properties
 
isDumpFullDebugStackTrace() - Static method in class net.sf.log4jdbc.Properties
 
isDumpSqlAddSemicolon() - Static method in class net.sf.log4jdbc.Properties
 
isDumpSqlCreate() - Static method in class net.sf.log4jdbc.Properties
 
isDumpSqlDelete() - Static method in class net.sf.log4jdbc.Properties
 
isDumpSqlFilteringOn() - Static method in class net.sf.log4jdbc.Properties
 
isDumpSqlInsert() - Static method in class net.sf.log4jdbc.Properties
 
isDumpSqlSelect() - Static method in class net.sf.log4jdbc.Properties
 
isDumpSqlUpdate() - Static method in class net.sf.log4jdbc.Properties
 
isFirst() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
isJdbcLoggingEnabled() - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
 
isJdbcLoggingEnabled() - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
Determine if any of the 5 log4jdbc spy loggers are turned on (jdbc.audit | jdbc.resultset | jdbc.sqlonly | jdbc.sqltiming | jdbc.connection)
isJdbcLoggingEnabled() - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
Determine if any of the jdbc or sql loggers are turned on.
isLast() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
isPoolable() - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
isReadOnly() - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
isResultSetCollectionEnabled() - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
 
isResultSetCollectionEnabled() - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
 
isResultSetCollectionEnabled() - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
Determine whether the logger is expecting results sets to be collected
isResultSetCollectionEnabledWithUnreadValueFillIn() - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
 
isResultSetCollectionEnabledWithUnreadValueFillIn() - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
 
isResultSetCollectionEnabledWithUnreadValueFillIn() - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
Determine whether the logger is expecting results sets to be collected AND any unread result set values read explicitly
isSqlTimingErrorThresholdEnabled() - Static method in class net.sf.log4jdbc.Properties
 
isSqlTimingWarnThresholdEnabled() - Static method in class net.sf.log4jdbc.Properties
 
isSqlTrim() - Static method in class net.sf.log4jdbc.Properties
 
isStatementUsageWarn() - Static method in class net.sf.log4jdbc.Properties
 
isSuppressGetGeneratedKeysException() - Static method in class net.sf.log4jdbc.Properties
 
isTraceFromApplication() - Static method in class net.sf.log4jdbc.Properties
 
isTrimExtraBlankLinesInSql() - Static method in class net.sf.log4jdbc.Properties
 
isValid(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
isWrapperFor(Class<?>) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
isWrapperFor(Class<?>) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
isWrapperFor(Class<?>) - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
 
isWrapperFor(Class<?>) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
isWrapperFor(Class<?>) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
isWrapperFor(Class<?>) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 

J

jdbcCompliant() - Method in class net.sf.log4jdbc.sql.jdbcapi.DriverSpy
Report whether the underlying driver is JDBC compliant.
JdbcUtils - Class in net.sf.log4jdbc.sql.resultsetcollector
Generic utility methods for working with JDBC.
JdbcUtils() - Constructor for class net.sf.log4jdbc.sql.resultsetcollector.JdbcUtils
 

L

last() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
loadMetaDataIfNeeded(ResultSet) - Method in class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector
 
loadMetaDataIfNeeded(ResultSet) - Method in interface net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollector
Allow this ResultSetCollector to obtain a ResultSetMetaData from the real underlying JDBC ResultSet, and store it in an internal attribute for later use.
loadSpyLogDelegator(String) - Static method in class net.sf.log4jdbc.log.SpyLogFactory
Set the appropriate SpyLogDelegator depending on spyLogDelegatorName.
log - Variable in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
Log4j2SpyLogDelegator - Class in net.sf.log4jdbc.log.log4j2
Delegates JDBC spy logging events to log4j2.
Log4j2SpyLogDelegator() - Constructor for class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
 

M

methodReturned(Spy, String, String) - Method in class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator
 
methodReturned(Spy, String, String) - Method in class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
 
methodReturned(Spy, String, String) - Method in interface net.sf.log4jdbc.log.SpyLogDelegator
Called when spied upon method call returns.
methodReturned(ResultSetSpy, String, Object, Object, Object...) - Method in class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector
 
methodReturned(ResultSetSpy, String, Object, Object, Object...) - Method in interface net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollector
Expected to be called by a ResultSetSpy for all jdbc methods.
MethodReturnedMessage - Class in net.sf.log4jdbc.log.log4j2.message
SqlMessage related to the logging of methods calls returns.
MethodReturnedMessage() - Constructor for class net.sf.log4jdbc.log.log4j2.message.MethodReturnedMessage
Default constructor.
MethodReturnedMessage(Spy, String, String, boolean) - Constructor for class net.sf.log4jdbc.log.log4j2.message.MethodReturnedMessage
 
moveToCurrentRow() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
moveToInsertRow() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
MySqlRdbmsSpecifics - Class in net.sf.log4jdbc.sql.rdbmsspecifics
RDBMS specifics for the MySql db.
MySqlRdbmsSpecifics() - Constructor for class net.sf.log4jdbc.sql.rdbmsspecifics.MySqlRdbmsSpecifics
 

N

nativeSQL(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
net.sf.log4jdbc - package net.sf.log4jdbc
 
net.sf.log4jdbc.log - package net.sf.log4jdbc.log
 
net.sf.log4jdbc.log.log4j2 - package net.sf.log4jdbc.log.log4j2
 
net.sf.log4jdbc.log.log4j2.message - package net.sf.log4jdbc.log.log4j2.message
 
net.sf.log4jdbc.log.slf4j - package net.sf.log4jdbc.log.slf4j
 
net.sf.log4jdbc.sql - package net.sf.log4jdbc.sql
 
net.sf.log4jdbc.sql.jdbcapi - package net.sf.log4jdbc.sql.jdbcapi
 
net.sf.log4jdbc.sql.rdbmsspecifics - package net.sf.log4jdbc.sql.rdbmsspecifics
 
net.sf.log4jdbc.sql.resultsetcollector - package net.sf.log4jdbc.sql.resultsetcollector
 
next() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
nl - Static variable in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
System dependent line separator.

O

OracleRdbmsSpecifics - Class in net.sf.log4jdbc.sql.rdbmsspecifics
RDBMS specifics for the Oracle DB.
OracleRdbmsSpecifics() - Constructor for class net.sf.log4jdbc.sql.rdbmsspecifics.OracleRdbmsSpecifics
 

P

preMethod(ResultSetSpy, String, Object...) - Method in class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector
 
preMethod(ResultSetSpy, String, Object...) - Method in interface net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollector
Expected to be called by a ResultSetSpy for prior to the execution of all jdbc methods.
prepareCall(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
prepareCall(String, int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
prepareCall(String, int, int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
PreparedStatementSpy - Class in net.sf.log4jdbc.sql.jdbcapi
Wraps a PreparedStatement and reports method calls, returns and exceptions.
PreparedStatementSpy(String, ConnectionSpy, PreparedStatement, SpyLogDelegator) - Constructor for class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
Create a PreparedStatementSpy (JDBC 4 version) for logging activity of another PreparedStatement.
prepareStatement(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
prepareStatement(String, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
prepareStatement(String, int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
prepareStatement(String, int, int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
prepareStatement(String, int[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
prepareStatement(String, String[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
previous() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
processSql(String) - Method in class net.sf.log4jdbc.log.log4j2.message.SqlMessage
Break an SQL statement up into multiple lines in an attempt to make it more readable.
Properties - Class in net.sf.log4jdbc
This class loads the properties for log4jdbc-log4j2.
Properties() - Constructor for class net.sf.log4jdbc.Properties
 

R

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, SpyLogDelegator) - 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
 

S

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(String, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setAsciiStream(String, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setAsciiStream(int, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
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(String, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setBinaryStream(String, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setBinaryStream(int, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setBinaryStream(int, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setBinaryStream(int, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setBlob(String, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setBlob(String, Blob) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setBlob(String, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setBlob(int, Blob) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setBlob(int, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setBlob(int, InputStream) - 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(String, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setCharacterStream(String, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setCharacterStream(int, Reader, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setCharacterStream(int, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setCharacterStream(int, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setClientInfo(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
setClientInfo(Properties) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
setClob(String, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setClob(String, Clob) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setClob(String, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setClob(int, Clob) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setClob(int, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setClob(int, Reader) - 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
 
setLogDelegator(SpyLogDelegator) - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
Set a custom SpyLogDelegator to be used by all resources provided by this DataSource, rather than the default SpyLogDelegator returned by SpyLogFactory#getSpyLogDelegator().
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
 
setNCharacterStream(String, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setNCharacterStream(String, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setNCharacterStream(int, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setNCharacterStream(int, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setNClob(String, NClob) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setNClob(String, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setNClob(String, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setNClob(int, NClob) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setNClob(int, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setNClob(int, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
setNString(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setNString(int, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
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
 
setPoolable(boolean) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
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.
setRowId(String, RowId) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setRowId(int, RowId) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
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
 
setSQLXML(String, SQLXML) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
setSQLXML(int, SQLXML) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
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 Messages 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, SpyLogDelegator) - 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.

U

unwrap(Class<T>) - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
unwrap(Class<T>) - Method in class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy
 
unwrap(Class<T>) - Method in class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy
 
unwrap(Class<T>) - Method in class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy
 
unwrap(Class<T>) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
unwrap(Class<T>) - Method in class net.sf.log4jdbc.sql.jdbcapi.StatementSpy
 
updateArray(int, Array) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateArray(String, Array) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateAsciiStream(int, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateAsciiStream(String, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateAsciiStream(int, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateAsciiStream(String, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateAsciiStream(int, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateAsciiStream(String, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBigDecimal(int, BigDecimal) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBigDecimal(String, BigDecimal) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBinaryStream(int, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBinaryStream(String, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBinaryStream(int, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBinaryStream(String, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBinaryStream(int, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBinaryStream(String, InputStream, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBlob(int, Blob) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBlob(String, Blob) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBlob(int, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBlob(String, InputStream, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBlob(int, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBlob(String, InputStream) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBoolean(int, boolean) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBoolean(String, boolean) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateByte(int, byte) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateByte(String, byte) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBytes(int, byte[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateBytes(String, byte[]) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateCharacterStream(int, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateCharacterStream(String, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateCharacterStream(int, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateCharacterStream(String, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateCharacterStream(int, Reader, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateCharacterStream(String, Reader, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateClob(int, Clob) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateClob(String, Clob) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateClob(int, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateClob(String, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateClob(int, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateClob(String, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateDate(int, Date) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateDate(String, Date) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateDouble(int, double) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateDouble(String, double) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateFloat(int, float) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateFloat(String, float) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateInt(int, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateInt(String, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateLong(int, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateLong(String, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNCharacterStream(int, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNCharacterStream(String, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNCharacterStream(int, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNCharacterStream(String, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNClob(int, NClob) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNClob(String, NClob) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNClob(int, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNClob(String, Reader, long) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNClob(int, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNClob(String, Reader) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNString(int, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNString(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNull(int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateNull(String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateObject(int, Object, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateObject(int, Object) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateObject(String, Object, int) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateObject(String, Object) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateRef(int, Ref) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateRef(String, Ref) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateRow() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateRowId(int, RowId) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateRowId(String, RowId) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateShort(int, short) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateShort(String, short) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateSQLXML(int, SQLXML) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateSQLXML(String, SQLXML) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateString(int, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateString(String, String) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateTime(int, Time) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateTime(String, Time) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateTimestamp(int, Timestamp) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
updateTimestamp(String, Timestamp) - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
Utilities - Class in net.sf.log4jdbc.sql
Static utility methods for use throughout the project.
Utilities() - Constructor for class net.sf.log4jdbc.sql.Utilities
 

V

valueOf(String) - Static method in enum net.sf.log4jdbc.log.log4j2.message.ConnectionMessage.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.log4jdbc.log.log4j2.message.ConnectionMessage.Operation
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasNull() - Method in class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy
 
wasNull() - Method in class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy
 
A B C D E F G I J L M N O P R S U V W 

Copyright © 2013 Bgee - Swiss Institute of Bioinformatics. All Rights Reserved.