Class | Description |
---|---|
Cursor |
This interface provides read-only access to results returned by a database query.
|
Database |
Database class exposes methods to manage a database.
|
DatabaseFactory |
Use this class to create a new instance of database or to open an existing one.
|
DatabaseType | |
Statement |
Representation of a SQL statement.
|
Exception | Description |
---|---|
DatabaseException |
This exception will be thrown if a requested method could not be executed.
|