Uses of Interface
gudusoft.gsqlparser.ext.calcite.sqlnamematcher.SqlNameMatcher
Packages that use SqlNameMatcher
Package
Description
Standalone SQL name matching utility.
-
Uses of SqlNameMatcher in gudusoft.gsqlparser.ext.calcite.sqlnamematcher
Methods in gudusoft.gsqlparser.ext.calcite.sqlnamematcher that return SqlNameMatcherModifier and TypeMethodDescriptionstatic SqlNameMatcherSqlNameMatchers.liberal()Creates a name matcher that can suggest corrections to what the user typed.static SqlNameMatcherSqlNameMatchers.withCaseSensitive(boolean caseSensitive) Returns a name matcher with the given case sensitivity. -
Uses of SqlNameMatcher in gudusoft.gsqlparser.sqlenv.calcite
Methods in gudusoft.gsqlparser.sqlenv.calcite that return SqlNameMatcherModifier and TypeMethodDescriptionNamePolicyFactory.getMatcherForType(ESQLDataObjectType type) Gets or creates a SqlNameMatcher for the specified object type.