org.mmbase.module.database
Class DatabaseSupportInformix
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseSupportInformix
public DatabaseSupportInformix()
- Deprecated.
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