Versions in this module Expand all Collapse all v0 v0.5.4 Dec 4, 2025 v0.5.3 Jun 11, 2025 v0.5.2 Sep 14, 2024 v0.5.1 Sep 14, 2024 v0.5.0 Sep 14, 2024 v0.4.2 Jul 12, 2024 Changes in this version + func LookupFieldType(holder string, ownerType reflect.Type) func(name string) *xunsafe.Field + type Binding struct + ContextField *xunsafe.Field + Count int + Groups []*Group + Values []*Value + func (b *Binding) AddPlaceholder() + func (b *Binding) AddPlaceholders(count int) *Group + func (b *Binding) Expand(expr string, values []interface{}) (string, error) + type Group struct + From int + InInts *in.Ints + InStrings *in.Strings + Name string + To int + Type reflect.Type + func (g *Group) Count() int + type Value struct + Placeholder bool + Position int + Value interface{} + type Values struct + Bindings *Binding + Values []interface{} v0.4.1 Jul 1, 2023 v0.4.0 Jun 26, 2023 v0.3.0 Jun 26, 2023 v0.2.2 Jun 14, 2023 v0.2.1 May 17, 2023 v0.2.0 May 17, 2023 v0.1.0 Dec 12, 2022 Changes in this version + type Selector struct + Child *Selector + Criteria node.Node + Holder string + Name string