Uses of Package
com.googlecode.jdbw

Packages that use com.googlecode.jdbw
com.googlecode.jdbw   
com.googlecode.jdbw.impl   
com.googlecode.jdbw.jorm   
com.googlecode.jdbw.server   
com.googlecode.jdbw.server.h2   
com.googlecode.jdbw.server.mysql   
com.googlecode.jdbw.server.postgresql   
com.googlecode.jdbw.server.sybase   
com.googlecode.jdbw.util   
 

Classes in com.googlecode.jdbw used by com.googlecode.jdbw
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.
BatchUpdateHandler
          This interface is used as a callback mechanism for handling results coming out of a batch query.
DatabaseConnection
          This interface represents a connection to a database server, although in reality this is probably more than one connection (probably a pool of them).
DatabaseServerType
          This interface represents a type (MySQL, PostgreSQL, etc...) of database, with methods used for helping you adapt to this particular server's dialect of SQL
DatabaseTransaction
          Representing a ongoing database transaction.
DataSourceFactory
          This interface is used by a DatabaseServer to construct a DataSource from its configuration.
ExecuteResultHandler
          This interface is used to handle results when executing custom SQL code.
SQLDialect
          This class contains methods to assist you in formatting SQL queries adjusted to the target database type
SQLExecutor
          The SQLExecutor is the object sending the query to the remote database server and using a callback interface to process the result.
TransactionIsolation
          This enum contains the various levels of transactional isolation supported by JDBC.
 

Classes in com.googlecode.jdbw used by com.googlecode.jdbw.impl
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.
BatchUpdateHandler
          This interface is used as a callback mechanism for handling results coming out of a batch query.
DatabaseConnection
          This interface represents a connection to a database server, although in reality this is probably more than one connection (probably a pool of them).
DatabaseServerType
          This interface represents a type (MySQL, PostgreSQL, etc...) of database, with methods used for helping you adapt to this particular server's dialect of SQL
DatabaseTransaction
          Representing a ongoing database transaction.
DataSourceCloser
          This interface is used for closing a DataSource.
ExecuteResultHandler
          This interface is used to handle results when executing custom SQL code.
SQLExecutor
          The SQLExecutor is the object sending the query to the remote database server and using a callback interface to process the result.
TransactionIsolation
          This enum contains the various levels of transactional isolation supported by JDBC.
 

Classes in com.googlecode.jdbw used by com.googlecode.jdbw.jorm
DatabaseConnection
          This interface represents a connection to a database server, although in reality this is probably more than one connection (probably a pool of them).
 

Classes in com.googlecode.jdbw used by com.googlecode.jdbw.server
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.
DatabaseConnection
          This interface represents a connection to a database server, although in reality this is probably more than one connection (probably a pool of them).
DatabaseServer
          This interface represents a database server and exposes methods for inspecting the servers characteristics and establishing a DatabaseConnection to it.
DatabaseServerType
          This interface represents a type (MySQL, PostgreSQL, etc...) of database, with methods used for helping you adapt to this particular server's dialect of SQL
DataSourceFactory
          This interface is used by a DatabaseServer to construct a DataSource from its configuration.
JDBCDriverDescriptor
          This interface describes a JDBC driver and how to use it.
SQLDialect
          This class contains methods to assist you in formatting SQL queries adjusted to the target database type
SQLExecutor
          The SQLExecutor is the object sending the query to the remote database server and using a callback interface to process the result.
 

Classes in com.googlecode.jdbw used by com.googlecode.jdbw.server.h2
DatabaseConnection
          This interface represents a connection to a database server, although in reality this is probably more than one connection (probably a pool of them).
DatabaseServer
          This interface represents a database server and exposes methods for inspecting the servers characteristics and establishing a DatabaseConnection to it.
DatabaseServerType
          This interface represents a type (MySQL, PostgreSQL, etc...) of database, with methods used for helping you adapt to this particular server's dialect of SQL
DataSourceFactory
          This interface is used by a DatabaseServer to construct a DataSource from its configuration.
JDBCDriverDescriptor
          This interface describes a JDBC driver and how to use it.
SQLDialect
          This class contains methods to assist you in formatting SQL queries adjusted to the target database type
 

Classes in com.googlecode.jdbw used by com.googlecode.jdbw.server.mysql
DatabaseServer
          This interface represents a database server and exposes methods for inspecting the servers characteristics and establishing a DatabaseConnection to it.
DatabaseServerType
          This interface represents a type (MySQL, PostgreSQL, etc...) of database, with methods used for helping you adapt to this particular server's dialect of SQL
JDBCDriverDescriptor
          This interface describes a JDBC driver and how to use it.
SQLDialect
          This class contains methods to assist you in formatting SQL queries adjusted to the target database type
SQLExecutor
          The SQLExecutor is the object sending the query to the remote database server and using a callback interface to process the result.
 

Classes in com.googlecode.jdbw used by com.googlecode.jdbw.server.postgresql
DatabaseServer
          This interface represents a database server and exposes methods for inspecting the servers characteristics and establishing a DatabaseConnection to it.
DatabaseServerType
          This interface represents a type (MySQL, PostgreSQL, etc...) of database, with methods used for helping you adapt to this particular server's dialect of SQL
JDBCDriverDescriptor
          This interface describes a JDBC driver and how to use it.
 

Classes in com.googlecode.jdbw used by com.googlecode.jdbw.server.sybase
DatabaseServer
          This interface represents a database server and exposes methods for inspecting the servers characteristics and establishing a DatabaseConnection to it.
DatabaseServerType
          This interface represents a type (MySQL, PostgreSQL, etc...) of database, with methods used for helping you adapt to this particular server's dialect of SQL
JDBCDriverDescriptor
          This interface describes a JDBC driver and how to use it.
SQLDialect
          This class contains methods to assist you in formatting SQL queries adjusted to the target database type
 

Classes in com.googlecode.jdbw used by com.googlecode.jdbw.util
BatchUpdateHandler
          This interface is used as a callback mechanism for handling results coming out of a batch query.
DataSourceFactory
          This interface is used by a DatabaseServer to construct a DataSource from its configuration.
ExecuteResultHandler
          This interface is used to handle results when executing custom SQL code.
SQLExecutor
          The SQLExecutor is the object sending the query to the remote database server and using a callback interface to process the result.
 



Copyright © 2012. All Rights Reserved.