MCPcopy Create free account
hub / github.com/blue-yonder/turbodbc / number_of_parameters

Method number_of_parameters

cpp/cpp_odbc/Library/src/level1/api.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98SQLRETURN api::number_of_parameters(SQLHSTMT statement_handle, SQLSMALLINT * destination) const
99{
100 return do_number_of_parameters(statement_handle, destination);
101}
102
103SQLRETURN api::prepare_statement(SQLHSTMT statement_handle, SQLCHAR * statement_text, SQLINTEGER text_length) const
104{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected