ojb.broker.platforms
Class PlatformInformixImpl

java.lang.Object
  |
  +--ojb.broker.platforms.PlatformDefaultImpl
        |
        +--ojb.broker.platforms.PlatformInformixImpl
All Implemented Interfaces:
Platform

public class PlatformInformixImpl
extends PlatformDefaultImpl

This class extends PlatformDefaultImpl and defines specific behavior for the Informix platform.

Version:
1.0
Author:
Thomas Mahler

Constructor Summary
PlatformInformixImpl()
           
 
Method Summary
 void initializeJdbcConnection(java.sql.Connection conn)
          callback called immediately after a JDBC Connection has been obtained in ...
 
Methods inherited from class ojb.broker.platforms.PlatformDefaultImpl
setNullForStatement, setObjectForStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformInformixImpl

public PlatformInformixImpl()
Method Detail

initializeJdbcConnection

public void initializeJdbcConnection(java.sql.Connection conn)
Description copied from interface: Platform
callback called immediately after a JDBC Connection has been obtained in ...

Specified by:
initializeJdbcConnection in interface Platform
Overrides:
initializeJdbcConnection in class PlatformDefaultImpl
See Also:
Platform.initializeJdbcConnection(Connection)


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04