| Package | Description |
|---|---|
| gudusoft.gsqlparser |
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
| Modifier and Type | Method and Description |
|---|---|
TCustomParser.ProofLrConfiguration |
TCustomParser.getProofLrConfiguration()
The configuration captured at the cutoff, or null if it was never reached.
|
static TCustomParser.ProofLrConfiguration |
DynamicSqlProofHarness.observeLrConfiguration(String sql,
long cutoffOffset)
Run the REAL MSSQL parser over
sql and report the LR automaton's
configuration at cutoffOffset — the state stack the literal
prefix committed to, plus every reduction performed before that point. |