Documentation ¶
Index ¶
- type Filter
- func (f *Filter) AddParents(fieldname string, a []iface.Id)
- func (f *Filter) AddQuery(q map[string]interface{}) iface.Filter
- func (f *Filter) Clone() iface.Filter
- func (f *Filter) Count() (int, error)
- func (f *Filter) Find() ([]map[string]interface{}, error)
- func (f *Filter) FindOne() (map[string]interface{}, error)
- func (f *Filter) Ids() ([]iface.Id, error)
- func (f *Filter) Insert(d map[string]interface{}) error
- func (f *Filter) Iterate(callback func(iface.Document) error) error
- func (f *Filter) Modifiers() iface.Modifiers
- func (f *Filter) Reduce(a ...iface.Filter) (iface.Filter, error)
- func (f *Filter) Remove() error
- func (f *Filter) RemoveAll() (int, error)
- func (f *Filter) SelectOne() (iface.Document, error)
- func (f *Filter) Subject() string
- func (f *Filter) Update(upd_query map[string]interface{}) error
- func (f *Filter) UpdateAll(upd_query map[string]interface{}) (int, error)
- func (f *Filter) Visualize()
- type Mods
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.