package
8.6.0
Repository: https://github.com/doug-martin/goqu.git
Documentation: pkg.go.dev

# Functions

Returns a literal for the 'DEFAULT'.
No description provided by the author
Creates a new Casted expression Cast(I("a"), "NUMERIC") -> CAST("a" AS NUMERIC).
No description provided by the author
Creates a new WITH common table expression for a SQLExpression, typically Datasets'.
No description provided by the author
No description provided by the author
No description provided by the author
Creates a conflict struct to be passed to InsertConflict to ignore constraint errors InsertConflict(DoNothing(),...) -> INSERT INTO ..
Creates a ConflictUpdate struct to be passed to InsertConflict Represents a ON CONFLICT DO UPDATE portion of an INSERT statement (ON DUPLICATE KEY UPDATE for mysql) InsertConflict(DoUpdate("target_column", update),...) -> INSERT INTO ..
A list of expressions that should be ORed together Or(I("a").Eq(10), I("b").Eq(11)) //(("a" = 10) OR ("b" = 11)).
No description provided by the author
No description provided by the author
No description provided by the author
Creates a new ON clause to be used within a join ds.Join(I("my_table"), On(I("my_table.fkey").Eq(I("other_table.id"))).
Creates a new USING clause to be used within a join.
Creates a new SQL literal with the provided arguments.
No description provided by the author
No description provided by the author
Creates a new Range to be used with a Between expression exp.C("col").Between(exp.Range(1, 10)).
No description provided by the author
No description provided by the author
Creates a new SQLFunctionExpression with the given name and arguments.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns a literal for the '*' operator.

# Constants

No description provided by the author
BETWEEN.
No description provided by the author
No description provided by the author
No description provided by the author
=.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
>=.
>.
ILIKE, LIKE.
No description provided by the author
IN.
No description provided by the author
No description provided by the author
IS NOT.
IS.
No description provided by the author
No description provided by the author
LIKE, LIKE BINARY...
<=.
<.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
!= or <>.
Default null sort type with no null sort order.
NOT BETWEEN.
NOT ILIKE, NOT LIKE.
NOT IN.
NOT LIKE, NOT LIKE BINARY...
No description provided by the author
NULLS FIRST.
NULLS LAST.
No description provided by the author
No description provided by the author
~*, REGEXP.
~, REGEXP BINARY.
!~*, NOT REGEXP.
!~, NOT REGEXP BINARY.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Options to use when generating a TRUNCATE statement.

# Interfaces

Behaviors.
No description provided by the author
No description provided by the author
No description provided by the author
Behaviors.
No description provided by the author
No description provided by the author
No description provided by the author
Behaviors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Behaviors.
No description provided by the author
No description provided by the author
No description provided by the author
Behaviors.
No description provided by the author
No description provided by the author
Behaviors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Behaviors.
No description provided by the author
No description provided by the author
Behaviors.
No description provided by the author
Behaviors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Behaviors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Alternative to writing map[string]interface{}.
No description provided by the author
No description provided by the author