MCPcopy
hub / github.com/dropbox/godropbox / SetTableContext

Method SetTableContext

database/binlog/event_parser.go:36–36  ·  view source on GitHub ↗

SetTableContext provides context for rows events parsing.

(context TableContext)

Source from the content-addressed store, hash-verified

34
35 // SetTableContext provides context for rows events parsing.
36 SetTableContext(context TableContext)
37
38 // Parse processes a raw event's data bytes into a more useful
39 // representation. NOTE: the parser may assume the event's extra headers

Callers 9

SetUpTestMethod · 0.65
TestRealWriteRowsV1Method · 0.65
TestRealWriteRowsV2Method · 0.65
TestRealUpdateRowsV1Method · 0.65
TestRealUpdateRowsV2Method · 0.65
TestRealDeleteRowsV1Method · 0.65
TestRealDeleteRowsV2Method · 0.65
SetTableContextMethod · 0.65
NextEventMethod · 0.65

Implementers 1

stopEventParserdatabase/binlog/stop_event.go

Calls

no outgoing calls

Tested by 7

SetUpTestMethod · 0.52
TestRealWriteRowsV1Method · 0.52
TestRealWriteRowsV2Method · 0.52
TestRealUpdateRowsV1Method · 0.52
TestRealUpdateRowsV2Method · 0.52
TestRealDeleteRowsV1Method · 0.52
TestRealDeleteRowsV2Method · 0.52