Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComboExpression ¶
type ComboExpression interface { Expression And(Expression) ComboExpression Or(Expression) ComboExpression }
type Expression ¶
type OrderBy ¶
type OrderBy interface { Expression }
type SQL ¶
type SQL interface { String() string Values() []interface{} AppendSQL(right SQL) SQL AppendSQLWithSpace(right SQL) SQL AppendSQLValues(sql SQL) SQL AppendString(str string) SQL AppendStringWithSpace(str string) SQL AppendFormat(format string, values ...interface{}) SQL AppendValues(values []interface{}) SQL AppendValuesWithFormat(appendValues []interface{}, format string, values ...interface{}) SQL CombineWithSeparator(sqls []SQL, separator string) SQL CombinePaths(sqls []SQL) SQL SurroundWithParens() SQL SurroundWith(left string, right string) SQL }
func NewEmptySQL ¶
func NewEmptySQL() SQL
type Set ¶
type Set interface { Expression }
Click to show internal directories.
Click to hide internal directories.