public class SqlNameMatchers extends Object
SqlNameMatcher.| Modifier and Type | Class and Description |
|---|---|
private static class |
SqlNameMatchers.BaseMatcher
Partial implementation of
SqlNameMatcher. |
private static class |
SqlNameMatchers.LiberalNameMatcher
Matcher that remembers the requests that were made of it.
|
| Modifier and Type | Field and Description |
|---|---|
private static SqlNameMatchers.BaseMatcher |
CASE_INSENSITIVE |
private static SqlNameMatchers.BaseMatcher |
CASE_SENSITIVE |
| Modifier | Constructor and Description |
|---|---|
private |
SqlNameMatchers() |
| 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.
|
private static final SqlNameMatchers.BaseMatcher CASE_SENSITIVE
private static final SqlNameMatchers.BaseMatcher CASE_INSENSITIVE
public static SqlNameMatcher withCaseSensitive(boolean caseSensitive)
public static SqlNameMatcher liberal()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.