public class SQLUtils extends Object
构造器和说明 |
---|
SQLUtils() |
public static List<SQLStatement> toStatementList(String sql, String dbType)
public static String toSQLString(List<SQLStatement> statementList, String dbType)
public static String toSQLString(List<SQLStatement> statementList, String dbType, List<Object> parameters)
public static SQLASTOutputVisitor createFormatOutputVisitor(Appendable out, List<SQLStatement> statementList, String dbType)
public static SchemaStatVisitor createSchemaStatVisitor(List<SQLStatement> statementList, String dbType)
public static List<SQLStatement> parseStatements(String sql, String dbType)
Copyright © 2012-2013 Alibaba Group. All Rights Reserved.