public class SQLParserUtils extends Object
Constructor and Description |
---|
SQLParserUtils() |
Modifier and Type | Method and Description |
---|---|
static SQLExprParser |
createExprParser(String sql,
String dbType) |
static Lexer |
createLexer(String sql,
String dbType) |
static SQLStatementParser |
createSQLStatementParser(String sql,
String dbType) |
public static SQLStatementParser createSQLStatementParser(String sql, String dbType)
public static SQLExprParser createExprParser(String sql, String dbType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.