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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected