MCPcopy
hub / github.com/sqlc-dev/sqlc / SchemaNotFound

Function SchemaNotFound

internal/sql/sqlerr/errors.go:74–80  ·  view source on GitHub ↗
(sch string)

Source from the content-addressed store, hash-verified

72}
73
74func SchemaNotFound(sch string) *Error {
75 return &Error{
76 Err: NotFound,
77 Code: "3F000",
78 Message: fmt.Sprintf("schema %q", sch),
79 }
80}
81
82func TypeExists(typ string) *Error {
83 return &Error{

Callers 4

getSchemaMethod · 0.92
dropSchemaMethod · 0.92
getTableMethod · 0.92
TestUpdateErrorsFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestUpdateErrorsFunction · 0.74