All ServiceDatabase SQL statements support SQL bind variables.
Certain exceptions are documented for each query. For more information,
see
Section 3.8.1. An example
of DeleteSubscriptionQuery with bind variables is:
DeleteSubscriptionQuery DELETE FROM SUBSCRIPTIONS WHERE tenant_id=? AND id=?
DeleteSubscriptionQueryParam %2
DeleteSubscriptionQueryParam %3