Class PostgreSQLConnectionHelper
java.lang.Object
org.apache.jackrabbit.core.util.db.ConnectionHelper
org.apache.jackrabbit.core.util.db.PostgreSQLConnectionHelper
The connection helper for PSQL databases. It has special fetch size handling.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jackrabbit.core.util.db.ConnectionHelper
ConnectionHelper.RetryManager<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jackrabbit.core.util.db.ConnectionHelper
endBatch, exec, exec, prepareDbIdentifier, query, startBatch, tableExists, update
-
Constructor Details
-
PostgreSQLConnectionHelper
- Parameters:
dataSrc- theDataSourceon which this helper actsblock- whether to block on connection loss until the db is up again
-