MCPcopy Index your code
hub / github.com/upper/db / Select

Method Select

internal/sqlbuilder/builder.go:209–214  ·  view source on GitHub ↗
(columns ...interface{})

Source from the content-addressed store, hash-verified

207}
208
209func (b *sqlBuilder) Select(columns ...interface{}) db.Selector {
210 qs := &selector{
211 builder: b,
212 }
213 return qs.Columns(columns...)
214}
215
216func (b *sqlBuilder) InsertInto(table string) db.Inserter {
217 qi := &inserter{

Callers 2

TestSelectFunction · 0.95
TestPaginateFunction · 0.95

Calls 1

ColumnsMethod · 0.95

Tested by 2

TestSelectFunction · 0.76
TestPaginateFunction · 0.76