com.apama.database
Event DeletePreparedQuery


Sent to adapter to delete a prepared (reusable) database query.

See also: PreparedQueryAck()

Response event: PreparedQueryAck(); errorMessage is blank on success, or otherwise a description of the error.
Member summary
 integermessageId

Unique id for this query.
 stringserviceId

The serviceId this prepared query is on.
 integerdatabaseId

The database connection id.
 integerqueryId

Prepared query to delete.
 dictionary<stringstring>extraParams

This is currently a container to allow additional information in the future.
 
Member detail

databaseId

integer databaseId
The database connection id.

extraParams

dictionary<stringstringextraParams
This is currently a container to allow additional information in the future.

messageId

integer messageId
Unique id for this query.

queryId

integer queryId
Prepared query to delete.

serviceId

string serviceId
The serviceId this prepared query is on.