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

Method TableName

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

TableName returns the table's name.

()

Source from the content-addressed store, hash-verified

16
17 // TableName returns the table's name.
18 TableName() []byte
19
20 // NumColumns returns the number of columns in the table.
21 NumColumns() int

Callers 11

TestBasicMethod · 0.65
TestTableWithMetadataMethod · 0.65
TestAllColumnTypesMethod · 0.65
TestRealWriteRowsV1Method · 0.65
TestRealWriteRowsV2Method · 0.65
TestRealUpdateRowsV1Method · 0.65
TestRealUpdateRowsV2Method · 0.65
TestRealDeleteRowsV1Method · 0.65
TestRealDeleteRowsV2Method · 0.65
parseRowsHeaderMethod · 0.65
parseRowMethod · 0.65

Implementers 2

TableMapEventdatabase/binlog/table_map_event.go
testTableContextdatabase/binlog/rows_event_test.go

Calls

no outgoing calls

Tested by 9

TestBasicMethod · 0.52
TestTableWithMetadataMethod · 0.52
TestAllColumnTypesMethod · 0.52
TestRealWriteRowsV1Method · 0.52
TestRealWriteRowsV2Method · 0.52
TestRealUpdateRowsV1Method · 0.52
TestRealUpdateRowsV2Method · 0.52
TestRealDeleteRowsV1Method · 0.52
TestRealDeleteRowsV2Method · 0.52