Uses of Interface
org.drizzle.jdbc.internal.common.ParameterizedBatchHandler

Packages that use ParameterizedBatchHandler
org.drizzle.jdbc   
org.drizzle.jdbc.internal.common   
 

Uses of ParameterizedBatchHandler in org.drizzle.jdbc
 

Constructors in org.drizzle.jdbc with parameters of type ParameterizedBatchHandler
DrizzlePreparedStatement(Protocol protocol, DrizzleConnection drizzleConnection, java.lang.String query, QueryFactory queryFactory, ParameterizedBatchHandler parameterizedBatchHandler)
           
 

Uses of ParameterizedBatchHandler in org.drizzle.jdbc.internal.common
 

Classes in org.drizzle.jdbc.internal.common that implement ParameterizedBatchHandler
 class DefaultParameterizedBatchHandler
           
 class RewriteParameterizedBatchHandler
          Rewrites queries on the form (INSERT INTO xyz (a,b,c) VALUES (?,?,?))* to INSERT INTO xyz (a,b,c) VALUES ((?,?,?),)*
 

Methods in org.drizzle.jdbc.internal.common that return ParameterizedBatchHandler
 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.
 



Copyright © 2012. All Rights Reserved.