| 程序包 | 说明 |
|---|---|
| org.sagacity.sqltoy.dialect | |
| org.sagacity.sqltoy.link | |
| org.sagacity.sqltoy.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
DialectFactory.batchUpdate(SqlToyContext sqlToyContext,
SqlToyConfig sqlToyConfig,
List dataSet,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
InsertRowCallbackHandler insertCallhandler,
Boolean autoCommit,
DataSource dataSource) |
Long |
DialectFactory.batchUpdate(SqlToyContext sqlToyContext,
SqlToyConfig sqlToyConfig,
List dataSet,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
InsertRowCallbackHandler insertCallhandler,
Boolean autoCommit,
DataSource dataSource) |
| 限定符和类型 | 方法和说明 |
|---|---|
Batch |
Batch.insertHandler(InsertRowCallbackHandler insertCallhandler) |
Batch |
Batch.insertHandler(InsertRowCallbackHandler insertCallhandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Long |
SqlUtil.batchUpdateByJdbc(TypeHandler typeHandler,
String updateSql,
Collection rowDatas,
int batchSize,
InsertRowCallbackHandler insertCallhandler,
Integer[] updateTypes,
Boolean autoCommit,
Connection conn,
Integer dbType) |
static Long |
SqlUtil.batchUpdateByJdbc(TypeHandler typeHandler,
String updateSql,
Collection rowDatas,
int batchSize,
InsertRowCallbackHandler insertCallhandler,
Integer[] updateTypes,
Boolean autoCommit,
Connection conn,
Integer dbType) |
Copyright © 2023. All rights reserved.