MCPcopy Index your code
hub / github.com/riverqueue/river / SchemaDrop

Method SchemaDrop

riverdriver/river_driver_interface.go:289–289  ·  view source on GitHub ↗
(ctx context.Context, params *SchemaDropParams)

Source from the content-addressed store, hash-verified

287
288 SchemaCreate(ctx context.Context, params *SchemaCreateParams) error
289 SchemaDrop(ctx context.Context, params *SchemaDropParams) error
290 SchemaGetExpired(ctx context.Context, params *SchemaGetExpiredParams) ([]string, error)
291
292 // TableExists checks whether a table exists for the schema in the current

Callers 2

TestSchemaFunction · 0.65
exerciseSchemaNameFunction · 0.65

Implementers 3

Executorriverdriver/riverpgxv5/river_pgx_v5_dr
Executorriverdriver/riverdatabasesql/river_dat
Executorriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by 1

TestSchemaFunction · 0.52