DBVIEW
org.dbview.addons.input.utils.mysql.XML Class Reference

List of all members.

Static Public Attributes

static final String HOST = "host"
static final String PORT = "port"
static final String LOGIN = "login"
static final String PASSWORD = "password"
static final String DBNAME = "dbname"
static final String FKMATCHER = "fkmatcher"

Detailed Description

This class defines the names of the elements that form the XML representation of a Mysql configuration.

Remarks:
The XML document generated by the class "Cli" is given to the class "Configuration". The two classes must share the same naming convention...
Author:
Denis BEURIVE

Definition at line 33 of file XML.java.


Member Data Documentation

final String org.dbview.addons.input.utils.mysql.XML.PASSWORD = "password" [static]

Name of the XML tag that contains the password associated to the login used to connect to the MySql server.

Definition at line 45 of file XML.java.

Referenced by org.dbview.addons.input.mysql.Configuration._fromXml_(), org.dbview.addons.input.mysql.Cli._getConf_(), org.dbview.addons.input.mysql.Loader._getUrl_(), and org.dbview.addons.input.mysql.Configuration._toXml_().


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