Versions in this module Expand all Collapse all v0 v0.6.1 Feb 16, 2021 Changes in this version + func HasKey(column string, opts ...Option) *sql.Predicate + func LenEQ(column string, size int, opts ...Option) *sql.Predicate + func LenGT(column string, size int, opts ...Option) *sql.Predicate + func LenGTE(column string, size int, opts ...Option) *sql.Predicate + func LenLT(column string, size int, opts ...Option) *sql.Predicate + func LenLTE(column string, size int, opts ...Option) *sql.Predicate + func LenNEQ(column string, size int, opts ...Option) *sql.Predicate + func LenPath(b *sql.Builder, column string, opts ...Option) + func ParsePath(dotpath string) ([]string, error) + func ValueContains(column string, arg interface{}, opts ...Option) *sql.Predicate + func ValueEQ(column string, arg interface{}, opts ...Option) *sql.Predicate + func ValueGT(column string, arg interface{}, opts ...Option) *sql.Predicate + func ValueGTE(column string, arg interface{}, opts ...Option) *sql.Predicate + func ValueLT(column string, arg interface{}, opts ...Option) *sql.Predicate + func ValueLTE(column string, arg interface{}, opts ...Option) *sql.Predicate + func ValueNEQ(column string, arg interface{}, opts ...Option) *sql.Predicate + func ValuePath(b *sql.Builder, column string, opts ...Option) + type Option func(*PathOptions) + func Cast(typ string) Option + func DotPath(dotpath string) Option + func Path(path ...string) Option + func Unquote(unquote bool) Option + type PathOptions struct + Cast string + Ident string + Path []string + Unquote bool