Persist Class
Package:
Summary:
Stores objects in relational databases
Groups:
Author:
Description:
This package can be used to store and get objects from relational databases.
The package contains DBConnection class that provides access to relational databases, establishing connections, executing queries and retrieving results. The current version contains implementations for MySQL and Oracle (support for other DB systems can be added by following the attached implementation guide)
The package also contains PersistClass that uses the DBConnection to store objects in relational database tables.
The package contains DBConnection class that provides access to relational databases, establishing connections, executing queries and retrieving results. The current version contains implementations for MySQL and Oracle (support for other DB systems can be added by following the attached implementation guide)
The package also contains PersistClass that uses the DBConnection to store objects in relational database tables.
Comments are closed.