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

Function SQLAllocStmt

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

Source from the content-addressed store, hash-verified

46}
47
48SQLRETURN SQL_API SQLAllocStmt(SQLHDBC conn, SQLHSTMT* stmt) {
49 return arrow::flight::sql::odbc::SQLAllocHandle(SQL_HANDLE_STMT, conn, stmt);
50}
51
52SQLRETURN SQL_API SQLFreeHandle(SQLSMALLINT type, SQLHANDLE handle) {
53 return arrow::flight::sql::odbc::SQLFreeHandle(type, handle);

Callers 1

TYPED_TESTFunction · 0.85

Calls 1

SQLAllocHandleFunction · 0.70

Tested by 1

TYPED_TESTFunction · 0.68