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

Struct Table

database/sqlbuilder/table.go:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type Table struct {
79 name string
80 columns []NonAliasColumn
81 columnLookup map[string]NonAliasColumn
82 // If not empty, the name of the index to force
83 forcedIndex string
84}
85
86// Returns the specified column, or errors if it doesn't exist in the table
87func (t *Table) getColumn(name string) (NonAliasColumn, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected