| Package | Description |
|---|---|
| org.drizzle.jdbc | |
| org.drizzle.jdbc.internal.common | |
| org.drizzle.jdbc.internal.mysql |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
DrizzleStatement.getProtocol()
returns the protocol.
|
| Constructor and Description |
|---|
DrizzleConnection(Protocol protocol,
QueryFactory queryFactory)
Creates a new connection with a given protocol and query factory.
|
DrizzlePreparedStatement(Protocol protocol,
DrizzleConnection drizzleConnection,
String query,
QueryFactory queryFactory,
ParameterizedBatchHandler parameterizedBatchHandler) |
DrizzleResultSet(QueryResult dqr,
Statement statement,
Protocol protocol) |
DrizzleStatement(Protocol protocol,
DrizzleConnection connection,
QueryFactory queryFactory)
Creates a new Statement.
|
| 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
|
InputStream |
AbstractValueObject.getPBMSStream(Protocol protocol) |
InputStream |
ValueObject.getPBMSStream(Protocol protocol) |
| Constructor and Description |
|---|
DefaultParameterizedBatchHandler(Protocol protocol) |
RewriteParameterizedBatchHandler(Protocol protocol,
String baseQuery,
String queryValuePart,
String onDupKeyPart)
Constructs a new handler
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLProtocol
TODO: refactor, clean up TODO: when should i read up the resultset? TODO: thread safety? TODO: exception handling
User: marcuse Date: Jan 14, 2009 Time: 4:06:26 PM
|
Copyright © 2016. All rights reserved.