MCPcopy Create free account
hub / github.com/aobt/sqlmapper / GetFieldNamesInDB

Method GetFieldNamesInDB

fields_map.go:179–187  ·  view source on GitHub ↗

GetFieldNamesInDB get Names in db from Fields example: type DemoRow struct { FieldKey string `sql:"field_key"` FieldOne string `sql:"field_one"` FieldTwo bool `sql:"field_two"` FieldThr int64 `sql:"field_thr"` FieldFou float64 `sql:"field_fou"` } return ["field_key", "field_one", "field

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected