public interface DistRuleSQLParserFacade
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLLexer> |
getLexerClass()
Get SQL lexer class type.
|
Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLParser> |
getParserClass()
Get SQL parser class type.
|
String |
getRuleType()
Get rule type.
|
Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLLexer> getLexerClass()
Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLParser> getParserClass()
String getRuleType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.