EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.platform.database
Class CloudscapePlatform

java.lang.Object
  extended by org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
      extended by org.eclipse.persistence.platform.database.DatabasePlatform
          extended by org.eclipse.persistence.platform.database.CloudscapePlatform

public class CloudscapePlatform
extends DatabasePlatform

Purpose: Provides CloudScape DBMS specific behaviour.

Since:
TOPLink/Java 3.0

Constructor Summary
CloudscapePlatform()
           
 
Method Summary
protected  java.util.Hashtable buildFieldTypes()
          seems compatible with informix
 boolean isCloudscape()
          Answers whether platform is CloudScape
 boolean shouldUseJDBCOuterJoinSyntax()
          JDBC defines an outer join syntax which many drivers do not support.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudscapePlatform

public CloudscapePlatform()
Method Detail

buildFieldTypes

protected java.util.Hashtable buildFieldTypes()
seems compatible with informix


isCloudscape

public boolean isCloudscape()
Answers whether platform is CloudScape


shouldUseJDBCOuterJoinSyntax

public boolean shouldUseJDBCOuterJoinSyntax()
JDBC defines an outer join syntax which many drivers do not support. So we normally avoid it.


EclipseLink 1.0_1.0M2 API Reference - Incubation