MCPcopy Create free account
hub / github.com/corestoreio/pkg / isIgnoredColumn

Function isIgnoredColumn

_codegen/database.go:244–255  ·  view source on GitHub ↗

GetFieldNames returns from a Columns slice the column names. If pkOnly is true then only the primary key columns will be returned. func (cc Columns) GetFieldNames(pkOnly bool) []string { ret := make([]string, 0, len(cc)) for _, col := range cc { isPk := col.Key.String == "PRI" if pkOnly && isP

(table, column string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected