I'm using the JDBC subset of the v 8 C++ connector. I can't find the equivalent of the mysql_stmt_bind_param function that was available in the 5.7 api. The 8.0 header prepared_statement.h has a bunch of functions, but none that seems parallel. How do I accomplish the same functionality using the 8.0 C++ connector?
↧