org.drizzle.jdbc.internal.common
Class DefaultParameterizedBatchHandlerFactory

java.lang.Object
  extended by org.drizzle.jdbc.internal.common.DefaultParameterizedBatchHandlerFactory
All Implemented Interfaces:
ParameterizedBatchHandlerFactory

public final class DefaultParameterizedBatchHandlerFactory
extends java.lang.Object
implements ParameterizedBatchHandlerFactory

Created by IntelliJ IDEA. User: marcuse Date: Jun 7, 2009 Time: 12:36:12 PM To change this template use File | Settings | File Templates.


Constructor Summary
DefaultParameterizedBatchHandlerFactory()
           
 
Method Summary
 ParameterizedBatchHandler 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

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultParameterizedBatchHandlerFactory

public DefaultParameterizedBatchHandlerFactory()
Method Detail

get

public ParameterizedBatchHandler 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

Specified by:
get in interface ParameterizedBatchHandlerFactory
Parameters:
query - the query to create the handler for
Returns:


Copyright © 2012. All Rights Reserved.