Class PostgreSQLConnectionHelper

java.lang.Object
org.apache.jackrabbit.core.util.db.ConnectionHelper
org.apache.jackrabbit.core.util.db.PostgreSQLConnectionHelper

public final class PostgreSQLConnectionHelper extends ConnectionHelper
The connection helper for PSQL databases. It has special fetch size handling.
  • Constructor Details

    • PostgreSQLConnectionHelper

      public PostgreSQLConnectionHelper(DataSource dataSrc, boolean block)
      Parameters:
      dataSrc - the DataSource on which this helper acts
      block - whether to block on connection loss until the db is up again