public class SqlParserOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Set<String> |
RESERVED_WORDS_WARNING |
| Constructor and Description |
|---|
SqlParserOptions() |
| Modifier and Type | Method and Description |
|---|---|
SqlParserOptions |
allowIdentifierSymbol(IdentifierSymbol... identifierSymbols) |
SqlParserOptions |
allowIdentifierSymbol(Iterable<IdentifierSymbol> identifierSymbols) |
static SqlParserOptions |
copyOf(SqlParserOptions other) |
EnumSet<IdentifierSymbol> |
getAllowedIdentifierSymbols() |
boolean |
isEnhancedErrorHandlerEnabled() |
SqlParserOptions |
useEnhancedErrorHandler(boolean enable) |
public SqlParserOptions allowIdentifierSymbol(Iterable<IdentifierSymbol> identifierSymbols)
public EnumSet<IdentifierSymbol> getAllowedIdentifierSymbols()
public SqlParserOptions allowIdentifierSymbol(IdentifierSymbol... identifierSymbols)
public SqlParserOptions useEnhancedErrorHandler(boolean enable)
public boolean isEnhancedErrorHandlerEnabled()
public static SqlParserOptions copyOf(SqlParserOptions other)
Copyright © 2012–2023. All rights reserved.