org.apache.torque.engine.platform
Class PlatformHypersonicImpl

java.lang.Object
  extended by org.apache.torque.engine.platform.PlatformDefaultImpl
      extended by org.apache.torque.engine.platform.PlatformHypersonicImpl
All Implemented Interfaces:
Platform

public class PlatformHypersonicImpl
extends PlatformDefaultImpl

HSQLDB (formerly known as Hypersonic) Platform implementation.

Version:
$Id: PlatformHypersonicImpl.java 473814 2006-11-11 22:30:30Z tv $
Author:
Martin Poeschl

Field Summary
 
Fields inherited from interface org.apache.torque.engine.platform.Platform
IDENTITY, SEQUENCE
 
Constructor Summary
PlatformHypersonicImpl()
          Default constructor.
 
Method Summary
 boolean createNotNullBeforeAutoincrement()
          Returns whether the "not null part" of the definition of a column should be generated before the "autoincrement part" in a "create table" statement.
 java.lang.String getAutoIncrement()
           
 
Methods inherited from class org.apache.torque.engine.platform.PlatformDefaultImpl
getDomainForSchemaType, getMaxColumnNameLength, getNativeIdMethod, getNullString, hasScale, hasSize, setSchemaDomainMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformHypersonicImpl

public PlatformHypersonicImpl()
Default constructor.

Method Detail

getAutoIncrement

public java.lang.String getAutoIncrement()
Specified by:
getAutoIncrement in interface Platform
Overrides:
getAutoIncrement in class PlatformDefaultImpl
Returns:
The RDBMS-specific SQL fragment for autoincrement.
See Also:
Platform.getAutoIncrement()

createNotNullBeforeAutoincrement

public boolean createNotNullBeforeAutoincrement()
Returns whether the "not null part" of the definition of a column should be generated before the "autoincrement part" in a "create table" statement.

Specified by:
createNotNullBeforeAutoincrement in interface Platform
Overrides:
createNotNullBeforeAutoincrement in class PlatformDefaultImpl
Returns:
false.
See Also:
Platform.createNotNullBeforeAutoincrement()


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.