|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protocol | |
|---|---|
| org.drizzle.jdbc | |
| org.drizzle.jdbc.internal.common | |
| org.drizzle.jdbc.internal.mysql | |
| Uses of Protocol in org.drizzle.jdbc |
|---|
| Methods in org.drizzle.jdbc that return Protocol | |
|---|---|
Protocol |
DrizzleStatement.getProtocol()
returns the protocol. |
| Constructors in org.drizzle.jdbc with parameters of type Protocol | |
|---|---|
DrizzleConnection(Protocol protocol,
QueryFactory queryFactory)
Creates a new connection with a given protocol and query factory. |
|
DrizzlePreparedStatement(Protocol protocol,
DrizzleConnection drizzleConnection,
java.lang.String query,
QueryFactory queryFactory,
ParameterizedBatchHandler parameterizedBatchHandler)
|
|
DrizzleResultSet(QueryResult dqr,
java.sql.Statement statement,
Protocol protocol)
|
|
DrizzleStatement(Protocol protocol,
DrizzleConnection connection,
QueryFactory queryFactory)
Creates a new Statement. |
|
| Uses of Protocol in org.drizzle.jdbc.internal.common |
|---|
| Methods in org.drizzle.jdbc.internal.common with parameters of type Protocol | |
|---|---|
ParameterizedBatchHandler |
RewriteParameterizedBatchHandlerFactory.get(java.lang.String query,
Protocol protocol)
|
ParameterizedBatchHandler |
DefaultParameterizedBatchHandlerFactory.get(java.lang.String query,
Protocol protocol)
Creates a parameterized batch handler In this implementation the query is ignored, taken in the addParameters call instead |
ParameterizedBatchHandler |
ParameterizedBatchHandlerFactory.get(java.lang.String query,
Protocol protocol)
returns a parameterized batch handler. |
java.io.InputStream |
AbstractValueObject.getPBMSStream(Protocol protocol)
|
java.io.InputStream |
ValueObject.getPBMSStream(Protocol protocol)
|
| Constructors in org.drizzle.jdbc.internal.common with parameters of type Protocol | |
|---|---|
DefaultParameterizedBatchHandler(Protocol protocol)
|
|
RewriteParameterizedBatchHandler(Protocol protocol,
java.lang.String baseQuery,
java.lang.String queryValuePart,
java.lang.String onDupKeyPart)
Constructs a new handler |
|
| Uses of Protocol in org.drizzle.jdbc.internal.mysql |
|---|
| Classes in org.drizzle.jdbc.internal.mysql that implement Protocol | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||