Uses of Interface
com.googlecode.jdbw.SQLExecutor

Packages that use SQLExecutor
com.googlecode.jdbw   
com.googlecode.jdbw.impl   
com.googlecode.jdbw.server   
com.googlecode.jdbw.server.mysql   
com.googlecode.jdbw.util   
 

Uses of SQLExecutor in com.googlecode.jdbw
 

Subinterfaces of SQLExecutor in com.googlecode.jdbw
 interface DatabaseTransaction
          Representing a ongoing database transaction.
 

Classes in com.googlecode.jdbw that implement SQLExecutor
 class AutoExecutor
          An auto executor will automatically allocate a connection from the pool when its SQL methods are called and return the connection and all resources once done.
 

Methods in com.googlecode.jdbw that return SQLExecutor
 SQLExecutor DatabaseServerType.createExecutor(Connection connection)
          Creates an SQLExecutor for this server type
 

Uses of SQLExecutor in com.googlecode.jdbw.impl
 

Classes in com.googlecode.jdbw.impl that implement SQLExecutor
 class SQLExecutorImpl
          This class is an implementation of the SQLExecutor that provides most of the functionality required for sending queries and receiving data.
 

Uses of SQLExecutor in com.googlecode.jdbw.server
 

Methods in com.googlecode.jdbw.server that return SQLExecutor
 SQLExecutor AbstractDatabaseType.createExecutor(Connection connection)
           
 

Uses of SQLExecutor in com.googlecode.jdbw.server.mysql
 

Methods in com.googlecode.jdbw.server.mysql that return SQLExecutor
 SQLExecutor MySQLServerType.createExecutor(Connection connection)
           
 

Uses of SQLExecutor in com.googlecode.jdbw.util
 

Constructors in com.googlecode.jdbw.util with parameters of type SQLExecutor
SQLWorker(SQLExecutor executor)
          Creates a new SQLWorker with a specified underlying SQLExecutor to use for the actual database communication.
 



Copyright © 2012. All Rights Reserved.