|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lucidera.runtime.LucidDbRuntimeContext.ErrorQuota
private class LucidDbRuntimeContext.ErrorQuota
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 |
|---|
int errorMax
int errorLogMax
int errorCount
int warningCount
| Constructor Detail |
|---|
private LucidDbRuntimeContext.ErrorQuota()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||