com.lucidera.runtime
Class LucidDbRuntimeContext.SummaryLogEntry
java.lang.Object
org.eigenbase.runtime.SyntheticObject
com.lucidera.runtime.LucidDbRuntimeContext.SummaryLogEntry
- Enclosing class:
- LucidDbRuntimeContext
private class LucidDbRuntimeContext.SummaryLogEntry
- extends SyntheticObject
SummaryLogEntry represents an entry in the summary log file. An entry
should be created for each error logger that encountered errors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCESS_ID
public String PROCESS_ID
ACTION_ID
public String ACTION_ID
ERROR_COUNT
public int ERROR_COUNT
WARNING_COUNT
public int WARNING_COUNT
FILENAME
public String FILENAME
SQL
public String SQL
LucidDbRuntimeContext.SummaryLogEntry
private LucidDbRuntimeContext.SummaryLogEntry()