public class ConnectionSource
extends org.apache.commons.dbcp.PoolingDataSource
Modifier and Type | Field and Description |
---|---|
protected Properties |
properties
The connection properties.
|
protected String |
uri
The connection URI.
|
Constructor and Description |
---|
ConnectionSource(String uri,
Properties properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Properties |
getProperties()
Returns the connection properties.
|
String |
getUri()
Returns the connection URI.
|
protected Properties properties
protected String uri
public ConnectionSource(String uri, Properties properties)
uri
- The connection URI.properties
- The connection properties.public Properties getProperties()
public String getUri()
Copyright © 2005–2015. All rights reserved.