Documentation ¶
Index ¶
- func Apply(f func(a psql.DeleteModApply)) psql.DeleteMod
- func From(table string) psql.DeleteMod
- func Only() psql.DeleteMod
- func Returning(clauses ...string) psql.DeleteMod
- func Where(condition string) psql.DeleteMod
- func WhereC(query string, args ...any) psql.DeleteMod
- func WhereE(condition litsql.Expression) psql.DeleteMod
- type FromChain
- type JoinChain
- func CrossJoin(table string) JoinChain
- func CrossJoinE(table litsql.Expression) JoinChain
- func FullJoin(table string) JoinChain
- func FullJoinE(table litsql.Expression) JoinChain
- func InnerJoin(table string) JoinChain
- func InnerJoinE(table litsql.Expression) JoinChain
- func LeftJoin(table string) JoinChain
- func LeftJoinE(table litsql.Expression) JoinChain
- func RightJoin(table string) JoinChain
- func RightJoinE(table litsql.Expression) JoinChain
- func StraightJoin(table string) JoinChain
- func StraightJoinE(table litsql.Expression) JoinChain
- type WithChain
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FromChain ¶
func UsingE ¶
func UsingE(table litsql.Expression) FromChain
func UsingQ ¶
func UsingQ(q psql.SelectQuery) FromChain
type JoinChain ¶
func CrossJoinE ¶
func CrossJoinE(table litsql.Expression) JoinChain
func FullJoinE ¶
func FullJoinE(table litsql.Expression) JoinChain
func InnerJoinE ¶
func InnerJoinE(table litsql.Expression) JoinChain
func LeftJoinE ¶
func LeftJoinE(table litsql.Expression) JoinChain
func RightJoinE ¶
func RightJoinE(table litsql.Expression) JoinChain
func StraightJoin ¶
func StraightJoinE ¶
func StraightJoinE(table litsql.Expression) JoinChain
Click to show internal directories.
Click to hide internal directories.