MCPcopy Create free account
hub / github.com/go-pg/pg / Limit

Method Limit

orm/query.go:739–742  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

737}
738
739func (q *Query) Limit(n int) *Query {
740 q.limit = n
741 return q
742}
743
744func (q *Query) Offset(n int) *Query {
745 q.offset = n

Callers 11

BenchmarkModelHasOneGopgFunction · 0.80
db_test.goFile · 0.80
FirstMethod · 0.80
LastMethod · 0.80
select_test.goFile · 0.80

Calls

no outgoing calls