Apama 10.7.2 | Connecting Apama Applications to External Components | Standard IAF Plug-ins | The Database Connector IAF Adapter (ADBC) | The ADBC Event application programming interface | Prepared statements
 
Prepared statements
 
Using a prepared statement
Apama applications can use prepared statements when executing queries. Prepared statements have the following performance advantages over standard queries:
*The query does not need to be re-parsed each time it is used.
*The query allows for replaceable parameters.