Java org.apache.commons.dbcp ManagedBasicDataSource fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.dbcp ManagedBasicDataSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.dbcp ManagedBasicDataSource.

The text is from its open source code.

Constructor

Method

ConnectiongetConnection()
Create (if necessary) and return a connection to the database.
voidsetUrl(String url)

Sets the #url .

Note: this method currently has no effect once the pool has been initialized.