Package org.mmbase.storage.implementation.database

Package class diagram package org.mmbase.storage.implementation.database
Interface Summary
ResultSetReader Instances of this can be fed to DatabaseStorageManager.executeQuery(java.lang.String, org.mmbase.storage.implementation.database.ResultSetReader).
 

Class Summary
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  
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.
 



MMBase2 Core 2.0-SNAPSHOT - 2013-03-30T06:36