JDBaccess API 1.0

Uses of Interface
com.jdbaccess.da.DataAccess

Packages that use DataAccess
com.jdbaccess.da   
 

Uses of DataAccess in com.jdbaccess.da
 

Subinterfaces of DataAccess in com.jdbaccess.da
 interface Call
          Super interface of Function and Procedure.
 interface Delete
          Interface for the deletion of objects.
 interface Function
          Interface for function calls.
 interface Insert
          Interface for inserting objects: with Insert you insert of one or more rows into a database table.
 interface Procedure
          Interface for procedure calls.
 interface Select
          Interface for selecting objects: with Select you define and execute sql selects.
 interface Update
          Interface for updating objects: with Update you can update one or more rows in database.
 


JDBaccess API 1.0

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