MCPcopy Create free account
hub / github.com/apache/arrow / SQLFreeHandle

Function SQLFreeHandle

cpp/src/arrow/flight/sql/odbc/entry_points.cc:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52SQLRETURN SQL_API SQLFreeHandle(SQLSMALLINT type, SQLHANDLE handle) {
53 return arrow::flight::sql::odbc::SQLFreeHandle(type, handle);
54}
55
56SQLRETURN SQL_API SQLFreeEnv(SQLHENV env) {
57 return arrow::flight::sql::odbc::SQLFreeHandle(SQL_HANDLE_ENV, env);

Callers 2

SQLFreeEnvFunction · 0.70
SQLFreeConnectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected