JDBaccess API 1.0

Package com.jdbaccess.da

Interface Summary
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.
 

Class Summary
DAFactory Factory for all types of data access such as Select, Insert, Update, Delete, Function, Procedure and also Transaction.
 


JDBaccess API 1.0

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