Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TestBasic
Method · 0.65
TestTableWithMetadata
Method · 0.65
TestAllColumnTypes
Method · 0.65
TestRealWriteRowsV1
Method · 0.65
TestRealWriteRowsV2
Method · 0.65
TestRealUpdateRowsV1
Method · 0.65
TestRealUpdateRowsV2
Method · 0.65
TestRealDeleteRowsV1
Method · 0.65
TestRealDeleteRowsV2
Method · 0.65
Test55Query
Method · 0.65
Test56Query
Method · 0.65
Implementers
2
TableMapEvent
database/binlog/table_map_event.go
testTableContext
database/binlog/rows_event_test.go
Calls
no outgoing calls
Tested by
11
TestBasic
Method · 0.52
TestTableWithMetadata
Method · 0.52
TestAllColumnTypes
Method · 0.52
TestRealWriteRowsV1
Method · 0.52
TestRealWriteRowsV2
Method · 0.52
TestRealUpdateRowsV1
Method · 0.52
TestRealUpdateRowsV2
Method · 0.52
TestRealDeleteRowsV1
Method · 0.52
TestRealDeleteRowsV2
Method · 0.52
Test55Query
Method · 0.52
Test56Query
Method · 0.52