Class PostgreSQLTableBackendDetails

All Implemented Interfaces:
Serializable, Cloneable

public class PostgreSQLTableBackendDetails extends RDBMSTableBackendDetails
Extension of RDBMSTableBackendDetails, with details specific to a PostgreSQL table. This class provides PostgreSQL-specific table backend configuration details. It inherits common RDBMS table properties and adds PostgreSQL-specific behavior as needed.
See Also:
  • Constructor Details

    • PostgreSQLTableBackendDetails

      public PostgreSQLTableBackendDetails()
      Default constructor. Initializes the table backend details with PostgreSQL backend type.
  • Method Details

    • finishClone

      protected QTableBackendDetails finishClone(QTableBackendDetails abstractClone)
      Finish the cloning operation started in the base class. Copy all state from the subclass into the input clone (which can be safely casted to the subclass's type, as it was obtained by super.clone()).
      Overrides:
      finishClone in class RDBMSTableBackendDetails
      Parameters:
      abstractClone - the clone to finish
      Returns:
      the finished clone