public class PreparedBatchExecutionEntry extends Object implements BatchExecutionEntry, ParameterByIndexHolder
PreparedStatement.| Constructor and Description |
|---|
PreparedBatchExecutionEntry() |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<ParameterKeyValue> |
getAllParameters() |
List<Integer> |
getParamIndexes()
Keys of parameters.
|
SortedSet<ParameterKeyValue> |
getSetNullParams() |
Map<Integer,Integer> |
getSetNullParamsByIndex()
setNull operations.
|
SortedSet<ParameterKeyValue> |
getSetParams() |
Map<Integer,Object> |
getSetParamsByIndex() |
public SortedSet<ParameterKeyValue> getAllParameters()
getAllParameters in interface ParameterHolderpublic SortedSet<ParameterKeyValue> getSetParams()
getSetParams in interface ParameterHolderpublic SortedSet<ParameterKeyValue> getSetNullParams()
getSetNullParams in interface ParameterHolderpublic Map<Integer,Object> getSetParamsByIndex()
getSetParamsByIndex in interface ParameterByIndexHolderpublic Map<Integer,Integer> getSetNullParamsByIndex()
ParameterByIndexHoldergetSetNullParamsByIndex in interface ParameterByIndexHolderTypes (int).public List<Integer> getParamIndexes()
ParameterByIndexHoldergetParamIndexes in interface ParameterByIndexHolderCopyright © 2017. All rights reserved.