public abstract class AbstractSqlExecutor extends DefaultSelectHandler implements SqlExecutor
| 限定符和类型 | 字段和说明 |
|---|---|
protected Connection |
connection |
protected PreparedSql |
preparedSql |
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractSqlExecutor(Connection connection,
PreparedSql parseSql) |
executeQuery, selectByPrimaryKey, selectByPrimaryKey, selectListclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllColumnMetaData, getAllTableMetaDataexecuteQuery, selectByPrimaryKey, selectByPrimaryKeyinsert, insertBatch, insertMultiple, insertSelective, upsert, upsertMultiple, upsertSelectivedelete, deleteByPrimaryKeyupdate, updateByPrimaryKey, updateSelective, updateSelectiveByPrimaryKeyprotected Connection connection
protected PreparedSql preparedSql
protected AbstractSqlExecutor(Connection connection, PreparedSql parseSql)
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.