wt.fc.profiling
Class SQLProfilingKey
java.lang.Object
wt.tools.profiler.ProfilingKeyAdapter
wt.fc.profiling.SQLProfilingKey
- All Implemented Interfaces:
- ProfilingKey, ProfilingListener, Serializable
- public class SQLProfilingKey
- extends ProfilingKeyAdapter
- implements ProfilingListener
This class implments a ProfilingKey and ProfilingListener for the ability
to profile SQL operations via the Profile service.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class wt.tools.profiler.ProfilingKeyAdapter |
EnabledInGUI, equals, getCostName, getDataName, getDispName, hashCode, optEnabledInGUI, setCostName, setDataName, setDispName, toString |
PROFILING_EXECUTION_TIME
public static final String PROFILING_EXECUTION_TIME
- See Also:
- Constant Field Values
PROFILING_ROW_COUNT
public static final String PROFILING_ROW_COUNT
- See Also:
- Constant Field Values
PROFILING_BIND_PARAMETERS
public static final String PROFILING_BIND_PARAMETERS
- See Also:
- Constant Field Values
PROFILING_DISPLAY_NAME
private static final String PROFILING_DISPLAY_NAME
- See Also:
- Constant Field Values
loggerClass
private transient Class loggerClass
SQLProfilingKey
public SQLProfilingKey(Class a_loggerClass,
String a_costName,
String a_dataName)
setEnabled
public void setEnabled(boolean enabled)
throws WTException
- Specified by:
setEnabled
in interface ProfilingListener
- Parameters:
enabled
-
- Throws:
WTException