Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.platform.database
Class MySQL4Platform

java.lang.Object
  extended byoracle.toplink.internal.databaseaccess.DatabasePlatform
      extended byoracle.toplink.platform.database.DatabasePlatform
          extended byoracle.toplink.platform.database.MySQL4Platform


public class MySQL4Platform
extends DatabasePlatform

Purpose: Provides MySQL specific behaviour.

Responsibilities:

Since:
OracleAS TopLink 10g (10.1.3)
See Also:
Serialized Form

Constructor Summary
MySQL4Platform()
           

 

Method Summary
 boolean isMySQL()
          Answers whether platform is MySQL

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MySQL4Platform

public MySQL4Platform()

Method Detail

isMySQL

public boolean isMySQL()
Answers whether platform is MySQL

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.