mocks

package
v9.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteSQLGenerator

type DeleteSQLGenerator struct {
	mock.Mock
}

DeleteSQLGenerator is an autogenerated mock type for the DeleteSQLGenerator type

func (*DeleteSQLGenerator) Dialect

func (_m *DeleteSQLGenerator) Dialect() string

Dialect provides a mock function with given fields:

func (*DeleteSQLGenerator) Generate

func (_m *DeleteSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.DeleteClauses)

Generate provides a mock function with given fields: b, clauses

type InsertSQLGenerator

type InsertSQLGenerator struct {
	mock.Mock
}

InsertSQLGenerator is an autogenerated mock type for the InsertSQLGenerator type

func (*InsertSQLGenerator) Dialect

func (_m *InsertSQLGenerator) Dialect() string

Dialect provides a mock function with given fields:

func (*InsertSQLGenerator) Generate

func (_m *InsertSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.InsertClauses)

Generate provides a mock function with given fields: b, clauses

type SelectSQLGenerator

type SelectSQLGenerator struct {
	mock.Mock
}

SelectSQLGenerator is an autogenerated mock type for the SelectSQLGenerator type

func (*SelectSQLGenerator) Dialect

func (_m *SelectSQLGenerator) Dialect() string

Dialect provides a mock function with given fields:

func (*SelectSQLGenerator) Generate

func (_m *SelectSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.SelectClauses)

Generate provides a mock function with given fields: b, clauses

type TruncateSQLGenerator

type TruncateSQLGenerator struct {
	mock.Mock
}

TruncateSQLGenerator is an autogenerated mock type for the TruncateSQLGenerator type

func (*TruncateSQLGenerator) Dialect

func (_m *TruncateSQLGenerator) Dialect() string

Dialect provides a mock function with given fields:

func (*TruncateSQLGenerator) Generate

func (_m *TruncateSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.TruncateClauses)

Generate provides a mock function with given fields: b, clauses

type UpdateSQLGenerator

type UpdateSQLGenerator struct {
	mock.Mock
}

UpdateSQLGenerator is an autogenerated mock type for the UpdateSQLGenerator type

func (*UpdateSQLGenerator) Dialect

func (_m *UpdateSQLGenerator) Dialect() string

Dialect provides a mock function with given fields:

func (*UpdateSQLGenerator) Generate

func (_m *UpdateSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.UpdateClauses)

Generate provides a mock function with given fields: b, clauses

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL