public class PreparedExecution extends BaseQueryExecution implements QueryHolder, ParameterByIndexHolder
PreparedStatement.| Constructor and Description |
|---|
PreparedExecution() |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<ParameterKeyValue> |
getAllParameters() |
List<Integer> |
getParamIndexes()
Keys of parameters.
|
String |
getQuery() |
SortedSet<ParameterKeyValue> |
getSetNullParams() |
Map<Integer,Integer> |
getSetNullParamsByIndex()
setNull operations.
|
SortedSet<ParameterKeyValue> |
getSetParams() |
Map<Integer,Object> |
getSetParamsByIndex() |
boolean |
isBatch() |
void |
setQuery(String query) |
isSuccess, setSuccesspublic boolean isBatch()
isBatch in interface QueryExecutionpublic String getQuery()
getQuery in interface QueryHolderpublic void setQuery(String query)
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.