public static class PlsqlParser.ParsingOptions
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
inputType
May be INPUT_PLSQL_FILE, INPUT_EXPR. 
 | 
int | 
parseDepth
May be DEPTH_DECLARATIONS, DEPTH_FULL. 
 | 
boolean | 
reportErrors
May be ERRORS_CHOKE or ERRORS_REPORT. 
 | 
int | 
startOffset
Clients may specify what start offset into the input to start
 parsing at. 
 | 
| Constructor and Description | 
|---|
ParsingOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()
Create a string representation of this object. 
 | 
public boolean reportErrors
public int inputType
public int parseDepth
public int startOffset