| Interface | Description |
|---|---|
| ResultSetReader |
Instances of this can be fed to
DatabaseStorageManager.executeQuery(java.lang.String, org.mmbase.storage.implementation.database.ResultSetReader). |
| Class | Description |
|---|---|
| Attributes |
This class defines the attributes names used by the default database storage manager classes.
|
| DatabaseStorageLookup |
Represents a xml document that can be used to determine the database configuration resource,
based on a database's metadata.
|
| DatabaseStorageManager |
A JDBC implementation of an object related storage manager.
|
| DatabaseStorageManager.InputStreamBlob | |
| DatabaseStorageManagerFactory |
A storage manager factory for database storages.
|
| GenericDataSource |
This class functions as a Datasource wrapper around the JDBC Module.
|
| GenericDataSource.ConnectionProxy |
Interesting trick to make things compile in both java 1.5 and 1.6
|
| InformixStorageManager | |
| PostgresqlLargeObjectStorageManager |
This class is responsible for handling binary objects using the PostgreSQL
LargeObject API.
|
| RelationalDatabaseStorageManager |
A JDBC implementation of a storage manager for relational databases.
|
| Schemes |
This class defines the scheme names and defaults used by the default database storage manager classes.
|
| ViewDatabaseStorageManager |
A View database storage manager creates tables without the fields of the 'super' tables and views to represent the
combined table.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}