public class SQLHelp extends Object
public static int getCount(String sql, org.apache.ibatis.mapping.MappedStatement mappedStatement, Object parameterObject, org.apache.ibatis.mapping.BoundSql boundSql, Dialect dialect) throws SQLException
sql - SQL语句mappedStatement - mappedparameterObject - 参数boundSql - boundSqldialect - database dialectSQLException - sql查询错误Copyright © 2013. All Rights Reserved.