com.lucidera.runtime
Class LucidDbRuntimeContext.ErrorQuota

java.lang.Object
  extended by com.lucidera.runtime.LucidDbRuntimeContext.ErrorQuota
Enclosing class:
LucidDbRuntimeContext

private class LucidDbRuntimeContext.ErrorQuota
extends Object

An error quota for a statement


Field Summary
(package private)  int errorCount
          Ongoing count of errors
(package private)  int errorLogMax
          Maximum errors to log for a statement
(package private)  int errorMax
          Maximum errors allowed for a statement
(package private)  int warningCount
          Ongoing count of warnings
 
Constructor Summary
private LucidDbRuntimeContext.ErrorQuota()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorMax

int errorMax
Maximum errors allowed for a statement


errorLogMax

int errorLogMax
Maximum errors to log for a statement


errorCount

int errorCount
Ongoing count of errors


warningCount

int warningCount
Ongoing count of warnings

Constructor Detail

LucidDbRuntimeContext.ErrorQuota

private LucidDbRuntimeContext.ErrorQuota()