Documentation ¶
Index ¶
- type SQLDialect
- func (_m *SQLDialect) ToDeleteSQL(b sb.SQLBuilder, clauses exp.Clauses)
- func (_m *SQLDialect) ToInsertSQL(b sb.SQLBuilder, clauses exp.Clauses, ie exp.InsertExpression)
- func (_m *SQLDialect) ToSelectSQL(b sb.SQLBuilder, clauses exp.Clauses)
- func (_m *SQLDialect) ToTruncateSQL(b sb.SQLBuilder, clauses exp.Clauses, options exp.TruncateOptions)
- func (_m *SQLDialect) ToUpdateSQL(b sb.SQLBuilder, clauses exp.Clauses, update interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLDialect ¶
SQLDialect is an autogenerated mock type for the SQLDialect type
func (*SQLDialect) ToDeleteSQL ¶
func (_m *SQLDialect) ToDeleteSQL(b sb.SQLBuilder, clauses exp.Clauses)
ToDeleteSQL provides a mock function with given fields: b, clauses
func (*SQLDialect) ToInsertSQL ¶
func (_m *SQLDialect) ToInsertSQL(b sb.SQLBuilder, clauses exp.Clauses, ie exp.InsertExpression)
ToInsertSQL provides a mock function with given fields: b, clauses, ie
func (*SQLDialect) ToSelectSQL ¶
func (_m *SQLDialect) ToSelectSQL(b sb.SQLBuilder, clauses exp.Clauses)
ToSelectSQL provides a mock function with given fields: b, clauses
func (*SQLDialect) ToTruncateSQL ¶
func (_m *SQLDialect) ToTruncateSQL(b sb.SQLBuilder, clauses exp.Clauses, options exp.TruncateOptions)
ToTruncateSQL provides a mock function with given fields: b, clauses, options
func (*SQLDialect) ToUpdateSQL ¶
func (_m *SQLDialect) ToUpdateSQL(b sb.SQLBuilder, clauses exp.Clauses, update interface{})
ToUpdateSQL provides a mock function with given fields: b, clauses, update
Click to show internal directories.
Click to hide internal directories.