Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Avg ¶
type Avg struct {
Expr Expression
}
Avg is a avg aggregate function.
type Count ¶
type Count struct {
Expr Expression
}
Count is a count aggregate function.
type Expression ¶
type Expression interface {
Write(io.StringWriter) error
}
Expression is a generic SQL expression.
type List ¶ added in v0.0.2
type List []Expression
List is a list of expressions separated by a comma.
type Max ¶
type Max struct {
Expr Expression
}
Max is a max aggregate function.
type Min ¶
type Min struct {
Expr Expression
}
Min is a min aggregate function.
Click to show internal directories.
Click to hide internal directories.