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

Function SQLFreeConnect

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

Source from the content-addressed store, hash-verified

58}
59
60SQLRETURN SQL_API SQLFreeConnect(SQLHDBC conn) {
61 return arrow::flight::sql::odbc::SQLFreeHandle(SQL_HANDLE_DBC, conn);
62}
63
64SQLRETURN SQL_API SQLFreeStmt(SQLHSTMT stmt, SQLUSMALLINT option) {
65 return arrow::flight::sql::odbc::SQLFreeStmt(stmt, option);

Callers 1

TESTFunction · 0.85

Calls 1

SQLFreeHandleFunction · 0.70

Tested by 1

TESTFunction · 0.68