Click or drag to resize
DatabaseAbstracterFactory

Base class for all database abstraction factories.

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

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.

Parent elements

Element

Description

configuration

Configuration root