Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conditions ¶
type Conditions struct {
// Types: N nested, I inner join, O outer join, 0 join, M mixed - nested and join
Type string
Query string
Args []interface{}
Nested map[string]*Conditions
}
func (*Conditions) NextNested ¶
func (c *Conditions) NextNested() map[string]*Conditions
type NextNesterer ¶
Click to show internal directories.
Click to hide internal directories.