Package com.alibaba.druid.sql.parser
Interface SQLParserUtils.DialectParserProvider
- Enclosing class:
- SQLParserUtils
public static interface SQLParserUtils.DialectParserProvider
-
Method Summary
Modifier and TypeMethodDescriptioncreateExprParser(String sql, DbType dbType, SQLParserFeature... features) createLexer(String sql, DbType dbType, SQLParserFeature... features) createSQLStatementParser(String sql, DbType dbType, SQLParserFeature... features)
-
Method Details
-
createSQLStatementParser
SQLStatementParser createSQLStatementParser(String sql, DbType dbType, SQLParserFeature... features) -
createExprParser
-
createLexer
-