Package org.apache.jackrabbit.core.util.db
@Version("2.13.5")
package org.apache.jackrabbit.core.util.db
-
ClassDescriptionAn operation which synchronously checks the DB schema in the
CheckSchemaOperation.run()method.A factory for new database connections.This class provides convenience methods to execute SQL statements.Bean components (i.e., classes that appear in the repository descriptor) that implement this interface will get the repositoriesConnectionFactoryinstance injected just after construction and before initialization.This class delegates all calls to the corresponding method on the wrappedDataSourceexcept for theDataSourceWrapper.getConnection()method, which delegates toDataSource#getConnection(String, String)with the username and password which are given on construction.This class contains some database utility methods.The connection helper for Oracle databases of version up to 10.1.The connection helper for Oracle databases of version 10.2 and later.The connection helper for PSQL databases.This is a dynamic proxy in order to support both Java 5 and 6.