protected BaseSQLExecutor.ResultSetHolder |
BaseSQLExecutor.dbQuery(Connection conn,
String sql,
List<SQLParameter> jdbcPara) |
protected BaseSQLExecutor.ResultSetHolder |
BaseStatementOnlySQLExecutor.dbQuery(Connection conn,
String sql,
List<SQLParameter> jdbcPara) |
protected BaseSQLExecutor.ResultUpdateHolder |
BaseSQLExecutor.dbUpdate(Connection conn,
String sql,
List<SQLParameter> jdbcPara) |
protected BaseSQLExecutor.ResultUpdateHolder |
BaseStatementOnlySQLExecutor.dbUpdate(Connection conn,
String sql,
List<SQLParameter> jdbcPara) |
protected BaseSQLExecutor.ResultUpdateHolder |
BaseSQLExecutor.dbUpdateWithHolder(Connection conn,
String sql,
List<SQLParameter> jdbcPara,
String[] cols) |
protected BaseSQLExecutor.ResultUpdateHolder |
BaseStatementOnlySQLExecutor.dbUpdateWithHolder(Connection conn,
String sql,
List<SQLParameter> jdbcPara,
String[] cols) |
protected void |
BaseSQLExecutor.setPreparedStatementPara(PreparedStatement ps,
List<SQLParameter> objs) |