Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteHaving ¶
func WriteHaving(sw io.StringWriter, preds []predicates.Predicate) error
WriteHaving writes the HAVING clause to the given writer.
Types ¶
type Clause ¶
type Clause struct {
Predicates []predicates.Predicate
}
func New ¶
func New(predicates []predicates.Predicate) *Clause
func (*Clause) Type ¶
func (*Clause) Type() clauses.ClauseType
Click to show internal directories.
Click to hide internal directories.