MCPcopy Create free account
hub / github.com/araddon/qlbridge / SqlSelect

Method SqlSelect

rel/sql.go:1894–1894  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1892 return w.String()
1893}
1894func (m *SqlUpdate) SqlSelect() *SqlSelect { return sqlSelectFromWhere(m.Table, m.Where) }
1895
1896func sqlSelectFromWhere(from string, where *SqlWhere) *SqlSelect {
1897 req := NewSqlSelect()

Callers

nothing calls this directly

Calls 1

sqlSelectFromWhereFunction · 0.85

Tested by

no test coverage detected