com.alibaba.druid.sql.parser
Class SQLParserUtils

java.lang.Object
  extended by com.alibaba.druid.sql.parser.SQLParserUtils

public class SQLParserUtils
extends Object


Constructor Summary
SQLParserUtils()
           
 
Method Summary
static SQLExprParser createExprParser(String sql, String dbType)
           
static SQLStatementParser createSQLStatementParser(String sql, String dbType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLParserUtils

public SQLParserUtils()
Method Detail

createSQLStatementParser

public static SQLStatementParser createSQLStatementParser(String sql,
                                                          String dbType)

createExprParser

public static SQLExprParser createExprParser(String sql,
                                             String dbType)


Copyright © 2012 Alibaba Group. All Rights Reserved.