Actuate Information Delivery API data types : DatabaseConnectionDefinition
 
DatabaseConnectionDefinition
A complex data type that describes an Actuate Caching service (ACS) database connection object in the Encyclopedia volume.
Schema
<xsd:complexType name="DatabaseConnectionDefinition">
<xsd:all>
<xsd:element name="Name" type="xsd:string" minOccurs="0"/>
<xsd:element name="Id" type="xsd:string" minOccurs="0"/>
<xsd:element name="Type" type="xsd:string" minOccurs="0"/>
<xsd:element name="ConfigKey" type="xsd:string"
minOccurs="0"/>
<xsd:element name="ConnectionParameters"
type="typens:ArrayOfParameterValue" minOccurs="0"/>
<xsd:element name="DBUsername" type="xsd:string"
minOccurs="0"/>
<xsd:element name="DBPassword" type="xsd:string"
minOccurs="0"/>
<xsd:element name="DBAdminUsername" type="xsd:string"
minOccurs="0"/>
<xsd:element name="DBAdminPassword" type="xsd:string"
minOccurs="0"/>
<xsd:element name="DBLoadPath" type="xsd:string"
minOccurs="0" />
</xsd:all>
</xsd:complexType>
Elements
Name
The name of the data connection definition (.dcd) file to use for the connection.
Id
The ID of the DCD.
Type
The type of database to which to connect. The list of available database types is returned by GetDatabaseConnectionTypes.
ConfigKey
The ConfigKey for the database connection.
ConnectionParameters
Any parameters required to connect to the database.
DBUsername
The user name to use to access the database.
DBPassword
The password to use to access the database.
DBAdminUsername
The user name of the database administrator.
DBAdminPassword
The password of the database administrator.
DBLoadPath
The database load path.