Class R2dbcStatementLog


  • public class R2dbcStatementLog
    extends Object
    The type Statement log helper. modify according to ConnectionLogger

    ConnectionLogger

    Version:
    1.0.0
    Author:
    Gang Cheng
    • Constructor Detail

      • R2dbcStatementLog

        public R2dbcStatementLog​(org.apache.ibatis.logging.Log statementLog)
        Instantiates a new Statement log helper.
        Parameters:
        statementLog - the statement log
    • Method Detail

      • logSql

        public void logSql​(String sql)
        Log sql.
        Parameters:
        sql - the sql
      • logParameters

        public void logParameters​(List<Object> columnValues)
        Log parameters.
        Parameters:
        columnValues - the column values
      • logUpdates

        public void logUpdates​(Integer updateCount)
        Log updates.
        Parameters:
        updateCount - the update count
      • logTotal

        public void logTotal​(Integer rows)
        Log total.
        Parameters:
        rows - the rows