The cci_get_bind_num function gets the number of input bindings. If the SQL statement used during preparation is composed of multiple queries, it represents the number of input bindings used in all queries.
Syntax
int cci_get_bind_num(int req_handle)
req_handle : (IN) Request handle for a prepared SQL statement