| Package | Description |
|---|---|
| org.drizzle.jdbc | |
| org.drizzle.jdbc.internal.common |
| Constructor and Description |
|---|
DrizzlePreparedStatement(Protocol protocol,
DrizzleConnection drizzleConnection,
String query,
QueryFactory queryFactory,
ParameterizedBatchHandler parameterizedBatchHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultParameterizedBatchHandler |
class |
RewriteParameterizedBatchHandler
Rewrites queries on the form (INSERT INTO xyz (a,b,c) VALUES (?,?,?))* to INSERT INTO xyz (a,b,c) VALUES ((?,?,?),)*
|
| Modifier and Type | Method and Description |
|---|---|
ParameterizedBatchHandler |
RewriteParameterizedBatchHandlerFactory.get(String query,
Protocol protocol) |
ParameterizedBatchHandler |
ParameterizedBatchHandlerFactory.get(String query,
Protocol protocol)
returns a parameterized batch handler.
|
ParameterizedBatchHandler |
DefaultParameterizedBatchHandlerFactory.get(String query,
Protocol protocol)
Creates a parameterized batch handler
In this implementation the query is ignored, taken in the addParameters call instead
|
Copyright © 2016. All rights reserved.