MCPcopy
hub / github.com/dropbox/godropbox / orderByClause

Struct orderByClause

database/sqlbuilder/expression.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type orderByClause struct {
16 isOrderByClause
17 expression Expression
18 ascent bool
19}
20
21func (o *orderByClause) SerializeSql(out *bytes.Buffer) error {
22 if o.expression == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected