org.apache.jackrabbit.core.util.db
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.
Methods inherited from class org.apache.jackrabbit.core.util.db.ConnectionHelper |
closeResources, endBatch, exec, exec, execute, getConnection, inBatchMode, prepareDbIdentifier, query, replaceCharacter, startBatch, tableExists, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgreSQLConnectionHelper
public PostgreSQLConnectionHelper(DataSource dataSrc,
boolean block)
- Parameters:
dataSrc
- the DataSource
on which this helper actsblock
- whether to block on connection loss until the db is up again
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.