MCPcopy
hub / github.com/radondb/radon / Process

Method Process

src/plugins/autoincrement/handler.go:27–27  ·  view source on GitHub ↗
(database string, ins *sqlparser.Insert)

Source from the content-addressed store, hash-verified

25type AutoIncrementHandler interface {
26 Init() error
27 Process(database string, ins *sqlparser.Insert) error
28 Close() error
29}
30

Callers 2

handleExplainMethod · 0.65
handleInsertMethod · 0.65

Implementers 1

AutoIncrementsrc/plugins/autoincrement/autoincremen

Calls

no outgoing calls

Tested by

no test coverage detected