Skip navigation links
oracle.toplink.platform.database
Class DatabasePlatform
java.lang.Object
oracle.toplink.internal.databaseaccess.DatabasePlatform
oracle.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabasePlatform
public DatabasePlatform()
Skip navigation links