corelib.utilities.jdbc
Interface DataSource


public interface DataSource

The interface DataSource defines strings used for JDBC database connections. There are four strings representing driver name, connection url, login and password.

Since:
0.3.6
Author:
Dominique Liard

Method Summary
 java.lang.String getConnectionURL()
          Returns the JDBC connection url.
 java.lang.String getDriverClassName()
          Returns the JDBC driver class name associated to this data source.
 java.lang.String getLogin()
          Returns the login used for security database connection.
 java.lang.String getPassword()
          Returns the password used for security database connection.
 

Method Detail

getDriverClassName

java.lang.String getDriverClassName()
Returns the JDBC driver class name associated to this data source.

Returns:
The JDBC driver class name.

getConnectionURL

java.lang.String getConnectionURL()
Returns the JDBC connection url. This URL contains all informations to locate the database used by the security manager (database host, database port, database name, ...).

Returns:
The JDBC connection URL

getLogin

java.lang.String getLogin()
Returns the login used for security database connection.

Returns:
The login.

getPassword

java.lang.String getPassword()
Returns the password used for security database connection.

Returns:
The password.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.