com.apama.database
Event Database


Included in the response event for getDatabasesFull as a sequence of Database events, one for each available database.

See also: getDatbasesFull()

Dataplayer:
- Direction: From correlator to client.
Member summary
 stringshortName

A short display name.
 stringdbUrl

A connection URL (this value is passed to openDatabase).
 stringdescription

A detailed decription, likely empty for most dbs.
 dictionary<stringstring>extraParams

Any additional parameters.
 
Member detail

dbUrl

            string dbUrl
        
A connection URL (this value is passed to openDatabase).

description

            string description
        
A detailed decription, likely empty for most dbs.

extraParams

            dictionary<stringstringextraParams
        
Any additional parameters.

shortName

            string shortName
        
A short display name.