public final class SQL92ParserConfiguration extends Object implements org.apache.shardingsphere.sql.parser.spi.SQLParserConfiguration
| Constructor and Description |
|---|
SQL92ParserConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseTypeName() |
Class<? extends org.apache.shardingsphere.sql.parser.api.lexer.SQLLexer> |
getLexerClass() |
Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLParser> |
getParserClass() |
Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitorFacade> |
getVisitorFacadeClass() |
public String getDatabaseTypeName()
getDatabaseTypeName in interface org.apache.shardingsphere.sql.parser.spi.SQLParserConfigurationpublic Class<? extends org.apache.shardingsphere.sql.parser.api.lexer.SQLLexer> getLexerClass()
getLexerClass in interface org.apache.shardingsphere.sql.parser.spi.SQLParserConfigurationpublic Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLParser> getParserClass()
getParserClass in interface org.apache.shardingsphere.sql.parser.spi.SQLParserConfigurationpublic Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitorFacade> getVisitorFacadeClass()
getVisitorFacadeClass in interface org.apache.shardingsphere.sql.parser.spi.SQLParserConfigurationCopyright © 2020 The Apache Software Foundation. All rights reserved.