Class PostgreSQLConnectionHelper


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

      • 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