MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / UpdateCityName

Method UpdateCityName

examples/ondeck/sqlite/querier.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, arg UpdateCityNameParams)

Source from the content-addressed store, hash-verified

18 ListCities(ctx context.Context) ([]City, error)
19 ListVenues(ctx context.Context, city string) ([]Venue, error)
20 UpdateCityName(ctx context.Context, arg UpdateCityNameParams) error
21 UpdateVenueName(ctx context.Context, arg UpdateVenueNameParams) error
22 VenueCountByCity(ctx context.Context) ([]VenueCountByCityRow, error)
23}

Callers 3

runOnDeckQueriesFunction · 0.65
runOnDeckQueriesFunction · 0.65
runOnDeckQueriesFunction · 0.65

Calls

no outgoing calls

Tested by 3

runOnDeckQueriesFunction · 0.52
runOnDeckQueriesFunction · 0.52
runOnDeckQueriesFunction · 0.52