| Package | Description |
|---|---|
| net.ymate.platform.persistence.jdbc.base | |
| net.ymate.platform.persistence.jdbc.base.impl |
| Modifier and Type | Method and Description |
|---|---|
SQLBatchParameter |
SQLBatchParameter.addParameter(Object parameter)
添加SQL参数,若参数为NULL则将默认向SQL传递NULL值对象
|
SQLBatchParameter |
SQLBatchParameter.addParameter(SQLParameter parameter)
添加SQL参数,若参数为NULL则忽略
|
static SQLBatchParameter |
SQLBatchParameter.create() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLBatchParameter> |
IBatchUpdateOperator.getBatchParameters()
获取批量SQL参数集合
|
| Modifier and Type | Method and Description |
|---|---|
IBatchUpdateOperator |
IBatchUpdateOperator.addBatchParameter(SQLBatchParameter parameter)
添加批量SQL参数
|
| Modifier and Type | Method and Description |
|---|---|
List<SQLBatchParameter> |
BatchUpdateOperator.getBatchParameters() |
| Modifier and Type | Method and Description |
|---|---|
IBatchUpdateOperator |
BatchUpdateOperator.addBatchParameter(SQLBatchParameter parameter) |
Copyright © 2022. All rights reserved.