ojb.broker.platforms
Class PlatformMySQLImpl

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

public class PlatformMySQLImpl
extends PlatformDefaultImpl

Version:
1.0
Author:
jakob bräuchi

Constructor Summary
PlatformMySQLImpl()
           
 
Method Summary
 void setObjectForStatement(java.sql.PreparedStatement ps, int index, java.lang.Object value, int sqlType)
          some JDBC-Drivers do not support all sqlTypes this callback is used set parameters to a PreparedStatement
 
Methods inherited from class ojb.broker.platforms.PlatformDefaultImpl
initializeJdbcConnection, setNullForStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformMySQLImpl

public PlatformMySQLImpl()
Method Detail

setObjectForStatement

public void setObjectForStatement(java.sql.PreparedStatement ps,
                                  int index,
                                  java.lang.Object value,
                                  int sqlType)
                           throws java.sql.SQLException
Description copied from interface: Platform
some JDBC-Drivers do not support all sqlTypes this callback is used set parameters to a PreparedStatement

Specified by:
setObjectForStatement in interface Platform
Overrides:
setObjectForStatement in class PlatformDefaultImpl
java.sql.SQLException


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