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

Method GetNativeError

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

Source from the content-addressed store, hash-verified

33const std::string& DriverException::GetMessageText() const { return msg_text_; }
34const std::string& DriverException::GetSqlState() const { return sql_state_; }
35int32_t DriverException::GetNativeError() const { return native_error_; }
36
37AuthenticationException::AuthenticationException(std::string message,
38 std::string sql_state,

Callers 6

SQLGetDiagFieldFunction · 0.45
SQLGetDiagRecFunction · 0.45
DisplayConnectionWindowFunction · 0.45
ConfigDSNWFunction · 0.45
ExecuteMethod · 0.45
AddErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected