| 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 |
|---|---|
static DynamicSqlProofHarness.ProofParseResult |
DynamicSqlProofHarness.proofParse(String sql,
EDbVendor vendor)
Parse
sql with the real vendor pipeline and report whether the
parse constitutes proof-grade evidence: zero syntax errors AND zero
recovery events. |