DeleteSQLGenerator is an autogenerated mock type for the DeleteSQLGenerator type
type DeleteSQLGenerator struct { mock.Mock }
func (_m *DeleteSQLGenerator) Dialect() string
Dialect provides a mock function with given fields:
func (_m *DeleteSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.DeleteClauses)
Generate provides a mock function with given fields: b, clauses
InsertSQLGenerator is an autogenerated mock type for the InsertSQLGenerator type
type InsertSQLGenerator struct { mock.Mock }
func (_m *InsertSQLGenerator) Dialect() string
Dialect provides a mock function with given fields:
func (_m *InsertSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.InsertClauses)
Generate provides a mock function with given fields: b, clauses
SelectSQLGenerator is an autogenerated mock type for the SelectSQLGenerator type
type SelectSQLGenerator struct { mock.Mock }
func (_m *SelectSQLGenerator) Dialect() string
Dialect provides a mock function with given fields:
func (_m *SelectSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.SelectClauses)
Generate provides a mock function with given fields: b, clauses
TruncateSQLGenerator is an autogenerated mock type for the TruncateSQLGenerator type
type TruncateSQLGenerator struct { mock.Mock }
func (_m *TruncateSQLGenerator) Dialect() string
Dialect provides a mock function with given fields:
func (_m *TruncateSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.TruncateClauses)
Generate provides a mock function with given fields: b, clauses
UpdateSQLGenerator is an autogenerated mock type for the UpdateSQLGenerator type
type UpdateSQLGenerator struct { mock.Mock }
func (_m *UpdateSQLGenerator) Dialect() string
Dialect provides a mock function with given fields:
func (_m *UpdateSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.UpdateClauses)
Generate provides a mock function with given fields: b, clauses