| Package | Description |
|---|---|
| net.sf.log4jdbc.log | |
| net.sf.log4jdbc.log.log4j2 | |
| net.sf.log4jdbc.log.slf4j | |
| net.sf.log4jdbc.sql.jdbcapi | |
| net.sf.log4jdbc.sql.resultsetcollector |
| Modifier and Type | Method and Description |
|---|---|
void |
SpyLogDelegator.resultSetCollected(ResultSetCollector resultSetCollector)
Called whenever result set has been collected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Log4j2SpyLogDelegator.resultSetCollected(ResultSetCollector resultSetCollector) |
| Modifier and Type | Method and Description |
|---|---|
void |
Slf4jSpyLogDelegator.resultSetCollected(ResultSetCollector resultSetCollector) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetSpy.setResultSetCollector(ResultSetCollector resultSetCollector)
Sets the
ResultSetCollector used by this ResultSetSpy
to log result set content. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResultSetCollector |
| Modifier and Type | Method and Description |
|---|---|
String |
ResultSetCollectorPrinter.getResultSetToPrint(ResultSetCollector resultSetCollector)
Return a table which represents a
ResultSet,
to be printed by a logger,
based on the content of the provided resultSetCollector. |
Copyright © 2013 Bgee - Swiss Institute of Bioinformatics. All Rights Reserved.