public class DefaultJDBCExecutor extends Object implements JDBCExecutor
| 构造器和说明 |
|---|
DefaultJDBCExecutor(DataSourceWrapper wrapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delete(JDBCTraversing structure) |
boolean |
execute(JDBCTraversing structure) |
List<Long> |
insert(JDBCTraversing structure) |
void |
inserts(BatchPorterStructure structure) |
List<ModelObject> |
select(JDBCTraversing structure) |
void |
setDatabaseExecutorCallback(DatabaseExecutorCallback callback) |
int |
update(JDBCTraversing structure) |
public DefaultJDBCExecutor(DataSourceWrapper wrapper)
public void setDatabaseExecutorCallback(DatabaseExecutorCallback callback)
setDatabaseExecutorCallback 在接口中 JDBCExecutorpublic boolean execute(JDBCTraversing structure) throws SQLException
execute 在接口中 JDBCExecutorSQLExceptionpublic int delete(JDBCTraversing structure) throws SQLException
delete 在接口中 JDBCExecutorSQLExceptionpublic List<Long> insert(JDBCTraversing structure) throws SQLException
insert 在接口中 JDBCExecutorSQLExceptionpublic void inserts(BatchPorterStructure structure) throws SQLException
inserts 在接口中 JDBCExecutorSQLExceptionpublic List<ModelObject> select(JDBCTraversing structure) throws SQLException
select 在接口中 JDBCExecutorSQLExceptionpublic int update(JDBCTraversing structure) throws SQLException
update 在接口中 JDBCExecutorSQLExceptionCopyright © 2020. All rights reserved.