DBVIEW
org.dbview.addons.input.mysql.Loader Class Reference

List of all members.

Protected Member Functions

String _getUrl_ (Element in_data) throws Exception
AbstractSotfForeignKeyDetector _getSoftForeignKeyDetector_ (Element in_profile) throws Exception

Detailed Description

This class implements the loader adapter for the Mysql add-on.

Remarks:
The loader is used to gain information from the input data source.
Author:
Denis Beurive

Definition at line 35 of file Loader.java.


Member Function Documentation

AbstractSotfForeignKeyDetector org.dbview.addons.input.mysql.Loader._getSoftForeignKeyDetector_ ( Element  in_profile) throws Exception [protected]

This method returns an instance of a soft foreign key detector (if it is defined in the profile).

Parameters:
in_profileProfile of the input target.
Returns:
The method returns an instance of a soft foreign key detector, or null if no detector is defined.

Definition at line 70 of file Loader.java.

String org.dbview.addons.input.mysql.Loader._getUrl_ ( Element  in_data) throws Exception [protected]

This method returns the URL used to open a connection to the database.

Parameters:
in_dataXML element that contains the data required to open the connection.
Returns:
The method returns the URL used to open a connection to the database.
Exceptions:
Exception

Definition at line 43 of file Loader.java.


The documentation for this class was generated from the following file: