Connecting Apama Applications to External Components > Using Standard Adapters > Using the Apama Database Connector > The ADBC Event Application Programming Interface
The ADBC Event Application Programming Interface
The Apama Database Connector Event Programming Interface (API) provides operations for more complex, lower level interactions with databases than the operations included with the ADBCHelper API. The ADBC Event API is implemented with the following Apama event types and actions associated with those events.
*Discovery — This event type provides actions to obtain the names of data sources, databases, and named queries. Discovery actions are not necessary if your application knows the names of data sources, databases, and query templates.
*Connection — This event type provides actions for all operations on a database except for those involving queries.
*Query — This event type provides actions for creating and executing queries on databases.
*PreparedQuery — This event type provides actions for creating prepared query statements that are, in turn, used in queries.
The above events and associated actions are defined in the ADBCEvents.mon file.
In addition, some of the actions for Discovery events use the following event types, which are defined in the ADBCAdapterEvents.mon file.
*DataSource
*Database
*QueryTemplate
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.