public class PreparedBatchExecution extends BaseQueryExecution implements QueryHolder, BatchParameterHolder, BatchExecution
PreparedStatement.| Constructor and Description |
|---|
PreparedBatchExecution() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addBatchExecutionEntry(PreparedBatchExecutionEntry entry) |
List<BatchExecutionEntry> |
getBatchExecutionEntries() |
List<PreparedBatchExecutionEntry> |
getPrepareds() |
String |
getQuery() |
boolean |
isBatch() |
void |
setQuery(String query) |
isSuccess, setSuccesspublic boolean isBatch()
isBatch in interface QueryExecutionpublic void setQuery(String query)
public String getQuery()
getQuery in interface QueryHolderpublic List<BatchExecutionEntry> getBatchExecutionEntries()
getBatchExecutionEntries in interface BatchParameterHolderpublic boolean addBatchExecutionEntry(PreparedBatchExecutionEntry entry)
public List<PreparedBatchExecutionEntry> getPrepareds()
Copyright © 2017. All rights reserved.