public class SqlNameMatchers extends Object
SqlNameMatcher.
Originally derived from Apache Calcite's name matching framework.
| Modifier and Type | Method and Description |
|---|---|
static SqlNameMatcher |
liberal()
Creates a name matcher that can suggest corrections to what the user
typed.
|
static SqlNameMatcher |
withCaseSensitive(boolean caseSensitive)
Returns a name matcher with the given case sensitivity.
|
public static SqlNameMatcher withCaseSensitive(boolean caseSensitive)
public static SqlNameMatcher liberal()