Documentation ¶
Index ¶
- func Func[T any](f func(a sq.QueryModApply[T])) sq.QueryMod[T]
- type DefaultQuery
- func (s *DefaultQuery[T]) Apply(mods ...sq.QueryMod[T])
- func (s *DefaultQuery[T]) Build(writerOptions ...sq.WriterOption) (string, []any, error)
- func (s *DefaultQuery[T]) WriteQuery(w litsql.Writer, start int) ([]any, error)
- func (s *DefaultQuery[T]) WriteSQL(w litsql.Writer, _ litsql.Dialect, start int) ([]any, error)
- type Query
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DefaultQuery ¶
func NewDefaultQuery ¶
func (*DefaultQuery[T]) Apply ¶
func (s *DefaultQuery[T]) Apply(mods ...sq.QueryMod[T])
func (*DefaultQuery[T]) Build ¶
func (s *DefaultQuery[T]) Build(writerOptions ...sq.WriterOption) (string, []any, error)
func (*DefaultQuery[T]) WriteQuery ¶
Click to show internal directories.
Click to hide internal directories.