public interface JDBCExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
void setDatabaseExecutorCallback(DatabaseExecutorCallback callback)
boolean execute(JDBCTraversing structure) throws SQLException
SQLExceptionint delete(JDBCTraversing structure) throws SQLException
SQLExceptionList<Long> insert(JDBCTraversing structure) throws SQLException
SQLExceptionvoid inserts(BatchPorterStructure structure) throws SQLException
SQLExceptionList<ModelObject> select(JDBCTraversing structure) throws SQLException
SQLExceptionint update(JDBCTraversing structure) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.