EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.platform.database
Class HSQLPlatform

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.HSQLPlatform

public class HSQLPlatform
extends DatabasePlatform

Purpose: Provides HSQL specific behaviour.

Since:
TOPLink/Java 4.5

Constructor Summary
HSQLPlatform()
           
 
Method Summary
protected  java.util.Hashtable buildFieldTypes()
           
 boolean isHSQL()
           
 boolean supportsForeignKeyConstraints()
          HSQL 1.6.1 does not support the ALTER TABLE method of create foreign key constraints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSQLPlatform

public HSQLPlatform()
Method Detail

buildFieldTypes

protected java.util.Hashtable buildFieldTypes()

isHSQL

public boolean isHSQL()

supportsForeignKeyConstraints

public boolean supportsForeignKeyConstraints()
HSQL 1.6.1 does not support the ALTER TABLE method of create foreign key constraints


EclipseLink 1.0_1.0M2 API Reference - Incubation