FileDocCategorySizeDatePackage
DatabasePlatform.javaAPI DocGlassfish v2 API2724Tue May 22 16:54:48 BST 2007oracle.toplink.essentials.platform.database

DatabasePlatform

public class DatabasePlatform extends 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).
see
AccessPlatform
see
DB2Platform
see
DBasePlatform
see
OraclePlatform
see
SybasePlatform
since
OracleAS TopLink 10g (10.1.3)

Fields Summary
Constructors Summary
Methods Summary