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

Function SQLAllocConnect

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

Source from the content-addressed store, hash-verified

42}
43
44SQLRETURN SQL_API SQLAllocConnect(SQLHENV env, SQLHDBC* conn) {
45 return arrow::flight::sql::odbc::SQLAllocHandle(SQL_HANDLE_DBC, env, conn);
46}
47
48SQLRETURN SQL_API SQLAllocStmt(SQLHDBC conn, SQLHSTMT* stmt) {
49 return arrow::flight::sql::odbc::SQLAllocHandle(SQL_HANDLE_STMT, conn, stmt);

Callers 1

TESTFunction · 0.85

Calls 1

SQLAllocHandleFunction · 0.70

Tested by 1

TESTFunction · 0.68