MCPcopy
hub / github.com/Masterminds/squirrel / RemoveLimit

Method RemoveLimit

select.go:381–383  ·  view source on GitHub ↗

Limit ALL allows to access all records with limit

()

Source from the content-addressed store, hash-verified

379
380// Limit ALL allows to access all records with limit
381func (b SelectBuilder) RemoveLimit() SelectBuilder {
382 return builder.Delete(b, "Limit").(SelectBuilder)
383}
384
385// Offset sets a OFFSET clause on the query.
386func (b SelectBuilder) Offset(offset uint64) SelectBuilder {

Callers 1

Calls 1

DeleteMethod · 0.80

Tested by 1