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

Method what

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

Source from the content-addressed store, hash-verified

30 native_error_(native_error) {}
31
32const char* DriverException::what() const throw() { return msg_text_.c_str(); }
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_; }

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
InitializeFunction · 0.80
AllocateMethod · 0.80
ReallocateMethod · 0.80
ExampleTlsCertificatesFunction · 0.80
ExecuteMethod · 0.80
GetStringColumnLengthMethod · 0.80

Calls

no outgoing calls

Tested by 5

ExampleTlsCertificatesFunction · 0.64
TESTFunction · 0.64
WrapThenUnwrapMethod · 0.64
TESTFunction · 0.64