Class PostgreSQLPlatform

  • All Implemented Interfaces:
    Serializable, Cloneable, CorePlatform<ConversionManager>, Platform
    Direct Known Subclasses:
    PostgreSQL10Platform

    public class PostgreSQLPlatform
    extends DatabasePlatform

    Purpose: Provides Postgres specific behavior.

    Responsibilities:

    • Native SQL for Date, Time, & Timestamp.
    • Native sequencing.
    • Mapping of class types to database types for the schema framework.
    • Pessimistic locking.
    • Platform specific operators.
    • LIMIT/OFFSET query syntax for select statements.
    Since:
    OracleAS TopLink 10g (10.1.3)
    See Also:
    Serialized Form
    • Constructor Detail

      • PostgreSQLPlatform

        public PostgreSQLPlatform()