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

Method ColumnDescriptors

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

ColumnDescriptors returns the columns' field descriptors.

()

Source from the content-addressed store, hash-verified

22
23 // ColumnDescriptors returns the columns' field descriptors.
24 ColumnDescriptors() []ColumnDescriptor
25}
26
27// V4EventParser is the common parser interface for all v4 binlog event types.

Callers 10

TestBasicMethod · 0.65
TestTableWithMetadataMethod · 0.65
TestAllColumnTypesMethod · 0.65
TestWriteRowsV1Method · 0.65
TestWriteRowsV2Method · 0.65
TestUpdateRowsV1Method · 0.65
TestUpdateRowsV2Method · 0.65
TestDeleteRowsV1Method · 0.65
TestDeleteRowsV2Method · 0.65
parseUsedColumnsMethod · 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
TestWriteRowsV1Method · 0.52
TestWriteRowsV2Method · 0.52
TestUpdateRowsV1Method · 0.52
TestUpdateRowsV2Method · 0.52
TestDeleteRowsV1Method · 0.52
TestDeleteRowsV2Method · 0.52