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

Method RowsFlags

database/binlog/rows_event.go:77–79  ·  view source on GitHub ↗

RowsFlags returns the rows event's flags.

()

Source from the content-addressed store, hash-verified

75
76// RowsFlags returns the rows event's flags.
77func (e *BaseRowsEvent) RowsFlags() uint16 {
78 return e.rowsFlags
79}
80
81// NumColumns returns the table's width.
82func (e *BaseRowsEvent) NumColumns() int {

Callers 12

TestWriteRowsV1Method · 0.80
TestWriteRowsV2Method · 0.80
TestUpdateRowsV1Method · 0.80
TestUpdateRowsV2Method · 0.80
TestDeleteRowsV1Method · 0.80
TestDeleteRowsV2Method · 0.80
TestRealWriteRowsV1Method · 0.80
TestRealWriteRowsV2Method · 0.80
TestRealUpdateRowsV1Method · 0.80
TestRealUpdateRowsV2Method · 0.80
TestRealDeleteRowsV1Method · 0.80
TestRealDeleteRowsV2Method · 0.80

Calls

no outgoing calls

Tested by 12

TestWriteRowsV1Method · 0.64
TestWriteRowsV2Method · 0.64
TestUpdateRowsV1Method · 0.64
TestUpdateRowsV2Method · 0.64
TestDeleteRowsV1Method · 0.64
TestDeleteRowsV2Method · 0.64
TestRealWriteRowsV1Method · 0.64
TestRealWriteRowsV2Method · 0.64
TestRealUpdateRowsV1Method · 0.64
TestRealUpdateRowsV2Method · 0.64
TestRealDeleteRowsV1Method · 0.64
TestRealDeleteRowsV2Method · 0.64