MCPcopy Index your code
hub / github.com/dropbox/godropbox / DatabaseName

Method DatabaseName

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

DatabaseName returns which database the table belongs to.

()

Source from the content-addressed store, hash-verified

13
14 // DatabaseName returns which database the table belongs to.
15 DatabaseName() []byte
16
17 // TableName returns the table's name.
18 TableName() []byte

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
Test55QueryMethod · 0.65
Test56QueryMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 11

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
Test55QueryMethod · 0.52
Test56QueryMethod · 0.52