public class BaseStatementOnlySQLExecutor extends BaseSQLExecutor
DBStyle.preparedStatementSupport(),
DBStyle.wrapStatementValue(java.lang.Object)BaseSQLExecutor.ResultSetHolder, BaseSQLExecutor.ResultUpdateHolder| 构造器和说明 |
|---|
BaseStatementOnlySQLExecutor(ExecuteContext executeContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected BaseSQLExecutor.ResultSetHolder |
dbQuery(Connection conn,
String sql,
List<SQLParameter> jdbcPara) |
protected BaseSQLExecutor.ResultUpdateHolder |
dbUpdate(Connection conn,
String sql,
List<SQLParameter> jdbcPara) |
protected BaseSQLExecutor.ResultUpdateHolder |
dbUpdateWithHolder(Connection conn,
String sql,
List<SQLParameter> jdbcPara,
String[] cols) |
int[] |
insertBatch(Class<?> target,
List<?> list) |
int[] |
sqlReadyBatchExecuteUpdate(SQLBatchReady batch) |
int[] |
updateBatch(List<?> list) |
addMoreParasFromTarget, afterBean, applyStatementSetting, assignKeyHolder, beforeExecute, callInterceptorAsAfter, callInterceptorAsBefore, callInterceptorAsException, clean, clean, clean, closeConnection, deleteById, existById, getExecuteContext, getKeyHolderCols, handleHolder, insert, insert, insert, isBaseDataType, mappingSelect, run, run, select, select, select, selectCount, selectSingle, selectUnique, setIdsParas, setPreparedStatementPara, single, single, singleSelect, sqlReadyExecuteUpdate, sqlReadySelect, stream, streamExecute, unique, update, updateBatchpublic BaseStatementOnlySQLExecutor(ExecuteContext executeContext)
public int[] insertBatch(Class<?> target, List<?> list)
insertBatch 在接口中 SQLExecutorinsertBatch 在类中 BaseSQLExecutorpublic int[] updateBatch(List<?> list)
updateBatch 在接口中 SQLExecutorupdateBatch 在类中 BaseSQLExecutorpublic int[] sqlReadyBatchExecuteUpdate(SQLBatchReady batch)
sqlReadyBatchExecuteUpdate 在接口中 SQLExecutorsqlReadyBatchExecuteUpdate 在类中 BaseSQLExecutorprotected BaseSQLExecutor.ResultSetHolder dbQuery(Connection conn, String sql, List<SQLParameter> jdbcPara) throws SQLException
dbQuery 在类中 BaseSQLExecutorSQLExceptionprotected BaseSQLExecutor.ResultUpdateHolder dbUpdate(Connection conn, String sql, List<SQLParameter> jdbcPara) throws SQLException
dbUpdate 在类中 BaseSQLExecutorSQLExceptionprotected BaseSQLExecutor.ResultUpdateHolder dbUpdateWithHolder(Connection conn, String sql, List<SQLParameter> jdbcPara, String[] cols) throws SQLException
dbUpdateWithHolder 在类中 BaseSQLExecutorSQLExceptionCopyright © 2021. All rights reserved.