MCPcopy
hub / github.com/pocketbase/pocketbase / Select

Method Select

core/db_builder.go:20–22  ·  view source on GitHub ↗

Select implements the [dbx.Builder.Select] interface method.

(cols ...string)

Source from the content-addressed store, hash-verified

18
19// Select implements the [dbx.Builder.Select] interface method.
20func (b *dualDBBuilder) Select(cols ...string) *dbx.SelectQuery {
21 return b.concurrentDB.Select(cols...)
22}
23
24// Model implements the [dbx.Builder.Model] interface method.
25func (b *dualDBBuilder) Model(data interface{}) *dbx.ModelQuery {

Callers 15

ExecMethod · 0.80
TestProviderQueryFunction · 0.80
TestProviderParseAndExecFunction · 0.80
TestLikeParamsWrappingFunction · 0.80
isMigrationAppliedFunction · 0.80
expandRecordsMethod · 0.80
RecordQueryMethod · 0.80
CountRecordsMethod · 0.80

Calls

no outgoing calls

Tested by 13

TestProviderQueryFunction · 0.64
TestProviderParseAndExecFunction · 0.64
TestLikeParamsWrappingFunction · 0.64
isMigrationAppliedFunction · 0.64
TestBaseAppLoggerWritesFunction · 0.64
getTotalViewsFunction · 0.64
ensureNoTempViewsFunction · 0.64