| Package | Description |
|---|---|
| org.drizzle.jdbc | |
| org.drizzle.jdbc.internal.common | |
| org.drizzle.jdbc.internal.common.query |
| Constructor and Description |
|---|
DrizzleParameterMetaData(ParameterizedQuery dQuery) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterizedBatchHandler.addToBatch(ParameterizedQuery query)
called when a set of parameters are added to a batch.
|
void |
DefaultParameterizedBatchHandler.addToBatch(ParameterizedQuery query) |
void |
RewriteParameterizedBatchHandler.addToBatch(ParameterizedQuery query) |
| Modifier and Type | Class and Description |
|---|---|
class |
DrizzleParameterizedQuery
.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterizedQuery |
QueryFactory.createParameterizedQuery(ParameterizedQuery dQuery) |
ParameterizedQuery |
DrizzleQueryFactory.createParameterizedQuery(ParameterizedQuery dQuery) |
ParameterizedQuery |
QueryFactory.createParameterizedQuery(String query,
boolean noCache) |
ParameterizedQuery |
DrizzleQueryFactory.createParameterizedQuery(String query,
boolean noCache) |
| Modifier and Type | Method and Description |
|---|---|
ParameterizedQuery |
QueryFactory.createParameterizedQuery(ParameterizedQuery dQuery) |
ParameterizedQuery |
DrizzleQueryFactory.createParameterizedQuery(ParameterizedQuery dQuery) |
| Constructor and Description |
|---|
DrizzleParameterizedQuery(ParameterizedQuery paramQuery) |
Copyright © 2016. All rights reserved.