Uses of Interface
org.mule.module.db.internal.domain.statement.StatementFactory

Packages that use StatementFactory
org.mule.module.db.internal.domain.executor   
org.mule.module.db.internal.domain.statement   
 

Uses of StatementFactory in org.mule.module.db.internal.domain.executor
 

Fields in org.mule.module.db.internal.domain.executor declared as StatementFactory
protected  StatementFactory AbstractExecutor.statementFactory
           
 

Constructors in org.mule.module.db.internal.domain.executor with parameters of type StatementFactory
AbstractExecutor(StatementFactory statementFactory)
           
AbstractSingleQueryExecutor(StatementFactory statementFactory)
           
BulkUpdateExecutor(StatementFactory statementFactory)
           
BulkUpdateExecutorFactory(StatementFactory statementFactory)
           
SelectExecutor(StatementFactory statementFactory, ResultSetHandler resultHandler)
           
SelectExecutorFactory(StatementFactory statementFactory, ResultSetHandler resultHandler)
           
StoredProcedureExecutor(StatementFactory statementFactory, StatementResultHandler statementResultHandler)
           
StoredProcedureExecutorFactory(StatementFactory statementFactory, StatementResultHandler statementResultHandler)
           
UpdateExecutor(StatementFactory statementFactory)
           
UpdateExecutorFactory(StatementFactory statementFactory)
           
 

Uses of StatementFactory in org.mule.module.db.internal.domain.statement
 

Subinterfaces of StatementFactory in org.mule.module.db.internal.domain.statement
 interface ConfigurableStatementFactory
          Provides extra customization to a StatementFactory
 

Classes in org.mule.module.db.internal.domain.statement that implement StatementFactory
 class QueryStatementFactory
          Creates Statement based on the type and parameters of a given query: _CallableStatement for stored p rocedure queries _PreparedStatement for queries with input parameters _Standard Statement otherwise
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.