MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-spanner-emulator / ForeignKeyColumnNotFound

Function ForeignKeyColumnNotFound

common/errors.cc:2578–2586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2576}
2577
2578absl::Status ForeignKeyColumnNotFound(absl::string_view column,
2579 absl::string_view table,
2580 absl::string_view foreign_key) {
2581 return absl::Status(
2582 absl::StatusCode::kFailedPrecondition,
2583 absl::Substitute(
2584 "Column `$0` not found for table `$1` in foreign key `$2`.", column,
2585 table, foreign_key));
2586}
2587
2588absl::Status ForeignKeyColumnTypeUnsupported(absl::string_view column,
2589 absl::string_view table,

Callers 2

TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected