org.apache.torque.engine.platform
Class PlatformOracleImpl

java.lang.Object
  extended byorg.apache.torque.engine.platform.PlatformDefaultImpl
      extended byorg.apache.torque.engine.platform.PlatformOracleImpl
All Implemented Interfaces:
Platform

public class PlatformOracleImpl
extends PlatformDefaultImpl

Oracle Platform implementation.

Version:
$Id: PlatformOracleImpl.java 239626 2005-08-24 12:19:51Z henning $
Author:
Martin Poeschl

Field Summary
 
Fields inherited from interface org.apache.torque.engine.platform.Platform
IDENTITY, SEQUENCE
 
Constructor Summary
PlatformOracleImpl()
          Default constructor.
 
Method Summary
 java.lang.String getAutoIncrement()
           
 int getMaxColumnNameLength()
          Returns the max column length supported by the db.
 java.lang.String getNativeIdMethod()
          Returns the native IdMethod (sequence|identity)
 
Methods inherited from class org.apache.torque.engine.platform.PlatformDefaultImpl
getDomainForSchemaType, getNullString, hasScale, hasSize, setSchemaDomainMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformOracleImpl

public PlatformOracleImpl()
Default constructor.

Method Detail

getMaxColumnNameLength

public int getMaxColumnNameLength()
Description copied from interface: Platform
Returns the max column length supported by the db.

Specified by:
getMaxColumnNameLength in interface Platform
Overrides:
getMaxColumnNameLength in class PlatformDefaultImpl
See Also:
Platform.getMaxColumnNameLength()

getNativeIdMethod

public java.lang.String getNativeIdMethod()
Description copied from interface: Platform
Returns the native IdMethod (sequence|identity)

Specified by:
getNativeIdMethod in interface Platform
Overrides:
getNativeIdMethod in class PlatformDefaultImpl
See Also:
Platform.getNativeIdMethod()

getAutoIncrement

public java.lang.String getAutoIncrement()
Specified by:
getAutoIncrement in interface Platform
Overrides:
getAutoIncrement in class PlatformDefaultImpl
See Also:
Platform.getAutoIncrement()


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