| 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.BoundaryVerdict |
DynamicSqlProofHarness.checkLexBoundary(String prefix,
EDbVendor vendor)
Check that
prefix — the literal text before the first hole — is a
safe lexical boundary: every character lexed into complete tokens, no
open literal/comment/bracket state, balanced parens/brackets, a
fusion-safe final character, and no line-comment ambiguity on the
boundary line. |