Skip navigation links

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

B28219-01


oracle.toplink.platform.database
Class DatabasePlatform

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

Direct Known Subclasses:
MySQL4Platform, TimesTenPlatform

public class DatabasePlatform
extends oracle.toplink.internal.databaseaccess.DatabasePlatform

DatabasePlatform is private to TopLink. It encapsulates behavior specific to a database platform (eg. Oracle, Sybase, DBase), and provides protocol for TopLink to access this behavior. The behavior categories which require platform specific handling are SQL generation and sequence behavior. While database platform currently provides sequence number retrieval behaviour, this will move to a sequence manager (when it is implemented).

Since:
OracleAS TopLink 10g (10.1.3)
See Also:
AccessPlatform, DB2Platform, DBasePlatform, OraclePlatform, SybasePlatform, Serialized Form

Constructor Summary
DatabasePlatform()
           

 

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

 

Constructor Detail

DatabasePlatform

public DatabasePlatform()

Skip navigation links

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