# Functions
BuildWhereSQL is to be used by custom queries to build a WHERE clause.
Delete allows deletion of an entity.
No description provided by the author
No description provided by the author
JoinToSQL will call ToSQL on each exp, returning the error if one occurs, and then joins the SQL together with sep in between each sql.Data.
Limit helps with limiting the number of rows returned.
No description provided by the author
NewNamedOnlyColumn creates a `lingo.Column` of which only the name of the column is filled out.
Offset tells a query to start after a specific number of rows.
Page helps with pagination by utilizing both Limit and Offset.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
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
# Interfaces
Modifier has information to alter the query - post statements.
ModifyDialect is used by the query builders to check if an interface is satisfied for a dialect.