public class R2dbcStatementLog extends Object
org.apache.ibatis.logging.jdbc.ConnectionLogger
| Constructor and Description |
|---|
R2dbcStatementLog(org.apache.ibatis.logging.Log statementLog)
Instantiates a new Statement log helper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
logParameters(List<Object> columnValues)
Log parameters.
|
void |
logSql(String sql)
Log sql.
|
void |
logTotal(Integer rows)
Log total.
|
void |
logUpdates(Integer updateCount)
Log updates.
|
public R2dbcStatementLog(org.apache.ibatis.logging.Log statementLog)
statementLog - the statement logpublic void logSql(String sql)
sql - the sqlpublic void logParameters(List<Object> columnValues)
columnValues - the column valuespublic void logUpdates(Integer updateCount)
updateCount - the update countpublic void logTotal(Integer rows)
rows - the rowsCopyright © 2022. All rights reserved.