Uses of Interface
com.googlecode.jdbw.ExecuteResultHandler

Packages that use ExecuteResultHandler
com.googlecode.jdbw   
com.googlecode.jdbw.impl   
com.googlecode.jdbw.util   
 

Uses of ExecuteResultHandler in com.googlecode.jdbw
 

Methods in com.googlecode.jdbw with parameters of type ExecuteResultHandler
 void SQLExecutor.execute(ExecuteResultHandler handler, String SQL, Object... parameters)
          Sends a query to the database and handles any results through a callback interface
 void AutoExecutor.execute(ExecuteResultHandler handler, String SQL, Object... parameters)
           
 

Uses of ExecuteResultHandler in com.googlecode.jdbw.impl
 

Methods in com.googlecode.jdbw.impl with parameters of type ExecuteResultHandler
 void SQLExecutorImpl.execute(ExecuteResultHandler handler, String SQL, Object... parameters)
           
 

Uses of ExecuteResultHandler in com.googlecode.jdbw.util
 

Classes in com.googlecode.jdbw.util that implement ExecuteResultHandler
 class ExecuteResultHandlerAdapter
          This is a convenience class that implements ExecuteResultHandler and provides a default method implementation for this interface.
 



Copyright © 2012. All Rights Reserved.