com.finalist.tools.statementExecutorUtils
Class QueryHelper

java.lang.Object
  extended bycom.finalist.tools.database.StatementExecutor
      extended bycom.finalist.tools.statementExecutorUtils.QueryHelper

public class QueryHelper
extends StatementExecutor


Field Summary
 
Fields inherited from class com.finalist.tools.database.StatementExecutor
bindBean, bindVars, conn, query
 
Constructor Summary
QueryHelper()
          Creates a new instance of QueryHelper
 
Method Summary
 void close()
          Closes cached prepared statements.
 
Methods inherited from class com.finalist.tools.database.StatementExecutor
clearBindVars, disablePreparedStatementCaching, enablePreparedStatementCaching, executeDML, executeQueryIntoBean, executeQueryIntoBean, executeQueryIntoBean, executeQueryIntoBean, executeQueryIntoHashMap, executeQueryIntoHashMap, generateBeanFromQuery, getConnection, prepareStatement, setBindVar, setBindVars, setBindVars, setConnection, setRowMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryHelper

public QueryHelper()
Creates a new instance of QueryHelper

Method Detail

close

public void close()
Description copied from class: StatementExecutor
Closes cached prepared statements.

Overrides:
close in class StatementExecutor


Copyright © 2003-2004 SourceForge. All Rights Reserved.