Class SqlNameMatchers
Object
gudusoft.gsqlparser.ext.calcite.sqlnamematcher.SqlNameMatchers
Helpers for
SqlNameMatcher.
This is a standalone version that can be used independently of Apache Calcite.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SqlNameMatcherliberal()Creates a name matcher that can suggest corrections to what the user typed.static SqlNameMatcherwithCaseSensitive(boolean caseSensitive) Returns a name matcher with the given case sensitivity.
-
Method Details
-
withCaseSensitive
Returns a name matcher with the given case sensitivity. -
liberal
Creates a name matcher that can suggest corrections to what the user typed. It matches liberally (case-insensitively) and also records the last match.
-