MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / buildTypeNamesFromSQLColumnTypes

Function buildTypeNamesFromSQLColumnTypes

xenomint/state.go:140–146  ·  view source on GitHub ↗
(types []*sql.ColumnType)

Source from the content-addressed store, hash-verified

138}
139
140func buildTypeNamesFromSQLColumnTypes(types []*sql.ColumnType) (names []string) {
141 names = make([]string, len(types))
142 for i, v := range types {
143 names[i] = v.DatabaseTypeName()
144 }
145 return
146}
147
148func readSingle(
149 ctx context.Context, qer sqlQuerier, q *types.Query,

Callers 1

readSingleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected