org.mmbase.module.database
Class DatabaseSupportShim

Package class diagram package DatabaseSupportShim
java.lang.Object
  extended by org.mmbase.module.database.DatabaseSupportShim
All Implemented Interfaces:
DatabaseSupport

public class DatabaseSupportShim
extends Object
implements DatabaseSupport

Interface to support specific database things for the JDBC module

Version:
$Id: DatabaseSupportShim.java 45150 2011-02-10 09:18:12Z michiel $
Author:
vpro

Constructor Summary
DatabaseSupportShim()
           
 
Method Summary
 void init()
           
 void initConnection(Connection con)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseSupportShim

public DatabaseSupportShim()
Method Detail

init

public void init()
Specified by:
init in interface DatabaseSupport

initConnection

public void initConnection(Connection con)
Specified by:
initConnection in interface DatabaseSupport


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