| DatabaseAbstracterFactory |
Base class for all database abstraction factories.
The following sections describe attributes, child elements, and parent elements.
None.
Element | Description |
|---|---|
serverName | for server based rdbms, the machine name or address |
user | connection user name |
password | connection password |
port | for server based rdbms, the IP port to connect to |
database | database name; for file based databases like SQLite or Access, the name of the file |
add | additional parameter, provider specific; this element has two attributes, key and value, to specify the parameter name and its value. You can add as many additional parameters as needed. |
Element | Description |
|---|---|
configuration | Configuration root |