|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drizzle.jdbc.internal.common.DefaultParameterizedBatchHandler
public final class DefaultParameterizedBatchHandler
| Constructor Summary | |
|---|---|
DefaultParameterizedBatchHandler(Protocol protocol)
|
|
| Method Summary | |
|---|---|
void |
addToBatch(ParameterizedQuery query)
called when a set of parameters are added to a batch. |
int[] |
executeBatch()
execute the batch using protocol. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultParameterizedBatchHandler(Protocol protocol)
| Method Detail |
|---|
public void addToBatch(ParameterizedQuery query)
ParameterizedBatchHandler
addToBatch in interface ParameterizedBatchHandlerquery - the parameterized query.
public int[] executeBatch()
throws QueryException
ParameterizedBatchHandler
executeBatch in interface ParameterizedBatchHandlerQueryException - if something goes wrong executing the query.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||