Package org.jpox.store.rdbms.request

Provides the mechanism of communicating with the database using JDBC.

See:
          Description

Class Summary
DeleteRequest Class to provide a means of deletion of records from a data store.
FetchRequest Class to provide a means of selection of records from a data store.
InsertRequest Class to provide a means of insertion of records to a data store.
LocateRequest Class to locate a record in the data store.
Request Base class representing a request to perform an action on the datastore.
UpdateRequest Class to provide a means of update of records in a data store.
 

Package org.jpox.store.rdbms.request Description

Provides the mechanism of communicating with the database using JDBC. Provides a request for all types of database communication.



Copyright © -2007 . All Rights Reserved.