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

Method GetSQLState

cpp/src/arrow/flight/sql/odbc/odbc_impl/diagnostics.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76 std::string GetMessageText(uint32_t record_index) const;
77 std::string GetSQLState(uint32_t record_index) const {
78 return GetRecordAtIndex(record_index)->sql_state;
79 }
80
81 int32_t GetNativeError(uint32_t record_index) const {
82 return GetRecordAtIndex(record_index)->native_error;

Callers 2

SQLGetDiagFieldFunction · 0.80
SQLGetDiagRecFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected