| 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 TrialInputGuard.Result |
TrialInputGuard.checkStream(InputStream source)
Measure a byte-backed source by reading at most
cap + 1 bytes. |
static TrialInputGuard.Result |
TrialInputGuard.checkText(String sqlText)
Measure a
String input in characters, ignoring leading
whitespace. |