Class PostgreSQLAdapter

java.lang.Object
org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
All Implemented Interfaces:
DatastoreAdapter

public class PostgreSQLAdapter extends BaseDatastoreAdapter
Provides methods for adapting SQL language elements to the PostgreSQL database.
  • Field Details

    • POSTGRESQL_RESERVED_WORDS

      public static final String POSTGRESQL_RESERVED_WORDS
      List of Postgresql keywords that aren't in SQL92, SQL99
      See Also:
  • Constructor Details

    • PostgreSQLAdapter

      public PostgreSQLAdapter(DatabaseMetaData metadata)
      Constructor.
      Parameters:
      metadata - MetaData from the JDBC driver
  • Method Details