raccoon.api.utils
Interface IConnectionDriver

All Superinterfaces:
java.sql.Driver
All Known Implementing Classes:
ConnectionDriver

public interface IConnectionDriver
extends java.sql.Driver

A convenience connection pool service for JDBC connections.

Since:
Raccoon v1.0
Version:
$Id:$
Author:
Cedric ROUVRAIS

Field Summary
static java.lang.String PTY_CONNECTION_DRIVER
          The name of the property Driver.
static java.lang.String PTY_CONNECTION_URL
          The name of the proprety ConnectionUrl.
static java.lang.String PTY_DATABASE_DRIVER
          The name of the proprety DatabaseDriver.
static java.lang.String PTY_USER_NAME
          The name of the proprety UserName.
static java.lang.String PTY_USER_PWD
          The name of the proprety UserPwd.
static java.lang.String URL_PREFIX
          The URL Prefix for this connection driver.
 
Method Summary
 java.lang.String getUrl()
          The database URL to use to retrieve a connection from this pool.
 
Methods inherited from interface java.sql.Driver
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant
 

Field Detail

URL_PREFIX

static final java.lang.String URL_PREFIX
The URL Prefix for this connection driver.

See Also:
Constant Field Values

PTY_DATABASE_DRIVER

static final java.lang.String PTY_DATABASE_DRIVER
The name of the proprety DatabaseDriver.

See Also:
Constant Field Values

PTY_CONNECTION_URL

static final java.lang.String PTY_CONNECTION_URL
The name of the proprety ConnectionUrl.

See Also:
Constant Field Values

PTY_USER_NAME

static final java.lang.String PTY_USER_NAME
The name of the proprety UserName.

See Also:
Constant Field Values

PTY_USER_PWD

static final java.lang.String PTY_USER_PWD
The name of the proprety UserPwd.

See Also:
Constant Field Values

PTY_CONNECTION_DRIVER

static final java.lang.String PTY_CONNECTION_DRIVER
The name of the property Driver.

See Also:
Constant Field Values
Method Detail

getUrl

java.lang.String getUrl()
The database URL to use to retrieve a connection from this pool.

Returns:
the URL to use.


Copyright null null. All Rights Reserved.