Returns the number of parameters expected for a prepared statement.
public sacapi_i32 sqlany_num_params(a_sqlany_stmt * sqlany_stmt)
sqlany_stmt A statement object returned by the successful execution of sqlany_prepare().
The expected number of parameters, or -1 if the statement object is not valid.