Package nablarch.core.db.statement
Class SqlLogFormatter.BatchCountItem
java.lang.Object
nablarch.core.db.statement.SqlLogFormatter.BatchCountItem
- All Implemented Interfaces:
LogItem<SqlLogFormatter.SqlLogContext>
- Enclosing class:
- SqlLogFormatter
public static class SqlLogFormatter.BatchCountItem
extends Object
implements LogItem<SqlLogFormatter.SqlLogContext>
バッチ件数を取得するクラス。
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BatchCountItem
public BatchCountItem()
-
-
Method Details
-
get
バッチ件数を取得する。- Specified by:
get
in interfaceLogItem<SqlLogFormatter.SqlLogContext>
- Parameters:
context
-SqlLogFormatter.SqlLogContext
- Returns:
- バッチ件数
-