| 96 | } |
| 97 | |
| 98 | SQLRETURN api::number_of_parameters(SQLHSTMT statement_handle, SQLSMALLINT * destination) const |
| 99 | { |
| 100 | return do_number_of_parameters(statement_handle, destination); |
| 101 | } |
| 102 | |
| 103 | SQLRETURN api::prepare_statement(SQLHSTMT statement_handle, SQLCHAR * statement_text, SQLINTEGER text_length) const |
| 104 | { |
nothing calls this directly
no outgoing calls
no test coverage detected