MCPcopy Create free account
hub / github.com/cloudwan/gohan / makeColumnID

Function makeColumnID

db/sql/sql.go:752–754  ·  view source on GitHub ↗
(tableName string, property schema.Property)

Source from the content-addressed store, hash-verified

750}
751
752func makeColumnID(tableName string, property schema.Property) string {
753 return fmt.Sprintf("%s__%s", tableName, property.ID)
754}
755
756func makeColumn(tableName string, property schema.Property) string {
757 return fmt.Sprintf("%s.%s", tableName, quote(property.ID))

Callers 2

MakeColumnsFunction · 0.85
decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected