MCPcopy Create free account
hub / github.com/go-pg/pg / getDataFields

Method getDataFields

orm/query.go:379–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377}
378
379func (q *Query) getDataFields() ([]*Field, error) {
380 return q._getFields(true)
381}
382
383func (q *Query) _getFields(omitPKs bool) ([]*Field, error) {
384 table := q.tableModel.Table()

Callers 2

appendSliceModelDataMethod · 0.80
AppendQueryMethod · 0.80

Calls 1

_getFieldsMethod · 0.95

Tested by

no test coverage detected