org.shiftone.exq.impl.config.types
Class PreparedStmtQueryExecutor

java.lang.Object
  extended byorg.shiftone.exq.impl.config.types.Sql
      extended byorg.shiftone.exq.impl.config.types.PreparedStmtQueryExecutor
All Implemented Interfaces:
QueryExecutor, StatementParamSetter, StatementSQLBuilder, org.shiftone.arbor.TextSupport

public class PreparedStmtQueryExecutor
extends Sql
implements QueryExecutor

Class PreparedStmtQueryExecutor

Author:
Jeff Drost

Constructor Summary
PreparedStmtQueryExecutor()
           
 
Method Summary
 QueryResult executeQuery(java.sql.Connection connection, java.util.Map parameters)
          Method executeQuery
 
Methods inherited from class org.shiftone.exq.impl.config.types.Sql
addText, buildStatementSQL, buildStatementSQL, createIf, createIfdef, createIfndef, createIParam, createParam, isEnabled, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreparedStmtQueryExecutor

public PreparedStmtQueryExecutor()
Method Detail

executeQuery

public QueryResult executeQuery(java.sql.Connection connection,
                                java.util.Map parameters)
                         throws QueryException
Method executeQuery

Specified by:
executeQuery in interface QueryExecutor
Parameters:
connection -
parameters -
Throws:
QueryException