Package nablarch.core.db.statement
Class SqlLogFormatter.MethodNameItem
java.lang.Object
nablarch.core.db.statement.SqlLogFormatter.MethodNameItem
- All Implemented Interfaces:
- LogItem<SqlLogFormatter.SqlLogContext>
- Enclosing class:
- SqlLogFormatter
public static class SqlLogFormatter.MethodNameItem
extends Object
implements LogItem<SqlLogFormatter.SqlLogContext>
メソッド名を取得するクラス。
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MethodNameItempublic MethodNameItem()
 
- 
- 
Method Details- 
getメソッド名を取得する。- Specified by:
- getin interface- LogItem<SqlLogFormatter.SqlLogContext>
- Parameters:
- context-- SqlLogFormatter.SqlLogContext
- Returns:
- メソッド名
 
 
-