com.lucidera.runtime
Class LucidDbRuntimeContext.SummaryLogEntry

java.lang.Object
  extended by org.eigenbase.runtime.SyntheticObject
      extended by 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.


Field Summary
 String ACTION_ID
           
 int ERROR_COUNT
           
 String FILENAME
           
 String PROCESS_ID
           
 String SQL
           
 int WARNING_COUNT
           
 
Constructor Summary
private LucidDbRuntimeContext.SummaryLogEntry()
           
 
Method Summary
 
Methods inherited from class org.eigenbase.runtime.SyntheticObject
getFields, getFieldValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LucidDbRuntimeContext.SummaryLogEntry

private LucidDbRuntimeContext.SummaryLogEntry()