Arch4J 1.1

Package org.arch4j.dataaccess

Data Access

See:
          Description

Interface Summary
DataAccessConstants Constant values used in this package.
ResultSetVisitor This listener is used to process the results of a query string or to get the number of rows affected by an insert, update, or delete.
 

Class Summary
AtomicOperationCommand This class is realized to bound multiple database operations which need to execute as one atomic operation.
DataAccessProvider This class is the main service provider for data access services.
DataAccessProviderTest This test assumes that the dataaccess.properties file exists with the following contents:
DatabaseManager This class is used to communicate with the data server.
DatabaseManagerTest This test assumes that the database contains a table named TST_FOO exists with the following structure:
SQLEvaluator This class can be used to test out a set of database properties.
TransactionalConnectionManager This class allows for transactional bounding around multiple calls over a single database connection.
TransactionalDatabaseManager This extention of the DatabaseManager class adds joinable transaction functionality.
 

Exception Summary
DataAccessException This class is a wrapper for SQLExceptions.
 

Package org.arch4j.dataaccess Description

Data Access


Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.