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

Function SQLAllocHandle

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

Source from the content-addressed store, hash-verified

34#include "arrow/util/logging.h"
35
36SQLRETURN SQL_API SQLAllocHandle(SQLSMALLINT type, SQLHANDLE parent, SQLHANDLE* result) {
37 return arrow::flight::sql::odbc::SQLAllocHandle(type, parent, result);
38}
39
40SQLRETURN SQL_API SQLAllocEnv(SQLHENV* env) {
41 return arrow::flight::sql::odbc::SQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, env);

Callers 3

SQLAllocEnvFunction · 0.70
SQLAllocConnectFunction · 0.70
SQLAllocStmtFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected