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

Method GetODBCVersion

cpp/src/arrow/flight/sql/odbc/odbc_impl/odbc_environment.cc:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47Diagnostics& ODBCEnvironment::GetDiagnosticsImpl() { return *diagnostics_; }
48
49SQLINTEGER ODBCEnvironment::GetODBCVersion() const { return version_; }
50
51void ODBCEnvironment::SetODBCVersion(SQLINTEGER version) {
52 if (version != version_) {

Callers 2

SQLGetEnvAttrFunction · 0.80
ODBCConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected