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 WhereClause(query string, args ...any) psql.DeleteMod
- func WhereExpr(condition litsql.Expression) psql.DeleteMod
- type FromChain
- type JoinChain
- func CrossJoin(table string) JoinChain
- func CrossJoinExpr(table litsql.Expression) JoinChain
- func FullJoin(table string) JoinChain
- func FullJoinExpr(table litsql.Expression) JoinChain
- func InnerJoin(table string) JoinChain
- func InnerJoinExpr(table litsql.Expression) JoinChain
- func LeftJoin(table string) JoinChain
- func LeftJoinExpr(table litsql.Expression) JoinChain
- func RightJoin(table string) JoinChain
- func RightJoinExpr(table litsql.Expression) JoinChain
- func StraightJoin(table string) JoinChain
- func StraightJoinExpr(table litsql.Expression) JoinChain
- type WithChain
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FromChain ¶
func UsingExpr ¶ added in v0.8.0
func UsingExpr(table litsql.Expression) FromChain
func UsingQuery ¶ added in v0.8.0
func UsingQuery(q psql.SelectQuery) FromChain
type JoinChain ¶
func CrossJoinExpr ¶ added in v0.8.0
func CrossJoinExpr(table litsql.Expression) JoinChain
func FullJoinExpr ¶ added in v0.8.0
func FullJoinExpr(table litsql.Expression) JoinChain
func InnerJoinExpr ¶ added in v0.8.0
func InnerJoinExpr(table litsql.Expression) JoinChain
func LeftJoinExpr ¶ added in v0.8.0
func LeftJoinExpr(table litsql.Expression) JoinChain
func RightJoinExpr ¶ added in v0.8.0
func RightJoinExpr(table litsql.Expression) JoinChain
func StraightJoin ¶
func StraightJoinExpr ¶ added in v0.8.0
func StraightJoinExpr(table litsql.Expression) JoinChain
Click to show internal directories.
Click to hide internal directories.