org.mmbase.module.database
Class DatabaseSupportInformix

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

Deprecated. Use ;IFX_LOCK_MODE_WAIT=31 on the connection string in jdbc.xml in stead

public class DatabaseSupportInformix
extends Object
implements DatabaseSupport

This class sets the 'lock mode' to 30.

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

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

Constructor Detail

DatabaseSupportInformix

public DatabaseSupportInformix()
Deprecated. 
Method Detail

init

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

initConnection

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

setLockMode

protected void setLockMode(Connection con,
                           int sec)
Deprecated. 


MMBase2 Core 2.0-SNAPSHOT - 2013-05-29T22:08