MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / OffsetCommand

Struct OffsetCommand

ast/ast.go:421–424  ·  view source on GitHub ↗

OffsetCommand - Part of Command that skip begging rows from SelectCommand

Source from the content-addressed store, hash-verified

419
420// OffsetCommand - Part of Command that skip begging rows from SelectCommand
421type OffsetCommand struct {
422 Token token.Token
423 Count int
424}
425
426func (ls OffsetCommand) CommandNode() {}
427func (ls OffsetCommand) TokenLiteral() string { return ls.Token.Literal }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected