Database
Table of Contents
Classes
- Connection
- A class defining a database connection, and mechanisms for working with a database.
- DatabaseException
- A special type of exception related to database queries.
- DatabaseConnectionException
- A special exception indicating a problem connecting to the database.
- ConnectionSpec
- A class defining all of the details needed to connect to a database.
- ConnectionSpecException
- A special exception to indicate a problem with a ConnectionSpec
- DataDictionary
- A class defining methods to work directly with database tables.
- Resultset
- A class defining a resultset and how to interact with results from a database query.
- Statement
- A class defining a prepared database statement.