| Package | Description |
|---|---|
| gudusoft.gsqlparser.ext.sqlnamematcher |
Standalone SQL name matching utility.
|
| gudusoft.gsqlparser.sqlenv |
| Modifier and Type | Method and Description |
|---|---|
static SqlNameMatcher |
SqlNameMatchers.liberal()
Creates a name matcher that can suggest corrections to what the user
typed.
|
static SqlNameMatcher |
SqlNameMatchers.withCaseSensitive(boolean caseSensitive)
Returns a name matcher with the given case sensitivity.
|
| Modifier and Type | Method and Description |
|---|---|
SqlNameMatcher |
NamePolicyFactory.getMatcherForType(ESQLDataObjectType type)
Gets or creates a SqlNameMatcher for the specified object type.
|