public final class MySQLParserFacade extends Object implements org.apache.shardingsphere.sql.parser.spi.SQLParserFacade
| Constructor and Description |
|---|
MySQLParserFacade() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseType() |
Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLLexer> |
getLexerClass() |
Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLParser> |
getParserClass() |
public String getDatabaseType()
getDatabaseType in interface org.apache.shardingsphere.sql.parser.spi.SQLParserFacadepublic Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLLexer> getLexerClass()
getLexerClass in interface org.apache.shardingsphere.sql.parser.spi.SQLParserFacadepublic Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLParser> getParserClass()
getParserClass in interface org.apache.shardingsphere.sql.parser.spi.SQLParserFacadeCopyright © 2021 The Apache Software Foundation. All rights reserved.