JDBaccess API 1.0

Uses of Package
com.jdbaccess.da

Packages that use com.jdbaccess.da
com.jdbaccess.da   
com.jdbaccess.dao   
 

Classes in com.jdbaccess.da used by com.jdbaccess.da
Call
          Super interface of Function and Procedure.
CallResult
          Results of procedure calls (in Oracle also of function calls).
DataAccess
          Super interface for all types of data access such as Insert, Update, Delete, Select and Call (Function, Procedure).
Delete
          Interface for the deletion of objects.
Function
          Interface for function calls.
Insert
          Interface for inserting objects: with Insert you insert of one or more rows into a database table.
Procedure
          Interface for procedure calls.
Result
          A result is returned by execution of a select object.
Select
          Interface for selecting objects: with Select you define and execute sql selects.
Transaction
          A transaction is similar to a database session.
Update
          Interface for updating objects: with Update you can update one or more rows in database.
 

Classes in com.jdbaccess.da used by com.jdbaccess.dao
Function
          Interface for function calls.
Procedure
          Interface for procedure calls.
Result
          A result is returned by execution of a select object.
Transaction
          A transaction is similar to a database session.
 


JDBaccess API 1.0

Copyright © 2005-2006 JDBaccess.com, Königsweg 210, D-14129 Berlin, Germany. All Rights Reserved.