Documentation ¶
Index ¶
- func Columns(clauses ...any) bob.Mod[*sqlite.SelectQuery]
- func CrossJoin(e any) bob.Mod[*sqlite.SelectQuery]
- func Distinct() bob.Mod[*sqlite.SelectQuery]
- func Except(q bob.Query) bob.Mod[*sqlite.SelectQuery]
- func From(table any) dialect.FromChain[*sqlite.SelectQuery]
- func FullJoin(e any) dialect.JoinChain[*sqlite.SelectQuery]
- func GroupBy(e any) bob.Mod[*sqlite.SelectQuery]
- func Having(e bob.Expression) bob.Mod[*sqlite.SelectQuery]
- func HavingClause(clause string, args ...any) bob.Mod[*sqlite.SelectQuery]
- func InnerJoin(e any) dialect.JoinChain[*sqlite.SelectQuery]
- func Intersect(q bob.Query) bob.Mod[*sqlite.SelectQuery]
- func LeftJoin(e any) dialect.JoinChain[*sqlite.SelectQuery]
- func Limit(count any) bob.Mod[*sqlite.SelectQuery]
- func Offset(count any) bob.Mod[*sqlite.SelectQuery]
- func OrderBy(e any) dialect.OrderBy[*sqlite.SelectQuery]
- func Recursive(r bool) bob.Mod[*sqlite.SelectQuery]
- func RightJoin(e any) dialect.JoinChain[*sqlite.SelectQuery]
- func Union(q bob.Query) bob.Mod[*sqlite.SelectQuery]
- func UnionAll(q bob.Query) bob.Mod[*sqlite.SelectQuery]
- func Where(e bob.Expression) bob.Mod[*sqlite.SelectQuery]
- func WhereClause(clause string, args ...any) bob.Mod[*sqlite.SelectQuery]
- func Window(name string) dialect.WindowMod[*sqlite.SelectQuery]
- func With(name string, columns ...string) dialect.CTEChain[*sqlite.SelectQuery]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Having ¶
func Having(e bob.Expression) bob.Mod[*sqlite.SelectQuery]
func HavingClause ¶
func Limit ¶
func Limit(count any) bob.Mod[*sqlite.SelectQuery]
Sqlite can use an clauseession for the limit
func Offset ¶
func Offset(count any) bob.Mod[*sqlite.SelectQuery]
Sqlite can use an clauseession for the offset
func Where ¶
func Where(e bob.Expression) bob.Mod[*sqlite.SelectQuery]
func WhereClause ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.