Versions in this module Expand all Collapse all v1 v1.2.25 Apr 25, 2021 v1.2.24 Mar 29, 2021 v1.2.23 Mar 11, 2021 Changes in this version + type Dialect interface + Delete func(comp *SQLComponent) string + GetDelimiter func() string + GetName func() string + Insert func(comp *SQLComponent) string + Select func(comp *SQLComponent) string + ShowColumns func(table string) string + ShowTables func() string + Update func(comp *SQLComponent) string + func GetDialect() Dialect + func GetDialectByDriver(driver string) Dialect + type H map[string]interface + type Join struct + FieldA string + FieldB string + Operation string + Table string + type RawUpdate struct + Args []interface{} + Expression string + type SQLComponent struct + Args []interface{} + Fields []string + Functions []string + Group string + Leftjoins []Join + Limit string + Offset string + Order string + Statement string + TableName string + UpdateRaws []RawUpdate + Values H + WhereRaws string + Wheres []Where + type Where struct + Field string + Operation string + Qmark string