org.axiondb

Interface ExternalConnectionProvider

public interface ExternalConnectionProvider

Provides External Database connection for a given DatabaseLink.

Version: $Revision: 1.3 $ $Date: 2005/06/18 01:03:46 $

Author: Ahimanikya Satapathy

Field Summary
static StringEXTERNAL_CONNECTION_PROVIDER_PROPERTY_NAME
System Property key name for connection provider class name
static StringPROP_CATALOG
Property key name for Catalog Name
static StringPROP_DRIVERCLASS
Property key name for JDBC driver class
static StringPROP_JDBCURL
Property key name for JDBC URL string
static StringPROP_PASSWORD
Property key name for user password
static StringPROP_SCHEMA
Property key name for SchemaName
static StringPROP_USERNAME
Property key name for user name
Method Summary
ConnectiongetConnection(Properties spec)

Field Detail

EXTERNAL_CONNECTION_PROVIDER_PROPERTY_NAME

public static final String EXTERNAL_CONNECTION_PROVIDER_PROPERTY_NAME
System Property key name for connection provider class name

PROP_CATALOG

public static final String PROP_CATALOG
Property key name for Catalog Name

PROP_DRIVERCLASS

public static final String PROP_DRIVERCLASS
Property key name for JDBC driver class

PROP_JDBCURL

public static final String PROP_JDBCURL
Property key name for JDBC URL string

PROP_PASSWORD

public static final String PROP_PASSWORD
Property key name for user password

PROP_SCHEMA

public static final String PROP_SCHEMA
Property key name for SchemaName

PROP_USERNAME

public static final String PROP_USERNAME
Property key name for user name

Method Detail

getConnection

public Connection getConnection(Properties spec)