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

Method DropUnicodeTable

cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc:441–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void ODBCMockTestBase::DropUnicodeTable() {
442 std::string unicode_sql =
443 arrow::util::WideStringToUTF8(L"DROP TABLE 数据;").ValueOr("");
444 ASSERT_OK(mock_server->ExecuteSql(unicode_sql));
445}
446
447void FlightSQLODBCMockTestBase::SetUpTestSuite() {
448 env = mock_odbcv3_handles.env;

Callers

nothing calls this directly

Calls 2

ValueOrMethod · 0.80
ExecuteSqlMethod · 0.45

Tested by

no test coverage detected