Documentation
¶
Index ¶
- type Blueprint
- type Blueprint_Expecter
- func (_e *Blueprint_Expecter) GetAddedColumns() *Blueprint_GetAddedColumns_Call
- func (_e *Blueprint_Expecter) GetCommands() *Blueprint_GetCommands_Call
- func (_e *Blueprint_Expecter) GetTableName() *Blueprint_GetTableName_Call
- func (_e *Blueprint_Expecter) HasCommand(command interface{}) *Blueprint_HasCommand_Call
- type Blueprint_GetAddedColumns_Call
- func (_c *Blueprint_GetAddedColumns_Call) Return(_a0 []driver.ColumnDefinition) *Blueprint_GetAddedColumns_Call
- func (_c *Blueprint_GetAddedColumns_Call) Run(run func()) *Blueprint_GetAddedColumns_Call
- func (_c *Blueprint_GetAddedColumns_Call) RunAndReturn(run func() []driver.ColumnDefinition) *Blueprint_GetAddedColumns_Call
- type Blueprint_GetCommands_Call
- type Blueprint_GetTableName_Call
- type Blueprint_HasCommand_Call
- type ColumnDefinition
- func (_m *ColumnDefinition) After(column string) driver.ColumnDefinition
- func (_m *ColumnDefinition) Always() driver.ColumnDefinition
- func (_m *ColumnDefinition) AutoIncrement() driver.ColumnDefinition
- func (_m *ColumnDefinition) Change() driver.ColumnDefinition
- func (_m *ColumnDefinition) Comment(comment string) driver.ColumnDefinition
- func (_m *ColumnDefinition) Default(def interface{}) driver.ColumnDefinition
- func (_m *ColumnDefinition) EXPECT() *ColumnDefinition_Expecter
- func (_m *ColumnDefinition) First() driver.ColumnDefinition
- func (_m *ColumnDefinition) GeneratedAs(expression ...string) driver.ColumnDefinition
- func (_m *ColumnDefinition) GetAfter() string
- func (_m *ColumnDefinition) GetAllowed() []interface{}
- func (_m *ColumnDefinition) GetAutoIncrement() bool
- func (_m *ColumnDefinition) GetComment() string
- func (_m *ColumnDefinition) GetDefault() interface{}
- func (_m *ColumnDefinition) GetGeneratedAs() string
- func (_m *ColumnDefinition) GetLength() int
- func (_m *ColumnDefinition) GetName() string
- func (_m *ColumnDefinition) GetNullable() bool
- func (_m *ColumnDefinition) GetOnUpdate() interface{}
- func (_m *ColumnDefinition) GetPlaces() int
- func (_m *ColumnDefinition) GetPrecision() int
- func (_m *ColumnDefinition) GetTotal() int
- func (_m *ColumnDefinition) GetType() string
- func (_m *ColumnDefinition) GetUnsigned() bool
- func (_m *ColumnDefinition) GetUseCurrent() bool
- func (_m *ColumnDefinition) GetUseCurrentOnUpdate() bool
- func (_m *ColumnDefinition) IsAlways() bool
- func (_m *ColumnDefinition) IsChange() bool
- func (_m *ColumnDefinition) IsFirst() bool
- func (_m *ColumnDefinition) IsSetComment() bool
- func (_m *ColumnDefinition) IsSetGeneratedAs() bool
- func (_m *ColumnDefinition) Nullable() driver.ColumnDefinition
- func (_m *ColumnDefinition) OnUpdate(value interface{}) driver.ColumnDefinition
- func (_m *ColumnDefinition) Places(places int) driver.ColumnDefinition
- func (_m *ColumnDefinition) Total(total int) driver.ColumnDefinition
- func (_m *ColumnDefinition) Unsigned() driver.ColumnDefinition
- func (_m *ColumnDefinition) UseCurrent() driver.ColumnDefinition
- func (_m *ColumnDefinition) UseCurrentOnUpdate() driver.ColumnDefinition
- type ColumnDefinition_After_Call
- func (_c *ColumnDefinition_After_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_After_Call
- func (_c *ColumnDefinition_After_Call) Run(run func(column string)) *ColumnDefinition_After_Call
- func (_c *ColumnDefinition_After_Call) RunAndReturn(run func(string) driver.ColumnDefinition) *ColumnDefinition_After_Call
- type ColumnDefinition_Always_Call
- func (_c *ColumnDefinition_Always_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Always_Call
- func (_c *ColumnDefinition_Always_Call) Run(run func()) *ColumnDefinition_Always_Call
- func (_c *ColumnDefinition_Always_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_Always_Call
- type ColumnDefinition_AutoIncrement_Call
- func (_c *ColumnDefinition_AutoIncrement_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_AutoIncrement_Call
- func (_c *ColumnDefinition_AutoIncrement_Call) Run(run func()) *ColumnDefinition_AutoIncrement_Call
- func (_c *ColumnDefinition_AutoIncrement_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_AutoIncrement_Call
- type ColumnDefinition_Change_Call
- func (_c *ColumnDefinition_Change_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Change_Call
- func (_c *ColumnDefinition_Change_Call) Run(run func()) *ColumnDefinition_Change_Call
- func (_c *ColumnDefinition_Change_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_Change_Call
- type ColumnDefinition_Comment_Call
- func (_c *ColumnDefinition_Comment_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Comment_Call
- func (_c *ColumnDefinition_Comment_Call) Run(run func(comment string)) *ColumnDefinition_Comment_Call
- func (_c *ColumnDefinition_Comment_Call) RunAndReturn(run func(string) driver.ColumnDefinition) *ColumnDefinition_Comment_Call
- type ColumnDefinition_Default_Call
- func (_c *ColumnDefinition_Default_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Default_Call
- func (_c *ColumnDefinition_Default_Call) Run(run func(def interface{})) *ColumnDefinition_Default_Call
- func (_c *ColumnDefinition_Default_Call) RunAndReturn(run func(interface{}) driver.ColumnDefinition) *ColumnDefinition_Default_Call
- type ColumnDefinition_Expecter
- func (_e *ColumnDefinition_Expecter) After(column interface{}) *ColumnDefinition_After_Call
- func (_e *ColumnDefinition_Expecter) Always() *ColumnDefinition_Always_Call
- func (_e *ColumnDefinition_Expecter) AutoIncrement() *ColumnDefinition_AutoIncrement_Call
- func (_e *ColumnDefinition_Expecter) Change() *ColumnDefinition_Change_Call
- func (_e *ColumnDefinition_Expecter) Comment(comment interface{}) *ColumnDefinition_Comment_Call
- func (_e *ColumnDefinition_Expecter) Default(def interface{}) *ColumnDefinition_Default_Call
- func (_e *ColumnDefinition_Expecter) First() *ColumnDefinition_First_Call
- func (_e *ColumnDefinition_Expecter) GeneratedAs(expression ...interface{}) *ColumnDefinition_GeneratedAs_Call
- func (_e *ColumnDefinition_Expecter) GetAfter() *ColumnDefinition_GetAfter_Call
- func (_e *ColumnDefinition_Expecter) GetAllowed() *ColumnDefinition_GetAllowed_Call
- func (_e *ColumnDefinition_Expecter) GetAutoIncrement() *ColumnDefinition_GetAutoIncrement_Call
- func (_e *ColumnDefinition_Expecter) GetComment() *ColumnDefinition_GetComment_Call
- func (_e *ColumnDefinition_Expecter) GetDefault() *ColumnDefinition_GetDefault_Call
- func (_e *ColumnDefinition_Expecter) GetGeneratedAs() *ColumnDefinition_GetGeneratedAs_Call
- func (_e *ColumnDefinition_Expecter) GetLength() *ColumnDefinition_GetLength_Call
- func (_e *ColumnDefinition_Expecter) GetName() *ColumnDefinition_GetName_Call
- func (_e *ColumnDefinition_Expecter) GetNullable() *ColumnDefinition_GetNullable_Call
- func (_e *ColumnDefinition_Expecter) GetOnUpdate() *ColumnDefinition_GetOnUpdate_Call
- func (_e *ColumnDefinition_Expecter) GetPlaces() *ColumnDefinition_GetPlaces_Call
- func (_e *ColumnDefinition_Expecter) GetPrecision() *ColumnDefinition_GetPrecision_Call
- func (_e *ColumnDefinition_Expecter) GetTotal() *ColumnDefinition_GetTotal_Call
- func (_e *ColumnDefinition_Expecter) GetType() *ColumnDefinition_GetType_Call
- func (_e *ColumnDefinition_Expecter) GetUnsigned() *ColumnDefinition_GetUnsigned_Call
- func (_e *ColumnDefinition_Expecter) GetUseCurrent() *ColumnDefinition_GetUseCurrent_Call
- func (_e *ColumnDefinition_Expecter) GetUseCurrentOnUpdate() *ColumnDefinition_GetUseCurrentOnUpdate_Call
- func (_e *ColumnDefinition_Expecter) IsAlways() *ColumnDefinition_IsAlways_Call
- func (_e *ColumnDefinition_Expecter) IsChange() *ColumnDefinition_IsChange_Call
- func (_e *ColumnDefinition_Expecter) IsFirst() *ColumnDefinition_IsFirst_Call
- func (_e *ColumnDefinition_Expecter) IsSetComment() *ColumnDefinition_IsSetComment_Call
- func (_e *ColumnDefinition_Expecter) IsSetGeneratedAs() *ColumnDefinition_IsSetGeneratedAs_Call
- func (_e *ColumnDefinition_Expecter) Nullable() *ColumnDefinition_Nullable_Call
- func (_e *ColumnDefinition_Expecter) OnUpdate(value interface{}) *ColumnDefinition_OnUpdate_Call
- func (_e *ColumnDefinition_Expecter) Places(places interface{}) *ColumnDefinition_Places_Call
- func (_e *ColumnDefinition_Expecter) Total(total interface{}) *ColumnDefinition_Total_Call
- func (_e *ColumnDefinition_Expecter) Unsigned() *ColumnDefinition_Unsigned_Call
- func (_e *ColumnDefinition_Expecter) UseCurrent() *ColumnDefinition_UseCurrent_Call
- func (_e *ColumnDefinition_Expecter) UseCurrentOnUpdate() *ColumnDefinition_UseCurrentOnUpdate_Call
- type ColumnDefinition_First_Call
- func (_c *ColumnDefinition_First_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_First_Call
- func (_c *ColumnDefinition_First_Call) Run(run func()) *ColumnDefinition_First_Call
- func (_c *ColumnDefinition_First_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_First_Call
- type ColumnDefinition_GeneratedAs_Call
- func (_c *ColumnDefinition_GeneratedAs_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_GeneratedAs_Call
- func (_c *ColumnDefinition_GeneratedAs_Call) Run(run func(expression ...string)) *ColumnDefinition_GeneratedAs_Call
- func (_c *ColumnDefinition_GeneratedAs_Call) RunAndReturn(run func(...string) driver.ColumnDefinition) *ColumnDefinition_GeneratedAs_Call
- type ColumnDefinition_GetAfter_Call
- type ColumnDefinition_GetAllowed_Call
- func (_c *ColumnDefinition_GetAllowed_Call) Return(_a0 []interface{}) *ColumnDefinition_GetAllowed_Call
- func (_c *ColumnDefinition_GetAllowed_Call) Run(run func()) *ColumnDefinition_GetAllowed_Call
- func (_c *ColumnDefinition_GetAllowed_Call) RunAndReturn(run func() []interface{}) *ColumnDefinition_GetAllowed_Call
- type ColumnDefinition_GetAutoIncrement_Call
- func (_c *ColumnDefinition_GetAutoIncrement_Call) Return(_a0 bool) *ColumnDefinition_GetAutoIncrement_Call
- func (_c *ColumnDefinition_GetAutoIncrement_Call) Run(run func()) *ColumnDefinition_GetAutoIncrement_Call
- func (_c *ColumnDefinition_GetAutoIncrement_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetAutoIncrement_Call
- type ColumnDefinition_GetComment_Call
- func (_c *ColumnDefinition_GetComment_Call) Return(comment string) *ColumnDefinition_GetComment_Call
- func (_c *ColumnDefinition_GetComment_Call) Run(run func()) *ColumnDefinition_GetComment_Call
- func (_c *ColumnDefinition_GetComment_Call) RunAndReturn(run func() string) *ColumnDefinition_GetComment_Call
- type ColumnDefinition_GetDefault_Call
- func (_c *ColumnDefinition_GetDefault_Call) Return(_a0 interface{}) *ColumnDefinition_GetDefault_Call
- func (_c *ColumnDefinition_GetDefault_Call) Run(run func()) *ColumnDefinition_GetDefault_Call
- func (_c *ColumnDefinition_GetDefault_Call) RunAndReturn(run func() interface{}) *ColumnDefinition_GetDefault_Call
- type ColumnDefinition_GetGeneratedAs_Call
- func (_c *ColumnDefinition_GetGeneratedAs_Call) Return(_a0 string) *ColumnDefinition_GetGeneratedAs_Call
- func (_c *ColumnDefinition_GetGeneratedAs_Call) Run(run func()) *ColumnDefinition_GetGeneratedAs_Call
- func (_c *ColumnDefinition_GetGeneratedAs_Call) RunAndReturn(run func() string) *ColumnDefinition_GetGeneratedAs_Call
- type ColumnDefinition_GetLength_Call
- type ColumnDefinition_GetName_Call
- type ColumnDefinition_GetNullable_Call
- func (_c *ColumnDefinition_GetNullable_Call) Return(_a0 bool) *ColumnDefinition_GetNullable_Call
- func (_c *ColumnDefinition_GetNullable_Call) Run(run func()) *ColumnDefinition_GetNullable_Call
- func (_c *ColumnDefinition_GetNullable_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetNullable_Call
- type ColumnDefinition_GetOnUpdate_Call
- func (_c *ColumnDefinition_GetOnUpdate_Call) Return(_a0 interface{}) *ColumnDefinition_GetOnUpdate_Call
- func (_c *ColumnDefinition_GetOnUpdate_Call) Run(run func()) *ColumnDefinition_GetOnUpdate_Call
- func (_c *ColumnDefinition_GetOnUpdate_Call) RunAndReturn(run func() interface{}) *ColumnDefinition_GetOnUpdate_Call
- type ColumnDefinition_GetPlaces_Call
- type ColumnDefinition_GetPrecision_Call
- func (_c *ColumnDefinition_GetPrecision_Call) Return(_a0 int) *ColumnDefinition_GetPrecision_Call
- func (_c *ColumnDefinition_GetPrecision_Call) Run(run func()) *ColumnDefinition_GetPrecision_Call
- func (_c *ColumnDefinition_GetPrecision_Call) RunAndReturn(run func() int) *ColumnDefinition_GetPrecision_Call
- type ColumnDefinition_GetTotal_Call
- type ColumnDefinition_GetType_Call
- type ColumnDefinition_GetUnsigned_Call
- func (_c *ColumnDefinition_GetUnsigned_Call) Return(_a0 bool) *ColumnDefinition_GetUnsigned_Call
- func (_c *ColumnDefinition_GetUnsigned_Call) Run(run func()) *ColumnDefinition_GetUnsigned_Call
- func (_c *ColumnDefinition_GetUnsigned_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetUnsigned_Call
- type ColumnDefinition_GetUseCurrentOnUpdate_Call
- func (_c *ColumnDefinition_GetUseCurrentOnUpdate_Call) Return(_a0 bool) *ColumnDefinition_GetUseCurrentOnUpdate_Call
- func (_c *ColumnDefinition_GetUseCurrentOnUpdate_Call) Run(run func()) *ColumnDefinition_GetUseCurrentOnUpdate_Call
- func (_c *ColumnDefinition_GetUseCurrentOnUpdate_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetUseCurrentOnUpdate_Call
- type ColumnDefinition_GetUseCurrent_Call
- func (_c *ColumnDefinition_GetUseCurrent_Call) Return(_a0 bool) *ColumnDefinition_GetUseCurrent_Call
- func (_c *ColumnDefinition_GetUseCurrent_Call) Run(run func()) *ColumnDefinition_GetUseCurrent_Call
- func (_c *ColumnDefinition_GetUseCurrent_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetUseCurrent_Call
- type ColumnDefinition_IsAlways_Call
- type ColumnDefinition_IsChange_Call
- type ColumnDefinition_IsFirst_Call
- type ColumnDefinition_IsSetComment_Call
- func (_c *ColumnDefinition_IsSetComment_Call) Return(_a0 bool) *ColumnDefinition_IsSetComment_Call
- func (_c *ColumnDefinition_IsSetComment_Call) Run(run func()) *ColumnDefinition_IsSetComment_Call
- func (_c *ColumnDefinition_IsSetComment_Call) RunAndReturn(run func() bool) *ColumnDefinition_IsSetComment_Call
- type ColumnDefinition_IsSetGeneratedAs_Call
- func (_c *ColumnDefinition_IsSetGeneratedAs_Call) Return(_a0 bool) *ColumnDefinition_IsSetGeneratedAs_Call
- func (_c *ColumnDefinition_IsSetGeneratedAs_Call) Run(run func()) *ColumnDefinition_IsSetGeneratedAs_Call
- func (_c *ColumnDefinition_IsSetGeneratedAs_Call) RunAndReturn(run func() bool) *ColumnDefinition_IsSetGeneratedAs_Call
- type ColumnDefinition_Nullable_Call
- func (_c *ColumnDefinition_Nullable_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Nullable_Call
- func (_c *ColumnDefinition_Nullable_Call) Run(run func()) *ColumnDefinition_Nullable_Call
- func (_c *ColumnDefinition_Nullable_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_Nullable_Call
- type ColumnDefinition_OnUpdate_Call
- func (_c *ColumnDefinition_OnUpdate_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_OnUpdate_Call
- func (_c *ColumnDefinition_OnUpdate_Call) Run(run func(value interface{})) *ColumnDefinition_OnUpdate_Call
- func (_c *ColumnDefinition_OnUpdate_Call) RunAndReturn(run func(interface{}) driver.ColumnDefinition) *ColumnDefinition_OnUpdate_Call
- type ColumnDefinition_Places_Call
- func (_c *ColumnDefinition_Places_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Places_Call
- func (_c *ColumnDefinition_Places_Call) Run(run func(places int)) *ColumnDefinition_Places_Call
- func (_c *ColumnDefinition_Places_Call) RunAndReturn(run func(int) driver.ColumnDefinition) *ColumnDefinition_Places_Call
- type ColumnDefinition_Total_Call
- func (_c *ColumnDefinition_Total_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Total_Call
- func (_c *ColumnDefinition_Total_Call) Run(run func(total int)) *ColumnDefinition_Total_Call
- func (_c *ColumnDefinition_Total_Call) RunAndReturn(run func(int) driver.ColumnDefinition) *ColumnDefinition_Total_Call
- type ColumnDefinition_Unsigned_Call
- func (_c *ColumnDefinition_Unsigned_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Unsigned_Call
- func (_c *ColumnDefinition_Unsigned_Call) Run(run func()) *ColumnDefinition_Unsigned_Call
- func (_c *ColumnDefinition_Unsigned_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_Unsigned_Call
- type ColumnDefinition_UseCurrentOnUpdate_Call
- func (_c *ColumnDefinition_UseCurrentOnUpdate_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_UseCurrentOnUpdate_Call
- func (_c *ColumnDefinition_UseCurrentOnUpdate_Call) Run(run func()) *ColumnDefinition_UseCurrentOnUpdate_Call
- func (_c *ColumnDefinition_UseCurrentOnUpdate_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_UseCurrentOnUpdate_Call
- type ColumnDefinition_UseCurrent_Call
- func (_c *ColumnDefinition_UseCurrent_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_UseCurrent_Call
- func (_c *ColumnDefinition_UseCurrent_Call) Run(run func()) *ColumnDefinition_UseCurrent_Call
- func (_c *ColumnDefinition_UseCurrent_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_UseCurrent_Call
- type CommonGrammar
- type CommonGrammar_CompileVersion_Call
- func (_c *CommonGrammar_CompileVersion_Call) Return(_a0 string) *CommonGrammar_CompileVersion_Call
- func (_c *CommonGrammar_CompileVersion_Call) Run(run func()) *CommonGrammar_CompileVersion_Call
- func (_c *CommonGrammar_CompileVersion_Call) RunAndReturn(run func() string) *CommonGrammar_CompileVersion_Call
- type CommonGrammar_Expecter
- type CompileLimitGrammar
- type CompileLimitGrammar_CompileLimit_Call
- func (_c *CompileLimitGrammar_CompileLimit_Call) Return(_a0 squirrel.SelectBuilder) *CompileLimitGrammar_CompileLimit_Call
- func (_c *CompileLimitGrammar_CompileLimit_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *CompileLimitGrammar_CompileLimit_Call
- func (_c *CompileLimitGrammar_CompileLimit_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *CompileLimitGrammar_CompileLimit_Call
- type CompileLimitGrammar_Expecter
- type CompileOffsetGrammar
- type CompileOffsetGrammar_CompileOffset_Call
- func (_c *CompileOffsetGrammar_CompileOffset_Call) Return(_a0 squirrel.SelectBuilder) *CompileOffsetGrammar_CompileOffset_Call
- func (_c *CompileOffsetGrammar_CompileOffset_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *CompileOffsetGrammar_CompileOffset_Call
- func (_c *CompileOffsetGrammar_CompileOffset_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *CompileOffsetGrammar_CompileOffset_Call
- type CompileOffsetGrammar_Expecter
- type CompileOrderByGrammar
- type CompileOrderByGrammar_CompileOrderBy_Call
- func (_c *CompileOrderByGrammar_CompileOrderBy_Call) Return(_a0 squirrel.SelectBuilder) *CompileOrderByGrammar_CompileOrderBy_Call
- func (_c *CompileOrderByGrammar_CompileOrderBy_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *CompileOrderByGrammar_CompileOrderBy_Call
- func (_c *CompileOrderByGrammar_CompileOrderBy_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *CompileOrderByGrammar_CompileOrderBy_Call
- type CompileOrderByGrammar_Expecter
- type DBGrammar
- func (_m *DBGrammar) CompileInRandomOrder(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
- func (_m *DBGrammar) CompileLockForUpdate(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
- func (_m *DBGrammar) CompilePlaceholderFormat() driver.PlaceholderFormat
- func (_m *DBGrammar) CompileSharedLock(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
- func (_m *DBGrammar) CompileVersion() string
- func (_m *DBGrammar) EXPECT() *DBGrammar_Expecter
- type DBGrammar_CompileInRandomOrder_Call
- func (_c *DBGrammar_CompileInRandomOrder_Call) Return(_a0 squirrel.SelectBuilder) *DBGrammar_CompileInRandomOrder_Call
- func (_c *DBGrammar_CompileInRandomOrder_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *DBGrammar_CompileInRandomOrder_Call
- func (_c *DBGrammar_CompileInRandomOrder_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *DBGrammar_CompileInRandomOrder_Call
- type DBGrammar_CompileLockForUpdate_Call
- func (_c *DBGrammar_CompileLockForUpdate_Call) Return(_a0 squirrel.SelectBuilder) *DBGrammar_CompileLockForUpdate_Call
- func (_c *DBGrammar_CompileLockForUpdate_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *DBGrammar_CompileLockForUpdate_Call
- func (_c *DBGrammar_CompileLockForUpdate_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *DBGrammar_CompileLockForUpdate_Call
- type DBGrammar_CompilePlaceholderFormat_Call
- func (_c *DBGrammar_CompilePlaceholderFormat_Call) Return(_a0 driver.PlaceholderFormat) *DBGrammar_CompilePlaceholderFormat_Call
- func (_c *DBGrammar_CompilePlaceholderFormat_Call) Run(run func()) *DBGrammar_CompilePlaceholderFormat_Call
- func (_c *DBGrammar_CompilePlaceholderFormat_Call) RunAndReturn(run func() driver.PlaceholderFormat) *DBGrammar_CompilePlaceholderFormat_Call
- type DBGrammar_CompileSharedLock_Call
- func (_c *DBGrammar_CompileSharedLock_Call) Return(_a0 squirrel.SelectBuilder) *DBGrammar_CompileSharedLock_Call
- func (_c *DBGrammar_CompileSharedLock_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *DBGrammar_CompileSharedLock_Call
- func (_c *DBGrammar_CompileSharedLock_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *DBGrammar_CompileSharedLock_Call
- type DBGrammar_CompileVersion_Call
- type DBGrammar_Expecter
- func (_e *DBGrammar_Expecter) CompileInRandomOrder(builder interface{}, conditions interface{}) *DBGrammar_CompileInRandomOrder_Call
- func (_e *DBGrammar_Expecter) CompileLockForUpdate(builder interface{}, conditions interface{}) *DBGrammar_CompileLockForUpdate_Call
- func (_e *DBGrammar_Expecter) CompilePlaceholderFormat() *DBGrammar_CompilePlaceholderFormat_Call
- func (_e *DBGrammar_Expecter) CompileSharedLock(builder interface{}, conditions interface{}) *DBGrammar_CompileSharedLock_Call
- func (_e *DBGrammar_Expecter) CompileVersion() *DBGrammar_CompileVersion_Call
- type Driver
- type Driver_Docker_Call
- type Driver_Expecter
- type Driver_Grammar_Call
- type Driver_Pool_Call
- type Driver_Processor_Call
- type GormGrammar
- type GormGrammar_CompileLockForUpdateForGorm_Call
- func (_c *GormGrammar_CompileLockForUpdateForGorm_Call) Return(_a0 clause.Expression) *GormGrammar_CompileLockForUpdateForGorm_Call
- func (_c *GormGrammar_CompileLockForUpdateForGorm_Call) Run(run func()) *GormGrammar_CompileLockForUpdateForGorm_Call
- func (_c *GormGrammar_CompileLockForUpdateForGorm_Call) RunAndReturn(run func() clause.Expression) *GormGrammar_CompileLockForUpdateForGorm_Call
- type GormGrammar_CompileRandomOrderForGorm_Call
- func (_c *GormGrammar_CompileRandomOrderForGorm_Call) Return(_a0 string) *GormGrammar_CompileRandomOrderForGorm_Call
- func (_c *GormGrammar_CompileRandomOrderForGorm_Call) Run(run func()) *GormGrammar_CompileRandomOrderForGorm_Call
- func (_c *GormGrammar_CompileRandomOrderForGorm_Call) RunAndReturn(run func() string) *GormGrammar_CompileRandomOrderForGorm_Call
- type GormGrammar_CompileSharedLockForGorm_Call
- func (_c *GormGrammar_CompileSharedLockForGorm_Call) Return(_a0 clause.Expression) *GormGrammar_CompileSharedLockForGorm_Call
- func (_c *GormGrammar_CompileSharedLockForGorm_Call) Run(run func()) *GormGrammar_CompileSharedLockForGorm_Call
- func (_c *GormGrammar_CompileSharedLockForGorm_Call) RunAndReturn(run func() clause.Expression) *GormGrammar_CompileSharedLockForGorm_Call
- type GormGrammar_Expecter
- func (_e *GormGrammar_Expecter) CompileLockForUpdateForGorm() *GormGrammar_CompileLockForUpdateForGorm_Call
- func (_e *GormGrammar_Expecter) CompileRandomOrderForGorm() *GormGrammar_CompileRandomOrderForGorm_Call
- func (_e *GormGrammar_Expecter) CompileSharedLockForGorm() *GormGrammar_CompileSharedLockForGorm_Call
- type Grammar
- func (_m *Grammar) CompileAdd(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileChange(blueprint driver.Blueprint, command *driver.Command) []string
- func (_m *Grammar) CompileColumns(schema string, table string) (string, error)
- func (_m *Grammar) CompileComment(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileCreate(blueprint driver.Blueprint) string
- func (_m *Grammar) CompileDefault(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileDrop(blueprint driver.Blueprint) string
- func (_m *Grammar) CompileDropAllTables(schema string, tables []driver.Table) []string
- func (_m *Grammar) CompileDropAllTypes(schema string, types []driver.Type) []string
- func (_m *Grammar) CompileDropAllViews(schema string, views []driver.View) []string
- func (_m *Grammar) CompileDropColumn(blueprint driver.Blueprint, command *driver.Command) []string
- func (_m *Grammar) CompileDropForeign(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileDropFullText(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileDropIfExists(blueprint driver.Blueprint) string
- func (_m *Grammar) CompileDropIndex(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileDropPrimary(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileDropUnique(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileForeign(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileForeignKeys(schema string, table string) string
- func (_m *Grammar) CompileFullText(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileInRandomOrder(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
- func (_m *Grammar) CompileIndex(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileIndexes(schema string, table string) (string, error)
- func (_m *Grammar) CompileJsonColumnsUpdate(values map[string]interface{}) (map[string]interface{}, error)
- func (_m *Grammar) CompileJsonContains(column string, value interface{}, isNot bool) (string, []interface{}, error)
- func (_m *Grammar) CompileJsonContainsKey(column string, isNot bool) string
- func (_m *Grammar) CompileJsonLength(column string) string
- func (_m *Grammar) CompileJsonSelector(column string) string
- func (_m *Grammar) CompileJsonValues(args ...interface{}) []interface{}
- func (_m *Grammar) CompileLockForUpdate(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
- func (_m *Grammar) CompileLockForUpdateForGorm() clause.Expression
- func (_m *Grammar) CompilePlaceholderFormat() driver.PlaceholderFormat
- func (_m *Grammar) CompilePrimary(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompilePrune(database string) string
- func (_m *Grammar) CompileRandomOrderForGorm() string
- func (_m *Grammar) CompileRename(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileRenameColumn(blueprint driver.Blueprint, command *driver.Command, columns []driver.Column) (string, error)
- func (_m *Grammar) CompileRenameIndex(blueprint driver.Blueprint, command *driver.Command, indexes []driver.Index) []string
- func (_m *Grammar) CompileSharedLock(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
- func (_m *Grammar) CompileSharedLockForGorm() clause.Expression
- func (_m *Grammar) CompileTableComment(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileTables(database string) string
- func (_m *Grammar) CompileTypes() string
- func (_m *Grammar) CompileUnique(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *Grammar) CompileVersion() string
- func (_m *Grammar) CompileViews(database string) string
- func (_m *Grammar) EXPECT() *Grammar_Expecter
- func (_m *Grammar) GetAttributeCommands() []string
- func (_m *Grammar) TypeBigInteger(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeBoolean(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeChar(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeDate(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeDateTime(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeDateTimeTz(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeDecimal(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeDouble(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeEnum(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeFloat(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeInteger(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeJson(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeJsonb(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeLongText(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeMediumInteger(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeMediumText(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeSmallInteger(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeString(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeText(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeTime(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeTimeTz(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeTimestamp(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeTimestampTz(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeTinyInteger(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeTinyText(column driver.ColumnDefinition) string
- func (_m *Grammar) TypeUuid(column driver.ColumnDefinition) string
- type Grammar_CompileAdd_Call
- func (_c *Grammar_CompileAdd_Call) Return(_a0 string) *Grammar_CompileAdd_Call
- func (_c *Grammar_CompileAdd_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileAdd_Call
- func (_c *Grammar_CompileAdd_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileAdd_Call
- type Grammar_CompileChange_Call
- func (_c *Grammar_CompileChange_Call) Return(_a0 []string) *Grammar_CompileChange_Call
- func (_c *Grammar_CompileChange_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileChange_Call
- func (_c *Grammar_CompileChange_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) []string) *Grammar_CompileChange_Call
- type Grammar_CompileColumns_Call
- func (_c *Grammar_CompileColumns_Call) Return(_a0 string, _a1 error) *Grammar_CompileColumns_Call
- func (_c *Grammar_CompileColumns_Call) Run(run func(schema string, table string)) *Grammar_CompileColumns_Call
- func (_c *Grammar_CompileColumns_Call) RunAndReturn(run func(string, string) (string, error)) *Grammar_CompileColumns_Call
- type Grammar_CompileComment_Call
- func (_c *Grammar_CompileComment_Call) Return(_a0 string) *Grammar_CompileComment_Call
- func (_c *Grammar_CompileComment_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileComment_Call
- func (_c *Grammar_CompileComment_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileComment_Call
- type Grammar_CompileCreate_Call
- func (_c *Grammar_CompileCreate_Call) Return(_a0 string) *Grammar_CompileCreate_Call
- func (_c *Grammar_CompileCreate_Call) Run(run func(blueprint driver.Blueprint)) *Grammar_CompileCreate_Call
- func (_c *Grammar_CompileCreate_Call) RunAndReturn(run func(driver.Blueprint) string) *Grammar_CompileCreate_Call
- type Grammar_CompileDefault_Call
- func (_c *Grammar_CompileDefault_Call) Return(_a0 string) *Grammar_CompileDefault_Call
- func (_c *Grammar_CompileDefault_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDefault_Call
- func (_c *Grammar_CompileDefault_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDefault_Call
- type Grammar_CompileDropAllTables_Call
- func (_c *Grammar_CompileDropAllTables_Call) Return(_a0 []string) *Grammar_CompileDropAllTables_Call
- func (_c *Grammar_CompileDropAllTables_Call) Run(run func(schema string, tables []driver.Table)) *Grammar_CompileDropAllTables_Call
- func (_c *Grammar_CompileDropAllTables_Call) RunAndReturn(run func(string, []driver.Table) []string) *Grammar_CompileDropAllTables_Call
- type Grammar_CompileDropAllTypes_Call
- func (_c *Grammar_CompileDropAllTypes_Call) Return(_a0 []string) *Grammar_CompileDropAllTypes_Call
- func (_c *Grammar_CompileDropAllTypes_Call) Run(run func(schema string, types []driver.Type)) *Grammar_CompileDropAllTypes_Call
- func (_c *Grammar_CompileDropAllTypes_Call) RunAndReturn(run func(string, []driver.Type) []string) *Grammar_CompileDropAllTypes_Call
- type Grammar_CompileDropAllViews_Call
- func (_c *Grammar_CompileDropAllViews_Call) Return(_a0 []string) *Grammar_CompileDropAllViews_Call
- func (_c *Grammar_CompileDropAllViews_Call) Run(run func(schema string, views []driver.View)) *Grammar_CompileDropAllViews_Call
- func (_c *Grammar_CompileDropAllViews_Call) RunAndReturn(run func(string, []driver.View) []string) *Grammar_CompileDropAllViews_Call
- type Grammar_CompileDropColumn_Call
- func (_c *Grammar_CompileDropColumn_Call) Return(_a0 []string) *Grammar_CompileDropColumn_Call
- func (_c *Grammar_CompileDropColumn_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropColumn_Call
- func (_c *Grammar_CompileDropColumn_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) []string) *Grammar_CompileDropColumn_Call
- type Grammar_CompileDropForeign_Call
- func (_c *Grammar_CompileDropForeign_Call) Return(_a0 string) *Grammar_CompileDropForeign_Call
- func (_c *Grammar_CompileDropForeign_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropForeign_Call
- func (_c *Grammar_CompileDropForeign_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropForeign_Call
- type Grammar_CompileDropFullText_Call
- func (_c *Grammar_CompileDropFullText_Call) Return(_a0 string) *Grammar_CompileDropFullText_Call
- func (_c *Grammar_CompileDropFullText_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropFullText_Call
- func (_c *Grammar_CompileDropFullText_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropFullText_Call
- type Grammar_CompileDropIfExists_Call
- func (_c *Grammar_CompileDropIfExists_Call) Return(_a0 string) *Grammar_CompileDropIfExists_Call
- func (_c *Grammar_CompileDropIfExists_Call) Run(run func(blueprint driver.Blueprint)) *Grammar_CompileDropIfExists_Call
- func (_c *Grammar_CompileDropIfExists_Call) RunAndReturn(run func(driver.Blueprint) string) *Grammar_CompileDropIfExists_Call
- type Grammar_CompileDropIndex_Call
- func (_c *Grammar_CompileDropIndex_Call) Return(_a0 string) *Grammar_CompileDropIndex_Call
- func (_c *Grammar_CompileDropIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropIndex_Call
- func (_c *Grammar_CompileDropIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropIndex_Call
- type Grammar_CompileDropPrimary_Call
- func (_c *Grammar_CompileDropPrimary_Call) Return(_a0 string) *Grammar_CompileDropPrimary_Call
- func (_c *Grammar_CompileDropPrimary_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropPrimary_Call
- func (_c *Grammar_CompileDropPrimary_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropPrimary_Call
- type Grammar_CompileDropUnique_Call
- func (_c *Grammar_CompileDropUnique_Call) Return(_a0 string) *Grammar_CompileDropUnique_Call
- func (_c *Grammar_CompileDropUnique_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropUnique_Call
- func (_c *Grammar_CompileDropUnique_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropUnique_Call
- type Grammar_CompileDrop_Call
- type Grammar_CompileForeignKeys_Call
- func (_c *Grammar_CompileForeignKeys_Call) Return(_a0 string) *Grammar_CompileForeignKeys_Call
- func (_c *Grammar_CompileForeignKeys_Call) Run(run func(schema string, table string)) *Grammar_CompileForeignKeys_Call
- func (_c *Grammar_CompileForeignKeys_Call) RunAndReturn(run func(string, string) string) *Grammar_CompileForeignKeys_Call
- type Grammar_CompileForeign_Call
- func (_c *Grammar_CompileForeign_Call) Return(_a0 string) *Grammar_CompileForeign_Call
- func (_c *Grammar_CompileForeign_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileForeign_Call
- func (_c *Grammar_CompileForeign_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileForeign_Call
- type Grammar_CompileFullText_Call
- func (_c *Grammar_CompileFullText_Call) Return(_a0 string) *Grammar_CompileFullText_Call
- func (_c *Grammar_CompileFullText_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileFullText_Call
- func (_c *Grammar_CompileFullText_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileFullText_Call
- type Grammar_CompileInRandomOrder_Call
- func (_c *Grammar_CompileInRandomOrder_Call) Return(_a0 squirrel.SelectBuilder) *Grammar_CompileInRandomOrder_Call
- func (_c *Grammar_CompileInRandomOrder_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *Grammar_CompileInRandomOrder_Call
- func (_c *Grammar_CompileInRandomOrder_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *Grammar_CompileInRandomOrder_Call
- type Grammar_CompileIndex_Call
- func (_c *Grammar_CompileIndex_Call) Return(_a0 string) *Grammar_CompileIndex_Call
- func (_c *Grammar_CompileIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileIndex_Call
- func (_c *Grammar_CompileIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileIndex_Call
- type Grammar_CompileIndexes_Call
- func (_c *Grammar_CompileIndexes_Call) Return(_a0 string, _a1 error) *Grammar_CompileIndexes_Call
- func (_c *Grammar_CompileIndexes_Call) Run(run func(schema string, table string)) *Grammar_CompileIndexes_Call
- func (_c *Grammar_CompileIndexes_Call) RunAndReturn(run func(string, string) (string, error)) *Grammar_CompileIndexes_Call
- type Grammar_CompileJsonColumnsUpdate_Call
- func (_c *Grammar_CompileJsonColumnsUpdate_Call) Return(_a0 map[string]interface{}, _a1 error) *Grammar_CompileJsonColumnsUpdate_Call
- func (_c *Grammar_CompileJsonColumnsUpdate_Call) Run(run func(values map[string]interface{})) *Grammar_CompileJsonColumnsUpdate_Call
- func (_c *Grammar_CompileJsonColumnsUpdate_Call) RunAndReturn(run func(map[string]interface{}) (map[string]interface{}, error)) *Grammar_CompileJsonColumnsUpdate_Call
- type Grammar_CompileJsonContainsKey_Call
- func (_c *Grammar_CompileJsonContainsKey_Call) Return(_a0 string) *Grammar_CompileJsonContainsKey_Call
- func (_c *Grammar_CompileJsonContainsKey_Call) Run(run func(column string, isNot bool)) *Grammar_CompileJsonContainsKey_Call
- func (_c *Grammar_CompileJsonContainsKey_Call) RunAndReturn(run func(string, bool) string) *Grammar_CompileJsonContainsKey_Call
- type Grammar_CompileJsonContains_Call
- func (_c *Grammar_CompileJsonContains_Call) Return(_a0 string, _a1 []interface{}, _a2 error) *Grammar_CompileJsonContains_Call
- func (_c *Grammar_CompileJsonContains_Call) Run(run func(column string, value interface{}, isNot bool)) *Grammar_CompileJsonContains_Call
- func (_c *Grammar_CompileJsonContains_Call) RunAndReturn(run func(string, interface{}, bool) (string, []interface{}, error)) *Grammar_CompileJsonContains_Call
- type Grammar_CompileJsonLength_Call
- func (_c *Grammar_CompileJsonLength_Call) Return(_a0 string) *Grammar_CompileJsonLength_Call
- func (_c *Grammar_CompileJsonLength_Call) Run(run func(column string)) *Grammar_CompileJsonLength_Call
- func (_c *Grammar_CompileJsonLength_Call) RunAndReturn(run func(string) string) *Grammar_CompileJsonLength_Call
- type Grammar_CompileJsonSelector_Call
- func (_c *Grammar_CompileJsonSelector_Call) Return(_a0 string) *Grammar_CompileJsonSelector_Call
- func (_c *Grammar_CompileJsonSelector_Call) Run(run func(column string)) *Grammar_CompileJsonSelector_Call
- func (_c *Grammar_CompileJsonSelector_Call) RunAndReturn(run func(string) string) *Grammar_CompileJsonSelector_Call
- type Grammar_CompileJsonValues_Call
- func (_c *Grammar_CompileJsonValues_Call) Return(_a0 []interface{}) *Grammar_CompileJsonValues_Call
- func (_c *Grammar_CompileJsonValues_Call) Run(run func(args ...interface{})) *Grammar_CompileJsonValues_Call
- func (_c *Grammar_CompileJsonValues_Call) RunAndReturn(run func(...interface{}) []interface{}) *Grammar_CompileJsonValues_Call
- type Grammar_CompileLockForUpdateForGorm_Call
- func (_c *Grammar_CompileLockForUpdateForGorm_Call) Return(_a0 clause.Expression) *Grammar_CompileLockForUpdateForGorm_Call
- func (_c *Grammar_CompileLockForUpdateForGorm_Call) Run(run func()) *Grammar_CompileLockForUpdateForGorm_Call
- func (_c *Grammar_CompileLockForUpdateForGorm_Call) RunAndReturn(run func() clause.Expression) *Grammar_CompileLockForUpdateForGorm_Call
- type Grammar_CompileLockForUpdate_Call
- func (_c *Grammar_CompileLockForUpdate_Call) Return(_a0 squirrel.SelectBuilder) *Grammar_CompileLockForUpdate_Call
- func (_c *Grammar_CompileLockForUpdate_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *Grammar_CompileLockForUpdate_Call
- func (_c *Grammar_CompileLockForUpdate_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *Grammar_CompileLockForUpdate_Call
- type Grammar_CompilePlaceholderFormat_Call
- func (_c *Grammar_CompilePlaceholderFormat_Call) Return(_a0 driver.PlaceholderFormat) *Grammar_CompilePlaceholderFormat_Call
- func (_c *Grammar_CompilePlaceholderFormat_Call) Run(run func()) *Grammar_CompilePlaceholderFormat_Call
- func (_c *Grammar_CompilePlaceholderFormat_Call) RunAndReturn(run func() driver.PlaceholderFormat) *Grammar_CompilePlaceholderFormat_Call
- type Grammar_CompilePrimary_Call
- func (_c *Grammar_CompilePrimary_Call) Return(_a0 string) *Grammar_CompilePrimary_Call
- func (_c *Grammar_CompilePrimary_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompilePrimary_Call
- func (_c *Grammar_CompilePrimary_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompilePrimary_Call
- type Grammar_CompilePrune_Call
- type Grammar_CompileRandomOrderForGorm_Call
- func (_c *Grammar_CompileRandomOrderForGorm_Call) Return(_a0 string) *Grammar_CompileRandomOrderForGorm_Call
- func (_c *Grammar_CompileRandomOrderForGorm_Call) Run(run func()) *Grammar_CompileRandomOrderForGorm_Call
- func (_c *Grammar_CompileRandomOrderForGorm_Call) RunAndReturn(run func() string) *Grammar_CompileRandomOrderForGorm_Call
- type Grammar_CompileRenameColumn_Call
- func (_c *Grammar_CompileRenameColumn_Call) Return(_a0 string, _a1 error) *Grammar_CompileRenameColumn_Call
- func (_c *Grammar_CompileRenameColumn_Call) Run(...) *Grammar_CompileRenameColumn_Call
- func (_c *Grammar_CompileRenameColumn_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command, []driver.Column) (string, error)) *Grammar_CompileRenameColumn_Call
- type Grammar_CompileRenameIndex_Call
- func (_c *Grammar_CompileRenameIndex_Call) Return(_a0 []string) *Grammar_CompileRenameIndex_Call
- func (_c *Grammar_CompileRenameIndex_Call) Run(...) *Grammar_CompileRenameIndex_Call
- func (_c *Grammar_CompileRenameIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command, []driver.Index) []string) *Grammar_CompileRenameIndex_Call
- type Grammar_CompileRename_Call
- func (_c *Grammar_CompileRename_Call) Return(_a0 string) *Grammar_CompileRename_Call
- func (_c *Grammar_CompileRename_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileRename_Call
- func (_c *Grammar_CompileRename_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileRename_Call
- type Grammar_CompileSharedLockForGorm_Call
- func (_c *Grammar_CompileSharedLockForGorm_Call) Return(_a0 clause.Expression) *Grammar_CompileSharedLockForGorm_Call
- func (_c *Grammar_CompileSharedLockForGorm_Call) Run(run func()) *Grammar_CompileSharedLockForGorm_Call
- func (_c *Grammar_CompileSharedLockForGorm_Call) RunAndReturn(run func() clause.Expression) *Grammar_CompileSharedLockForGorm_Call
- type Grammar_CompileSharedLock_Call
- func (_c *Grammar_CompileSharedLock_Call) Return(_a0 squirrel.SelectBuilder) *Grammar_CompileSharedLock_Call
- func (_c *Grammar_CompileSharedLock_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *Grammar_CompileSharedLock_Call
- func (_c *Grammar_CompileSharedLock_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *Grammar_CompileSharedLock_Call
- type Grammar_CompileTableComment_Call
- func (_c *Grammar_CompileTableComment_Call) Return(_a0 string) *Grammar_CompileTableComment_Call
- func (_c *Grammar_CompileTableComment_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileTableComment_Call
- func (_c *Grammar_CompileTableComment_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileTableComment_Call
- type Grammar_CompileTables_Call
- type Grammar_CompileTypes_Call
- type Grammar_CompileUnique_Call
- func (_c *Grammar_CompileUnique_Call) Return(_a0 string) *Grammar_CompileUnique_Call
- func (_c *Grammar_CompileUnique_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileUnique_Call
- func (_c *Grammar_CompileUnique_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileUnique_Call
- type Grammar_CompileVersion_Call
- type Grammar_CompileViews_Call
- type Grammar_Expecter
- func (_e *Grammar_Expecter) CompileAdd(blueprint interface{}, command interface{}) *Grammar_CompileAdd_Call
- func (_e *Grammar_Expecter) CompileChange(blueprint interface{}, command interface{}) *Grammar_CompileChange_Call
- func (_e *Grammar_Expecter) CompileColumns(schema interface{}, table interface{}) *Grammar_CompileColumns_Call
- func (_e *Grammar_Expecter) CompileComment(blueprint interface{}, command interface{}) *Grammar_CompileComment_Call
- func (_e *Grammar_Expecter) CompileCreate(blueprint interface{}) *Grammar_CompileCreate_Call
- func (_e *Grammar_Expecter) CompileDefault(blueprint interface{}, command interface{}) *Grammar_CompileDefault_Call
- func (_e *Grammar_Expecter) CompileDrop(blueprint interface{}) *Grammar_CompileDrop_Call
- func (_e *Grammar_Expecter) CompileDropAllTables(schema interface{}, tables interface{}) *Grammar_CompileDropAllTables_Call
- func (_e *Grammar_Expecter) CompileDropAllTypes(schema interface{}, types interface{}) *Grammar_CompileDropAllTypes_Call
- func (_e *Grammar_Expecter) CompileDropAllViews(schema interface{}, views interface{}) *Grammar_CompileDropAllViews_Call
- func (_e *Grammar_Expecter) CompileDropColumn(blueprint interface{}, command interface{}) *Grammar_CompileDropColumn_Call
- func (_e *Grammar_Expecter) CompileDropForeign(blueprint interface{}, command interface{}) *Grammar_CompileDropForeign_Call
- func (_e *Grammar_Expecter) CompileDropFullText(blueprint interface{}, command interface{}) *Grammar_CompileDropFullText_Call
- func (_e *Grammar_Expecter) CompileDropIfExists(blueprint interface{}) *Grammar_CompileDropIfExists_Call
- func (_e *Grammar_Expecter) CompileDropIndex(blueprint interface{}, command interface{}) *Grammar_CompileDropIndex_Call
- func (_e *Grammar_Expecter) CompileDropPrimary(blueprint interface{}, command interface{}) *Grammar_CompileDropPrimary_Call
- func (_e *Grammar_Expecter) CompileDropUnique(blueprint interface{}, command interface{}) *Grammar_CompileDropUnique_Call
- func (_e *Grammar_Expecter) CompileForeign(blueprint interface{}, command interface{}) *Grammar_CompileForeign_Call
- func (_e *Grammar_Expecter) CompileForeignKeys(schema interface{}, table interface{}) *Grammar_CompileForeignKeys_Call
- func (_e *Grammar_Expecter) CompileFullText(blueprint interface{}, command interface{}) *Grammar_CompileFullText_Call
- func (_e *Grammar_Expecter) CompileInRandomOrder(builder interface{}, conditions interface{}) *Grammar_CompileInRandomOrder_Call
- func (_e *Grammar_Expecter) CompileIndex(blueprint interface{}, command interface{}) *Grammar_CompileIndex_Call
- func (_e *Grammar_Expecter) CompileIndexes(schema interface{}, table interface{}) *Grammar_CompileIndexes_Call
- func (_e *Grammar_Expecter) CompileJsonColumnsUpdate(values interface{}) *Grammar_CompileJsonColumnsUpdate_Call
- func (_e *Grammar_Expecter) CompileJsonContains(column interface{}, value interface{}, isNot interface{}) *Grammar_CompileJsonContains_Call
- func (_e *Grammar_Expecter) CompileJsonContainsKey(column interface{}, isNot interface{}) *Grammar_CompileJsonContainsKey_Call
- func (_e *Grammar_Expecter) CompileJsonLength(column interface{}) *Grammar_CompileJsonLength_Call
- func (_e *Grammar_Expecter) CompileJsonSelector(column interface{}) *Grammar_CompileJsonSelector_Call
- func (_e *Grammar_Expecter) CompileJsonValues(args ...interface{}) *Grammar_CompileJsonValues_Call
- func (_e *Grammar_Expecter) CompileLockForUpdate(builder interface{}, conditions interface{}) *Grammar_CompileLockForUpdate_Call
- func (_e *Grammar_Expecter) CompileLockForUpdateForGorm() *Grammar_CompileLockForUpdateForGorm_Call
- func (_e *Grammar_Expecter) CompilePlaceholderFormat() *Grammar_CompilePlaceholderFormat_Call
- func (_e *Grammar_Expecter) CompilePrimary(blueprint interface{}, command interface{}) *Grammar_CompilePrimary_Call
- func (_e *Grammar_Expecter) CompilePrune(database interface{}) *Grammar_CompilePrune_Call
- func (_e *Grammar_Expecter) CompileRandomOrderForGorm() *Grammar_CompileRandomOrderForGorm_Call
- func (_e *Grammar_Expecter) CompileRename(blueprint interface{}, command interface{}) *Grammar_CompileRename_Call
- func (_e *Grammar_Expecter) CompileRenameColumn(blueprint interface{}, command interface{}, columns interface{}) *Grammar_CompileRenameColumn_Call
- func (_e *Grammar_Expecter) CompileRenameIndex(blueprint interface{}, command interface{}, indexes interface{}) *Grammar_CompileRenameIndex_Call
- func (_e *Grammar_Expecter) CompileSharedLock(builder interface{}, conditions interface{}) *Grammar_CompileSharedLock_Call
- func (_e *Grammar_Expecter) CompileSharedLockForGorm() *Grammar_CompileSharedLockForGorm_Call
- func (_e *Grammar_Expecter) CompileTableComment(blueprint interface{}, command interface{}) *Grammar_CompileTableComment_Call
- func (_e *Grammar_Expecter) CompileTables(database interface{}) *Grammar_CompileTables_Call
- func (_e *Grammar_Expecter) CompileTypes() *Grammar_CompileTypes_Call
- func (_e *Grammar_Expecter) CompileUnique(blueprint interface{}, command interface{}) *Grammar_CompileUnique_Call
- func (_e *Grammar_Expecter) CompileVersion() *Grammar_CompileVersion_Call
- func (_e *Grammar_Expecter) CompileViews(database interface{}) *Grammar_CompileViews_Call
- func (_e *Grammar_Expecter) GetAttributeCommands() *Grammar_GetAttributeCommands_Call
- func (_e *Grammar_Expecter) TypeBigInteger(column interface{}) *Grammar_TypeBigInteger_Call
- func (_e *Grammar_Expecter) TypeBoolean(column interface{}) *Grammar_TypeBoolean_Call
- func (_e *Grammar_Expecter) TypeChar(column interface{}) *Grammar_TypeChar_Call
- func (_e *Grammar_Expecter) TypeDate(column interface{}) *Grammar_TypeDate_Call
- func (_e *Grammar_Expecter) TypeDateTime(column interface{}) *Grammar_TypeDateTime_Call
- func (_e *Grammar_Expecter) TypeDateTimeTz(column interface{}) *Grammar_TypeDateTimeTz_Call
- func (_e *Grammar_Expecter) TypeDecimal(column interface{}) *Grammar_TypeDecimal_Call
- func (_e *Grammar_Expecter) TypeDouble(column interface{}) *Grammar_TypeDouble_Call
- func (_e *Grammar_Expecter) TypeEnum(column interface{}) *Grammar_TypeEnum_Call
- func (_e *Grammar_Expecter) TypeFloat(column interface{}) *Grammar_TypeFloat_Call
- func (_e *Grammar_Expecter) TypeInteger(column interface{}) *Grammar_TypeInteger_Call
- func (_e *Grammar_Expecter) TypeJson(column interface{}) *Grammar_TypeJson_Call
- func (_e *Grammar_Expecter) TypeJsonb(column interface{}) *Grammar_TypeJsonb_Call
- func (_e *Grammar_Expecter) TypeLongText(column interface{}) *Grammar_TypeLongText_Call
- func (_e *Grammar_Expecter) TypeMediumInteger(column interface{}) *Grammar_TypeMediumInteger_Call
- func (_e *Grammar_Expecter) TypeMediumText(column interface{}) *Grammar_TypeMediumText_Call
- func (_e *Grammar_Expecter) TypeSmallInteger(column interface{}) *Grammar_TypeSmallInteger_Call
- func (_e *Grammar_Expecter) TypeString(column interface{}) *Grammar_TypeString_Call
- func (_e *Grammar_Expecter) TypeText(column interface{}) *Grammar_TypeText_Call
- func (_e *Grammar_Expecter) TypeTime(column interface{}) *Grammar_TypeTime_Call
- func (_e *Grammar_Expecter) TypeTimeTz(column interface{}) *Grammar_TypeTimeTz_Call
- func (_e *Grammar_Expecter) TypeTimestamp(column interface{}) *Grammar_TypeTimestamp_Call
- func (_e *Grammar_Expecter) TypeTimestampTz(column interface{}) *Grammar_TypeTimestampTz_Call
- func (_e *Grammar_Expecter) TypeTinyInteger(column interface{}) *Grammar_TypeTinyInteger_Call
- func (_e *Grammar_Expecter) TypeTinyText(column interface{}) *Grammar_TypeTinyText_Call
- func (_e *Grammar_Expecter) TypeUuid(column interface{}) *Grammar_TypeUuid_Call
- type Grammar_GetAttributeCommands_Call
- func (_c *Grammar_GetAttributeCommands_Call) Return(_a0 []string) *Grammar_GetAttributeCommands_Call
- func (_c *Grammar_GetAttributeCommands_Call) Run(run func()) *Grammar_GetAttributeCommands_Call
- func (_c *Grammar_GetAttributeCommands_Call) RunAndReturn(run func() []string) *Grammar_GetAttributeCommands_Call
- type Grammar_TypeBigInteger_Call
- func (_c *Grammar_TypeBigInteger_Call) Return(_a0 string) *Grammar_TypeBigInteger_Call
- func (_c *Grammar_TypeBigInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeBigInteger_Call
- func (_c *Grammar_TypeBigInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeBigInteger_Call
- type Grammar_TypeBoolean_Call
- func (_c *Grammar_TypeBoolean_Call) Return(_a0 string) *Grammar_TypeBoolean_Call
- func (_c *Grammar_TypeBoolean_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeBoolean_Call
- func (_c *Grammar_TypeBoolean_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeBoolean_Call
- type Grammar_TypeChar_Call
- type Grammar_TypeDateTimeTz_Call
- func (_c *Grammar_TypeDateTimeTz_Call) Return(_a0 string) *Grammar_TypeDateTimeTz_Call
- func (_c *Grammar_TypeDateTimeTz_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeDateTimeTz_Call
- func (_c *Grammar_TypeDateTimeTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeDateTimeTz_Call
- type Grammar_TypeDateTime_Call
- func (_c *Grammar_TypeDateTime_Call) Return(_a0 string) *Grammar_TypeDateTime_Call
- func (_c *Grammar_TypeDateTime_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeDateTime_Call
- func (_c *Grammar_TypeDateTime_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeDateTime_Call
- type Grammar_TypeDate_Call
- type Grammar_TypeDecimal_Call
- func (_c *Grammar_TypeDecimal_Call) Return(_a0 string) *Grammar_TypeDecimal_Call
- func (_c *Grammar_TypeDecimal_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeDecimal_Call
- func (_c *Grammar_TypeDecimal_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeDecimal_Call
- type Grammar_TypeDouble_Call
- type Grammar_TypeEnum_Call
- type Grammar_TypeFloat_Call
- type Grammar_TypeInteger_Call
- func (_c *Grammar_TypeInteger_Call) Return(_a0 string) *Grammar_TypeInteger_Call
- func (_c *Grammar_TypeInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeInteger_Call
- func (_c *Grammar_TypeInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeInteger_Call
- type Grammar_TypeJson_Call
- type Grammar_TypeJsonb_Call
- type Grammar_TypeLongText_Call
- func (_c *Grammar_TypeLongText_Call) Return(_a0 string) *Grammar_TypeLongText_Call
- func (_c *Grammar_TypeLongText_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeLongText_Call
- func (_c *Grammar_TypeLongText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeLongText_Call
- type Grammar_TypeMediumInteger_Call
- func (_c *Grammar_TypeMediumInteger_Call) Return(_a0 string) *Grammar_TypeMediumInteger_Call
- func (_c *Grammar_TypeMediumInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeMediumInteger_Call
- func (_c *Grammar_TypeMediumInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeMediumInteger_Call
- type Grammar_TypeMediumText_Call
- func (_c *Grammar_TypeMediumText_Call) Return(_a0 string) *Grammar_TypeMediumText_Call
- func (_c *Grammar_TypeMediumText_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeMediumText_Call
- func (_c *Grammar_TypeMediumText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeMediumText_Call
- type Grammar_TypeSmallInteger_Call
- func (_c *Grammar_TypeSmallInteger_Call) Return(_a0 string) *Grammar_TypeSmallInteger_Call
- func (_c *Grammar_TypeSmallInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeSmallInteger_Call
- func (_c *Grammar_TypeSmallInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeSmallInteger_Call
- type Grammar_TypeString_Call
- type Grammar_TypeText_Call
- type Grammar_TypeTimeTz_Call
- type Grammar_TypeTime_Call
- type Grammar_TypeTimestampTz_Call
- func (_c *Grammar_TypeTimestampTz_Call) Return(_a0 string) *Grammar_TypeTimestampTz_Call
- func (_c *Grammar_TypeTimestampTz_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTimestampTz_Call
- func (_c *Grammar_TypeTimestampTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTimestampTz_Call
- type Grammar_TypeTimestamp_Call
- func (_c *Grammar_TypeTimestamp_Call) Return(_a0 string) *Grammar_TypeTimestamp_Call
- func (_c *Grammar_TypeTimestamp_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTimestamp_Call
- func (_c *Grammar_TypeTimestamp_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTimestamp_Call
- type Grammar_TypeTinyInteger_Call
- func (_c *Grammar_TypeTinyInteger_Call) Return(_a0 string) *Grammar_TypeTinyInteger_Call
- func (_c *Grammar_TypeTinyInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTinyInteger_Call
- func (_c *Grammar_TypeTinyInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTinyInteger_Call
- type Grammar_TypeTinyText_Call
- func (_c *Grammar_TypeTinyText_Call) Return(_a0 string) *Grammar_TypeTinyText_Call
- func (_c *Grammar_TypeTinyText_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTinyText_Call
- func (_c *Grammar_TypeTinyText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTinyText_Call
- type Grammar_TypeUuid_Call
- type JsonGrammar
- func (_m *JsonGrammar) CompileJsonColumnsUpdate(values map[string]interface{}) (map[string]interface{}, error)
- func (_m *JsonGrammar) CompileJsonContains(column string, value interface{}, isNot bool) (string, []interface{}, error)
- func (_m *JsonGrammar) CompileJsonContainsKey(column string, isNot bool) string
- func (_m *JsonGrammar) CompileJsonLength(column string) string
- func (_m *JsonGrammar) CompileJsonSelector(column string) string
- func (_m *JsonGrammar) CompileJsonValues(args ...interface{}) []interface{}
- func (_m *JsonGrammar) EXPECT() *JsonGrammar_Expecter
- type JsonGrammar_CompileJsonColumnsUpdate_Call
- func (_c *JsonGrammar_CompileJsonColumnsUpdate_Call) Return(_a0 map[string]interface{}, _a1 error) *JsonGrammar_CompileJsonColumnsUpdate_Call
- func (_c *JsonGrammar_CompileJsonColumnsUpdate_Call) Run(run func(values map[string]interface{})) *JsonGrammar_CompileJsonColumnsUpdate_Call
- func (_c *JsonGrammar_CompileJsonColumnsUpdate_Call) RunAndReturn(run func(map[string]interface{}) (map[string]interface{}, error)) *JsonGrammar_CompileJsonColumnsUpdate_Call
- type JsonGrammar_CompileJsonContainsKey_Call
- func (_c *JsonGrammar_CompileJsonContainsKey_Call) Return(_a0 string) *JsonGrammar_CompileJsonContainsKey_Call
- func (_c *JsonGrammar_CompileJsonContainsKey_Call) Run(run func(column string, isNot bool)) *JsonGrammar_CompileJsonContainsKey_Call
- func (_c *JsonGrammar_CompileJsonContainsKey_Call) RunAndReturn(run func(string, bool) string) *JsonGrammar_CompileJsonContainsKey_Call
- type JsonGrammar_CompileJsonContains_Call
- func (_c *JsonGrammar_CompileJsonContains_Call) Return(_a0 string, _a1 []interface{}, _a2 error) *JsonGrammar_CompileJsonContains_Call
- func (_c *JsonGrammar_CompileJsonContains_Call) Run(run func(column string, value interface{}, isNot bool)) *JsonGrammar_CompileJsonContains_Call
- func (_c *JsonGrammar_CompileJsonContains_Call) RunAndReturn(run func(string, interface{}, bool) (string, []interface{}, error)) *JsonGrammar_CompileJsonContains_Call
- type JsonGrammar_CompileJsonLength_Call
- func (_c *JsonGrammar_CompileJsonLength_Call) Return(_a0 string) *JsonGrammar_CompileJsonLength_Call
- func (_c *JsonGrammar_CompileJsonLength_Call) Run(run func(column string)) *JsonGrammar_CompileJsonLength_Call
- func (_c *JsonGrammar_CompileJsonLength_Call) RunAndReturn(run func(string) string) *JsonGrammar_CompileJsonLength_Call
- type JsonGrammar_CompileJsonSelector_Call
- func (_c *JsonGrammar_CompileJsonSelector_Call) Return(_a0 string) *JsonGrammar_CompileJsonSelector_Call
- func (_c *JsonGrammar_CompileJsonSelector_Call) Run(run func(column string)) *JsonGrammar_CompileJsonSelector_Call
- func (_c *JsonGrammar_CompileJsonSelector_Call) RunAndReturn(run func(string) string) *JsonGrammar_CompileJsonSelector_Call
- type JsonGrammar_CompileJsonValues_Call
- func (_c *JsonGrammar_CompileJsonValues_Call) Return(_a0 []interface{}) *JsonGrammar_CompileJsonValues_Call
- func (_c *JsonGrammar_CompileJsonValues_Call) Run(run func(args ...interface{})) *JsonGrammar_CompileJsonValues_Call
- func (_c *JsonGrammar_CompileJsonValues_Call) RunAndReturn(run func(...interface{}) []interface{}) *JsonGrammar_CompileJsonValues_Call
- type JsonGrammar_Expecter
- func (_e *JsonGrammar_Expecter) CompileJsonColumnsUpdate(values interface{}) *JsonGrammar_CompileJsonColumnsUpdate_Call
- func (_e *JsonGrammar_Expecter) CompileJsonContains(column interface{}, value interface{}, isNot interface{}) *JsonGrammar_CompileJsonContains_Call
- func (_e *JsonGrammar_Expecter) CompileJsonContainsKey(column interface{}, isNot interface{}) *JsonGrammar_CompileJsonContainsKey_Call
- func (_e *JsonGrammar_Expecter) CompileJsonLength(column interface{}) *JsonGrammar_CompileJsonLength_Call
- func (_e *JsonGrammar_Expecter) CompileJsonSelector(column interface{}) *JsonGrammar_CompileJsonSelector_Call
- func (_e *JsonGrammar_Expecter) CompileJsonValues(args ...interface{}) *JsonGrammar_CompileJsonValues_Call
- type PlaceholderFormat
- type PlaceholderFormat_Expecter
- type PlaceholderFormat_ReplacePlaceholders_Call
- func (_c *PlaceholderFormat_ReplacePlaceholders_Call) Return(_a0 string, _a1 error) *PlaceholderFormat_ReplacePlaceholders_Call
- func (_c *PlaceholderFormat_ReplacePlaceholders_Call) Run(run func(sql string)) *PlaceholderFormat_ReplacePlaceholders_Call
- func (_c *PlaceholderFormat_ReplacePlaceholders_Call) RunAndReturn(run func(string) (string, error)) *PlaceholderFormat_ReplacePlaceholders_Call
- type Processor
- func (_m *Processor) EXPECT() *Processor_Expecter
- func (_m *Processor) ProcessColumns(dbColumns []driver.DBColumn) []driver.Column
- func (_m *Processor) ProcessForeignKeys(dbIndexes []driver.DBForeignKey) []driver.ForeignKey
- func (_m *Processor) ProcessIndexes(dbIndexes []driver.DBIndex) []driver.Index
- func (_m *Processor) ProcessTypes(types []driver.Type) []driver.Type
- type Processor_Expecter
- func (_e *Processor_Expecter) ProcessColumns(dbColumns interface{}) *Processor_ProcessColumns_Call
- func (_e *Processor_Expecter) ProcessForeignKeys(dbIndexes interface{}) *Processor_ProcessForeignKeys_Call
- func (_e *Processor_Expecter) ProcessIndexes(dbIndexes interface{}) *Processor_ProcessIndexes_Call
- func (_e *Processor_Expecter) ProcessTypes(types interface{}) *Processor_ProcessTypes_Call
- type Processor_ProcessColumns_Call
- func (_c *Processor_ProcessColumns_Call) Return(_a0 []driver.Column) *Processor_ProcessColumns_Call
- func (_c *Processor_ProcessColumns_Call) Run(run func(dbColumns []driver.DBColumn)) *Processor_ProcessColumns_Call
- func (_c *Processor_ProcessColumns_Call) RunAndReturn(run func([]driver.DBColumn) []driver.Column) *Processor_ProcessColumns_Call
- type Processor_ProcessForeignKeys_Call
- func (_c *Processor_ProcessForeignKeys_Call) Return(_a0 []driver.ForeignKey) *Processor_ProcessForeignKeys_Call
- func (_c *Processor_ProcessForeignKeys_Call) Run(run func(dbIndexes []driver.DBForeignKey)) *Processor_ProcessForeignKeys_Call
- func (_c *Processor_ProcessForeignKeys_Call) RunAndReturn(run func([]driver.DBForeignKey) []driver.ForeignKey) *Processor_ProcessForeignKeys_Call
- type Processor_ProcessIndexes_Call
- func (_c *Processor_ProcessIndexes_Call) Return(_a0 []driver.Index) *Processor_ProcessIndexes_Call
- func (_c *Processor_ProcessIndexes_Call) Run(run func(dbIndexes []driver.DBIndex)) *Processor_ProcessIndexes_Call
- func (_c *Processor_ProcessIndexes_Call) RunAndReturn(run func([]driver.DBIndex) []driver.Index) *Processor_ProcessIndexes_Call
- type Processor_ProcessTypes_Call
- func (_c *Processor_ProcessTypes_Call) Return(_a0 []driver.Type) *Processor_ProcessTypes_Call
- func (_c *Processor_ProcessTypes_Call) Run(run func(types []driver.Type)) *Processor_ProcessTypes_Call
- func (_c *Processor_ProcessTypes_Call) RunAndReturn(run func([]driver.Type) []driver.Type) *Processor_ProcessTypes_Call
- type SchemaGrammar
- func (_m *SchemaGrammar) CompileAdd(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileChange(blueprint driver.Blueprint, command *driver.Command) []string
- func (_m *SchemaGrammar) CompileColumns(schema string, table string) (string, error)
- func (_m *SchemaGrammar) CompileComment(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileCreate(blueprint driver.Blueprint) string
- func (_m *SchemaGrammar) CompileDefault(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileDrop(blueprint driver.Blueprint) string
- func (_m *SchemaGrammar) CompileDropAllTables(schema string, tables []driver.Table) []string
- func (_m *SchemaGrammar) CompileDropAllTypes(schema string, types []driver.Type) []string
- func (_m *SchemaGrammar) CompileDropAllViews(schema string, views []driver.View) []string
- func (_m *SchemaGrammar) CompileDropColumn(blueprint driver.Blueprint, command *driver.Command) []string
- func (_m *SchemaGrammar) CompileDropForeign(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileDropFullText(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileDropIfExists(blueprint driver.Blueprint) string
- func (_m *SchemaGrammar) CompileDropIndex(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileDropPrimary(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileDropUnique(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileForeign(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileForeignKeys(schema string, table string) string
- func (_m *SchemaGrammar) CompileFullText(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileIndex(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileIndexes(schema string, table string) (string, error)
- func (_m *SchemaGrammar) CompilePrimary(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompilePrune(database string) string
- func (_m *SchemaGrammar) CompileRename(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileRenameColumn(blueprint driver.Blueprint, command *driver.Command, columns []driver.Column) (string, error)
- func (_m *SchemaGrammar) CompileRenameIndex(blueprint driver.Blueprint, command *driver.Command, indexes []driver.Index) []string
- func (_m *SchemaGrammar) CompileTableComment(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileTables(database string) string
- func (_m *SchemaGrammar) CompileTypes() string
- func (_m *SchemaGrammar) CompileUnique(blueprint driver.Blueprint, command *driver.Command) string
- func (_m *SchemaGrammar) CompileViews(database string) string
- func (_m *SchemaGrammar) EXPECT() *SchemaGrammar_Expecter
- func (_m *SchemaGrammar) GetAttributeCommands() []string
- func (_m *SchemaGrammar) TypeBigInteger(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeBoolean(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeChar(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeDate(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeDateTime(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeDateTimeTz(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeDecimal(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeDouble(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeEnum(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeFloat(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeInteger(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeJson(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeJsonb(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeLongText(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeMediumInteger(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeMediumText(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeSmallInteger(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeString(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeText(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeTime(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeTimeTz(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeTimestamp(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeTimestampTz(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeTinyInteger(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeTinyText(column driver.ColumnDefinition) string
- func (_m *SchemaGrammar) TypeUuid(column driver.ColumnDefinition) string
- type SchemaGrammar_CompileAdd_Call
- func (_c *SchemaGrammar_CompileAdd_Call) Return(_a0 string) *SchemaGrammar_CompileAdd_Call
- func (_c *SchemaGrammar_CompileAdd_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileAdd_Call
- func (_c *SchemaGrammar_CompileAdd_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileAdd_Call
- type SchemaGrammar_CompileChange_Call
- func (_c *SchemaGrammar_CompileChange_Call) Return(_a0 []string) *SchemaGrammar_CompileChange_Call
- func (_c *SchemaGrammar_CompileChange_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileChange_Call
- func (_c *SchemaGrammar_CompileChange_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) []string) *SchemaGrammar_CompileChange_Call
- type SchemaGrammar_CompileColumns_Call
- func (_c *SchemaGrammar_CompileColumns_Call) Return(_a0 string, _a1 error) *SchemaGrammar_CompileColumns_Call
- func (_c *SchemaGrammar_CompileColumns_Call) Run(run func(schema string, table string)) *SchemaGrammar_CompileColumns_Call
- func (_c *SchemaGrammar_CompileColumns_Call) RunAndReturn(run func(string, string) (string, error)) *SchemaGrammar_CompileColumns_Call
- type SchemaGrammar_CompileComment_Call
- func (_c *SchemaGrammar_CompileComment_Call) Return(_a0 string) *SchemaGrammar_CompileComment_Call
- func (_c *SchemaGrammar_CompileComment_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileComment_Call
- func (_c *SchemaGrammar_CompileComment_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileComment_Call
- type SchemaGrammar_CompileCreate_Call
- func (_c *SchemaGrammar_CompileCreate_Call) Return(_a0 string) *SchemaGrammar_CompileCreate_Call
- func (_c *SchemaGrammar_CompileCreate_Call) Run(run func(blueprint driver.Blueprint)) *SchemaGrammar_CompileCreate_Call
- func (_c *SchemaGrammar_CompileCreate_Call) RunAndReturn(run func(driver.Blueprint) string) *SchemaGrammar_CompileCreate_Call
- type SchemaGrammar_CompileDefault_Call
- func (_c *SchemaGrammar_CompileDefault_Call) Return(_a0 string) *SchemaGrammar_CompileDefault_Call
- func (_c *SchemaGrammar_CompileDefault_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDefault_Call
- func (_c *SchemaGrammar_CompileDefault_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDefault_Call
- type SchemaGrammar_CompileDropAllTables_Call
- func (_c *SchemaGrammar_CompileDropAllTables_Call) Return(_a0 []string) *SchemaGrammar_CompileDropAllTables_Call
- func (_c *SchemaGrammar_CompileDropAllTables_Call) Run(run func(schema string, tables []driver.Table)) *SchemaGrammar_CompileDropAllTables_Call
- func (_c *SchemaGrammar_CompileDropAllTables_Call) RunAndReturn(run func(string, []driver.Table) []string) *SchemaGrammar_CompileDropAllTables_Call
- type SchemaGrammar_CompileDropAllTypes_Call
- func (_c *SchemaGrammar_CompileDropAllTypes_Call) Return(_a0 []string) *SchemaGrammar_CompileDropAllTypes_Call
- func (_c *SchemaGrammar_CompileDropAllTypes_Call) Run(run func(schema string, types []driver.Type)) *SchemaGrammar_CompileDropAllTypes_Call
- func (_c *SchemaGrammar_CompileDropAllTypes_Call) RunAndReturn(run func(string, []driver.Type) []string) *SchemaGrammar_CompileDropAllTypes_Call
- type SchemaGrammar_CompileDropAllViews_Call
- func (_c *SchemaGrammar_CompileDropAllViews_Call) Return(_a0 []string) *SchemaGrammar_CompileDropAllViews_Call
- func (_c *SchemaGrammar_CompileDropAllViews_Call) Run(run func(schema string, views []driver.View)) *SchemaGrammar_CompileDropAllViews_Call
- func (_c *SchemaGrammar_CompileDropAllViews_Call) RunAndReturn(run func(string, []driver.View) []string) *SchemaGrammar_CompileDropAllViews_Call
- type SchemaGrammar_CompileDropColumn_Call
- func (_c *SchemaGrammar_CompileDropColumn_Call) Return(_a0 []string) *SchemaGrammar_CompileDropColumn_Call
- func (_c *SchemaGrammar_CompileDropColumn_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropColumn_Call
- func (_c *SchemaGrammar_CompileDropColumn_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) []string) *SchemaGrammar_CompileDropColumn_Call
- type SchemaGrammar_CompileDropForeign_Call
- func (_c *SchemaGrammar_CompileDropForeign_Call) Return(_a0 string) *SchemaGrammar_CompileDropForeign_Call
- func (_c *SchemaGrammar_CompileDropForeign_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropForeign_Call
- func (_c *SchemaGrammar_CompileDropForeign_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropForeign_Call
- type SchemaGrammar_CompileDropFullText_Call
- func (_c *SchemaGrammar_CompileDropFullText_Call) Return(_a0 string) *SchemaGrammar_CompileDropFullText_Call
- func (_c *SchemaGrammar_CompileDropFullText_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropFullText_Call
- func (_c *SchemaGrammar_CompileDropFullText_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropFullText_Call
- type SchemaGrammar_CompileDropIfExists_Call
- func (_c *SchemaGrammar_CompileDropIfExists_Call) Return(_a0 string) *SchemaGrammar_CompileDropIfExists_Call
- func (_c *SchemaGrammar_CompileDropIfExists_Call) Run(run func(blueprint driver.Blueprint)) *SchemaGrammar_CompileDropIfExists_Call
- func (_c *SchemaGrammar_CompileDropIfExists_Call) RunAndReturn(run func(driver.Blueprint) string) *SchemaGrammar_CompileDropIfExists_Call
- type SchemaGrammar_CompileDropIndex_Call
- func (_c *SchemaGrammar_CompileDropIndex_Call) Return(_a0 string) *SchemaGrammar_CompileDropIndex_Call
- func (_c *SchemaGrammar_CompileDropIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropIndex_Call
- func (_c *SchemaGrammar_CompileDropIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropIndex_Call
- type SchemaGrammar_CompileDropPrimary_Call
- func (_c *SchemaGrammar_CompileDropPrimary_Call) Return(_a0 string) *SchemaGrammar_CompileDropPrimary_Call
- func (_c *SchemaGrammar_CompileDropPrimary_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropPrimary_Call
- func (_c *SchemaGrammar_CompileDropPrimary_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropPrimary_Call
- type SchemaGrammar_CompileDropUnique_Call
- func (_c *SchemaGrammar_CompileDropUnique_Call) Return(_a0 string) *SchemaGrammar_CompileDropUnique_Call
- func (_c *SchemaGrammar_CompileDropUnique_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropUnique_Call
- func (_c *SchemaGrammar_CompileDropUnique_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropUnique_Call
- type SchemaGrammar_CompileDrop_Call
- func (_c *SchemaGrammar_CompileDrop_Call) Return(_a0 string) *SchemaGrammar_CompileDrop_Call
- func (_c *SchemaGrammar_CompileDrop_Call) Run(run func(blueprint driver.Blueprint)) *SchemaGrammar_CompileDrop_Call
- func (_c *SchemaGrammar_CompileDrop_Call) RunAndReturn(run func(driver.Blueprint) string) *SchemaGrammar_CompileDrop_Call
- type SchemaGrammar_CompileForeignKeys_Call
- func (_c *SchemaGrammar_CompileForeignKeys_Call) Return(_a0 string) *SchemaGrammar_CompileForeignKeys_Call
- func (_c *SchemaGrammar_CompileForeignKeys_Call) Run(run func(schema string, table string)) *SchemaGrammar_CompileForeignKeys_Call
- func (_c *SchemaGrammar_CompileForeignKeys_Call) RunAndReturn(run func(string, string) string) *SchemaGrammar_CompileForeignKeys_Call
- type SchemaGrammar_CompileForeign_Call
- func (_c *SchemaGrammar_CompileForeign_Call) Return(_a0 string) *SchemaGrammar_CompileForeign_Call
- func (_c *SchemaGrammar_CompileForeign_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileForeign_Call
- func (_c *SchemaGrammar_CompileForeign_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileForeign_Call
- type SchemaGrammar_CompileFullText_Call
- func (_c *SchemaGrammar_CompileFullText_Call) Return(_a0 string) *SchemaGrammar_CompileFullText_Call
- func (_c *SchemaGrammar_CompileFullText_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileFullText_Call
- func (_c *SchemaGrammar_CompileFullText_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileFullText_Call
- type SchemaGrammar_CompileIndex_Call
- func (_c *SchemaGrammar_CompileIndex_Call) Return(_a0 string) *SchemaGrammar_CompileIndex_Call
- func (_c *SchemaGrammar_CompileIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileIndex_Call
- func (_c *SchemaGrammar_CompileIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileIndex_Call
- type SchemaGrammar_CompileIndexes_Call
- func (_c *SchemaGrammar_CompileIndexes_Call) Return(_a0 string, _a1 error) *SchemaGrammar_CompileIndexes_Call
- func (_c *SchemaGrammar_CompileIndexes_Call) Run(run func(schema string, table string)) *SchemaGrammar_CompileIndexes_Call
- func (_c *SchemaGrammar_CompileIndexes_Call) RunAndReturn(run func(string, string) (string, error)) *SchemaGrammar_CompileIndexes_Call
- type SchemaGrammar_CompilePrimary_Call
- func (_c *SchemaGrammar_CompilePrimary_Call) Return(_a0 string) *SchemaGrammar_CompilePrimary_Call
- func (_c *SchemaGrammar_CompilePrimary_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompilePrimary_Call
- func (_c *SchemaGrammar_CompilePrimary_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompilePrimary_Call
- type SchemaGrammar_CompilePrune_Call
- func (_c *SchemaGrammar_CompilePrune_Call) Return(_a0 string) *SchemaGrammar_CompilePrune_Call
- func (_c *SchemaGrammar_CompilePrune_Call) Run(run func(database string)) *SchemaGrammar_CompilePrune_Call
- func (_c *SchemaGrammar_CompilePrune_Call) RunAndReturn(run func(string) string) *SchemaGrammar_CompilePrune_Call
- type SchemaGrammar_CompileRenameColumn_Call
- func (_c *SchemaGrammar_CompileRenameColumn_Call) Return(_a0 string, _a1 error) *SchemaGrammar_CompileRenameColumn_Call
- func (_c *SchemaGrammar_CompileRenameColumn_Call) Run(...) *SchemaGrammar_CompileRenameColumn_Call
- func (_c *SchemaGrammar_CompileRenameColumn_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command, []driver.Column) (string, error)) *SchemaGrammar_CompileRenameColumn_Call
- type SchemaGrammar_CompileRenameIndex_Call
- func (_c *SchemaGrammar_CompileRenameIndex_Call) Return(_a0 []string) *SchemaGrammar_CompileRenameIndex_Call
- func (_c *SchemaGrammar_CompileRenameIndex_Call) Run(...) *SchemaGrammar_CompileRenameIndex_Call
- func (_c *SchemaGrammar_CompileRenameIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command, []driver.Index) []string) *SchemaGrammar_CompileRenameIndex_Call
- type SchemaGrammar_CompileRename_Call
- func (_c *SchemaGrammar_CompileRename_Call) Return(_a0 string) *SchemaGrammar_CompileRename_Call
- func (_c *SchemaGrammar_CompileRename_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileRename_Call
- func (_c *SchemaGrammar_CompileRename_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileRename_Call
- type SchemaGrammar_CompileTableComment_Call
- func (_c *SchemaGrammar_CompileTableComment_Call) Return(_a0 string) *SchemaGrammar_CompileTableComment_Call
- func (_c *SchemaGrammar_CompileTableComment_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileTableComment_Call
- func (_c *SchemaGrammar_CompileTableComment_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileTableComment_Call
- type SchemaGrammar_CompileTables_Call
- func (_c *SchemaGrammar_CompileTables_Call) Return(_a0 string) *SchemaGrammar_CompileTables_Call
- func (_c *SchemaGrammar_CompileTables_Call) Run(run func(database string)) *SchemaGrammar_CompileTables_Call
- func (_c *SchemaGrammar_CompileTables_Call) RunAndReturn(run func(string) string) *SchemaGrammar_CompileTables_Call
- type SchemaGrammar_CompileTypes_Call
- type SchemaGrammar_CompileUnique_Call
- func (_c *SchemaGrammar_CompileUnique_Call) Return(_a0 string) *SchemaGrammar_CompileUnique_Call
- func (_c *SchemaGrammar_CompileUnique_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileUnique_Call
- func (_c *SchemaGrammar_CompileUnique_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileUnique_Call
- type SchemaGrammar_CompileViews_Call
- func (_c *SchemaGrammar_CompileViews_Call) Return(_a0 string) *SchemaGrammar_CompileViews_Call
- func (_c *SchemaGrammar_CompileViews_Call) Run(run func(database string)) *SchemaGrammar_CompileViews_Call
- func (_c *SchemaGrammar_CompileViews_Call) RunAndReturn(run func(string) string) *SchemaGrammar_CompileViews_Call
- type SchemaGrammar_Expecter
- func (_e *SchemaGrammar_Expecter) CompileAdd(blueprint interface{}, command interface{}) *SchemaGrammar_CompileAdd_Call
- func (_e *SchemaGrammar_Expecter) CompileChange(blueprint interface{}, command interface{}) *SchemaGrammar_CompileChange_Call
- func (_e *SchemaGrammar_Expecter) CompileColumns(schema interface{}, table interface{}) *SchemaGrammar_CompileColumns_Call
- func (_e *SchemaGrammar_Expecter) CompileComment(blueprint interface{}, command interface{}) *SchemaGrammar_CompileComment_Call
- func (_e *SchemaGrammar_Expecter) CompileCreate(blueprint interface{}) *SchemaGrammar_CompileCreate_Call
- func (_e *SchemaGrammar_Expecter) CompileDefault(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDefault_Call
- func (_e *SchemaGrammar_Expecter) CompileDrop(blueprint interface{}) *SchemaGrammar_CompileDrop_Call
- func (_e *SchemaGrammar_Expecter) CompileDropAllTables(schema interface{}, tables interface{}) *SchemaGrammar_CompileDropAllTables_Call
- func (_e *SchemaGrammar_Expecter) CompileDropAllTypes(schema interface{}, types interface{}) *SchemaGrammar_CompileDropAllTypes_Call
- func (_e *SchemaGrammar_Expecter) CompileDropAllViews(schema interface{}, views interface{}) *SchemaGrammar_CompileDropAllViews_Call
- func (_e *SchemaGrammar_Expecter) CompileDropColumn(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropColumn_Call
- func (_e *SchemaGrammar_Expecter) CompileDropForeign(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropForeign_Call
- func (_e *SchemaGrammar_Expecter) CompileDropFullText(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropFullText_Call
- func (_e *SchemaGrammar_Expecter) CompileDropIfExists(blueprint interface{}) *SchemaGrammar_CompileDropIfExists_Call
- func (_e *SchemaGrammar_Expecter) CompileDropIndex(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropIndex_Call
- func (_e *SchemaGrammar_Expecter) CompileDropPrimary(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropPrimary_Call
- func (_e *SchemaGrammar_Expecter) CompileDropUnique(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropUnique_Call
- func (_e *SchemaGrammar_Expecter) CompileForeign(blueprint interface{}, command interface{}) *SchemaGrammar_CompileForeign_Call
- func (_e *SchemaGrammar_Expecter) CompileForeignKeys(schema interface{}, table interface{}) *SchemaGrammar_CompileForeignKeys_Call
- func (_e *SchemaGrammar_Expecter) CompileFullText(blueprint interface{}, command interface{}) *SchemaGrammar_CompileFullText_Call
- func (_e *SchemaGrammar_Expecter) CompileIndex(blueprint interface{}, command interface{}) *SchemaGrammar_CompileIndex_Call
- func (_e *SchemaGrammar_Expecter) CompileIndexes(schema interface{}, table interface{}) *SchemaGrammar_CompileIndexes_Call
- func (_e *SchemaGrammar_Expecter) CompilePrimary(blueprint interface{}, command interface{}) *SchemaGrammar_CompilePrimary_Call
- func (_e *SchemaGrammar_Expecter) CompilePrune(database interface{}) *SchemaGrammar_CompilePrune_Call
- func (_e *SchemaGrammar_Expecter) CompileRename(blueprint interface{}, command interface{}) *SchemaGrammar_CompileRename_Call
- func (_e *SchemaGrammar_Expecter) CompileRenameColumn(blueprint interface{}, command interface{}, columns interface{}) *SchemaGrammar_CompileRenameColumn_Call
- func (_e *SchemaGrammar_Expecter) CompileRenameIndex(blueprint interface{}, command interface{}, indexes interface{}) *SchemaGrammar_CompileRenameIndex_Call
- func (_e *SchemaGrammar_Expecter) CompileTableComment(blueprint interface{}, command interface{}) *SchemaGrammar_CompileTableComment_Call
- func (_e *SchemaGrammar_Expecter) CompileTables(database interface{}) *SchemaGrammar_CompileTables_Call
- func (_e *SchemaGrammar_Expecter) CompileTypes() *SchemaGrammar_CompileTypes_Call
- func (_e *SchemaGrammar_Expecter) CompileUnique(blueprint interface{}, command interface{}) *SchemaGrammar_CompileUnique_Call
- func (_e *SchemaGrammar_Expecter) CompileViews(database interface{}) *SchemaGrammar_CompileViews_Call
- func (_e *SchemaGrammar_Expecter) GetAttributeCommands() *SchemaGrammar_GetAttributeCommands_Call
- func (_e *SchemaGrammar_Expecter) TypeBigInteger(column interface{}) *SchemaGrammar_TypeBigInteger_Call
- func (_e *SchemaGrammar_Expecter) TypeBoolean(column interface{}) *SchemaGrammar_TypeBoolean_Call
- func (_e *SchemaGrammar_Expecter) TypeChar(column interface{}) *SchemaGrammar_TypeChar_Call
- func (_e *SchemaGrammar_Expecter) TypeDate(column interface{}) *SchemaGrammar_TypeDate_Call
- func (_e *SchemaGrammar_Expecter) TypeDateTime(column interface{}) *SchemaGrammar_TypeDateTime_Call
- func (_e *SchemaGrammar_Expecter) TypeDateTimeTz(column interface{}) *SchemaGrammar_TypeDateTimeTz_Call
- func (_e *SchemaGrammar_Expecter) TypeDecimal(column interface{}) *SchemaGrammar_TypeDecimal_Call
- func (_e *SchemaGrammar_Expecter) TypeDouble(column interface{}) *SchemaGrammar_TypeDouble_Call
- func (_e *SchemaGrammar_Expecter) TypeEnum(column interface{}) *SchemaGrammar_TypeEnum_Call
- func (_e *SchemaGrammar_Expecter) TypeFloat(column interface{}) *SchemaGrammar_TypeFloat_Call
- func (_e *SchemaGrammar_Expecter) TypeInteger(column interface{}) *SchemaGrammar_TypeInteger_Call
- func (_e *SchemaGrammar_Expecter) TypeJson(column interface{}) *SchemaGrammar_TypeJson_Call
- func (_e *SchemaGrammar_Expecter) TypeJsonb(column interface{}) *SchemaGrammar_TypeJsonb_Call
- func (_e *SchemaGrammar_Expecter) TypeLongText(column interface{}) *SchemaGrammar_TypeLongText_Call
- func (_e *SchemaGrammar_Expecter) TypeMediumInteger(column interface{}) *SchemaGrammar_TypeMediumInteger_Call
- func (_e *SchemaGrammar_Expecter) TypeMediumText(column interface{}) *SchemaGrammar_TypeMediumText_Call
- func (_e *SchemaGrammar_Expecter) TypeSmallInteger(column interface{}) *SchemaGrammar_TypeSmallInteger_Call
- func (_e *SchemaGrammar_Expecter) TypeString(column interface{}) *SchemaGrammar_TypeString_Call
- func (_e *SchemaGrammar_Expecter) TypeText(column interface{}) *SchemaGrammar_TypeText_Call
- func (_e *SchemaGrammar_Expecter) TypeTime(column interface{}) *SchemaGrammar_TypeTime_Call
- func (_e *SchemaGrammar_Expecter) TypeTimeTz(column interface{}) *SchemaGrammar_TypeTimeTz_Call
- func (_e *SchemaGrammar_Expecter) TypeTimestamp(column interface{}) *SchemaGrammar_TypeTimestamp_Call
- func (_e *SchemaGrammar_Expecter) TypeTimestampTz(column interface{}) *SchemaGrammar_TypeTimestampTz_Call
- func (_e *SchemaGrammar_Expecter) TypeTinyInteger(column interface{}) *SchemaGrammar_TypeTinyInteger_Call
- func (_e *SchemaGrammar_Expecter) TypeTinyText(column interface{}) *SchemaGrammar_TypeTinyText_Call
- func (_e *SchemaGrammar_Expecter) TypeUuid(column interface{}) *SchemaGrammar_TypeUuid_Call
- type SchemaGrammar_GetAttributeCommands_Call
- func (_c *SchemaGrammar_GetAttributeCommands_Call) Return(_a0 []string) *SchemaGrammar_GetAttributeCommands_Call
- func (_c *SchemaGrammar_GetAttributeCommands_Call) Run(run func()) *SchemaGrammar_GetAttributeCommands_Call
- func (_c *SchemaGrammar_GetAttributeCommands_Call) RunAndReturn(run func() []string) *SchemaGrammar_GetAttributeCommands_Call
- type SchemaGrammar_TypeBigInteger_Call
- func (_c *SchemaGrammar_TypeBigInteger_Call) Return(_a0 string) *SchemaGrammar_TypeBigInteger_Call
- func (_c *SchemaGrammar_TypeBigInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeBigInteger_Call
- func (_c *SchemaGrammar_TypeBigInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeBigInteger_Call
- type SchemaGrammar_TypeBoolean_Call
- func (_c *SchemaGrammar_TypeBoolean_Call) Return(_a0 string) *SchemaGrammar_TypeBoolean_Call
- func (_c *SchemaGrammar_TypeBoolean_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeBoolean_Call
- func (_c *SchemaGrammar_TypeBoolean_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeBoolean_Call
- type SchemaGrammar_TypeChar_Call
- func (_c *SchemaGrammar_TypeChar_Call) Return(_a0 string) *SchemaGrammar_TypeChar_Call
- func (_c *SchemaGrammar_TypeChar_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeChar_Call
- func (_c *SchemaGrammar_TypeChar_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeChar_Call
- type SchemaGrammar_TypeDateTimeTz_Call
- func (_c *SchemaGrammar_TypeDateTimeTz_Call) Return(_a0 string) *SchemaGrammar_TypeDateTimeTz_Call
- func (_c *SchemaGrammar_TypeDateTimeTz_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDateTimeTz_Call
- func (_c *SchemaGrammar_TypeDateTimeTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDateTimeTz_Call
- type SchemaGrammar_TypeDateTime_Call
- func (_c *SchemaGrammar_TypeDateTime_Call) Return(_a0 string) *SchemaGrammar_TypeDateTime_Call
- func (_c *SchemaGrammar_TypeDateTime_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDateTime_Call
- func (_c *SchemaGrammar_TypeDateTime_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDateTime_Call
- type SchemaGrammar_TypeDate_Call
- func (_c *SchemaGrammar_TypeDate_Call) Return(_a0 string) *SchemaGrammar_TypeDate_Call
- func (_c *SchemaGrammar_TypeDate_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDate_Call
- func (_c *SchemaGrammar_TypeDate_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDate_Call
- type SchemaGrammar_TypeDecimal_Call
- func (_c *SchemaGrammar_TypeDecimal_Call) Return(_a0 string) *SchemaGrammar_TypeDecimal_Call
- func (_c *SchemaGrammar_TypeDecimal_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDecimal_Call
- func (_c *SchemaGrammar_TypeDecimal_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDecimal_Call
- type SchemaGrammar_TypeDouble_Call
- func (_c *SchemaGrammar_TypeDouble_Call) Return(_a0 string) *SchemaGrammar_TypeDouble_Call
- func (_c *SchemaGrammar_TypeDouble_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDouble_Call
- func (_c *SchemaGrammar_TypeDouble_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDouble_Call
- type SchemaGrammar_TypeEnum_Call
- func (_c *SchemaGrammar_TypeEnum_Call) Return(_a0 string) *SchemaGrammar_TypeEnum_Call
- func (_c *SchemaGrammar_TypeEnum_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeEnum_Call
- func (_c *SchemaGrammar_TypeEnum_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeEnum_Call
- type SchemaGrammar_TypeFloat_Call
- func (_c *SchemaGrammar_TypeFloat_Call) Return(_a0 string) *SchemaGrammar_TypeFloat_Call
- func (_c *SchemaGrammar_TypeFloat_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeFloat_Call
- func (_c *SchemaGrammar_TypeFloat_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeFloat_Call
- type SchemaGrammar_TypeInteger_Call
- func (_c *SchemaGrammar_TypeInteger_Call) Return(_a0 string) *SchemaGrammar_TypeInteger_Call
- func (_c *SchemaGrammar_TypeInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeInteger_Call
- func (_c *SchemaGrammar_TypeInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeInteger_Call
- type SchemaGrammar_TypeJson_Call
- func (_c *SchemaGrammar_TypeJson_Call) Return(_a0 string) *SchemaGrammar_TypeJson_Call
- func (_c *SchemaGrammar_TypeJson_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeJson_Call
- func (_c *SchemaGrammar_TypeJson_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeJson_Call
- type SchemaGrammar_TypeJsonb_Call
- func (_c *SchemaGrammar_TypeJsonb_Call) Return(_a0 string) *SchemaGrammar_TypeJsonb_Call
- func (_c *SchemaGrammar_TypeJsonb_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeJsonb_Call
- func (_c *SchemaGrammar_TypeJsonb_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeJsonb_Call
- type SchemaGrammar_TypeLongText_Call
- func (_c *SchemaGrammar_TypeLongText_Call) Return(_a0 string) *SchemaGrammar_TypeLongText_Call
- func (_c *SchemaGrammar_TypeLongText_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeLongText_Call
- func (_c *SchemaGrammar_TypeLongText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeLongText_Call
- type SchemaGrammar_TypeMediumInteger_Call
- func (_c *SchemaGrammar_TypeMediumInteger_Call) Return(_a0 string) *SchemaGrammar_TypeMediumInteger_Call
- func (_c *SchemaGrammar_TypeMediumInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeMediumInteger_Call
- func (_c *SchemaGrammar_TypeMediumInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeMediumInteger_Call
- type SchemaGrammar_TypeMediumText_Call
- func (_c *SchemaGrammar_TypeMediumText_Call) Return(_a0 string) *SchemaGrammar_TypeMediumText_Call
- func (_c *SchemaGrammar_TypeMediumText_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeMediumText_Call
- func (_c *SchemaGrammar_TypeMediumText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeMediumText_Call
- type SchemaGrammar_TypeSmallInteger_Call
- func (_c *SchemaGrammar_TypeSmallInteger_Call) Return(_a0 string) *SchemaGrammar_TypeSmallInteger_Call
- func (_c *SchemaGrammar_TypeSmallInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeSmallInteger_Call
- func (_c *SchemaGrammar_TypeSmallInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeSmallInteger_Call
- type SchemaGrammar_TypeString_Call
- func (_c *SchemaGrammar_TypeString_Call) Return(_a0 string) *SchemaGrammar_TypeString_Call
- func (_c *SchemaGrammar_TypeString_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeString_Call
- func (_c *SchemaGrammar_TypeString_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeString_Call
- type SchemaGrammar_TypeText_Call
- func (_c *SchemaGrammar_TypeText_Call) Return(_a0 string) *SchemaGrammar_TypeText_Call
- func (_c *SchemaGrammar_TypeText_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeText_Call
- func (_c *SchemaGrammar_TypeText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeText_Call
- type SchemaGrammar_TypeTimeTz_Call
- func (_c *SchemaGrammar_TypeTimeTz_Call) Return(_a0 string) *SchemaGrammar_TypeTimeTz_Call
- func (_c *SchemaGrammar_TypeTimeTz_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTimeTz_Call
- func (_c *SchemaGrammar_TypeTimeTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTimeTz_Call
- type SchemaGrammar_TypeTime_Call
- func (_c *SchemaGrammar_TypeTime_Call) Return(_a0 string) *SchemaGrammar_TypeTime_Call
- func (_c *SchemaGrammar_TypeTime_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTime_Call
- func (_c *SchemaGrammar_TypeTime_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTime_Call
- type SchemaGrammar_TypeTimestampTz_Call
- func (_c *SchemaGrammar_TypeTimestampTz_Call) Return(_a0 string) *SchemaGrammar_TypeTimestampTz_Call
- func (_c *SchemaGrammar_TypeTimestampTz_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTimestampTz_Call
- func (_c *SchemaGrammar_TypeTimestampTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTimestampTz_Call
- type SchemaGrammar_TypeTimestamp_Call
- func (_c *SchemaGrammar_TypeTimestamp_Call) Return(_a0 string) *SchemaGrammar_TypeTimestamp_Call
- func (_c *SchemaGrammar_TypeTimestamp_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTimestamp_Call
- func (_c *SchemaGrammar_TypeTimestamp_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTimestamp_Call
- type SchemaGrammar_TypeTinyInteger_Call
- func (_c *SchemaGrammar_TypeTinyInteger_Call) Return(_a0 string) *SchemaGrammar_TypeTinyInteger_Call
- func (_c *SchemaGrammar_TypeTinyInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTinyInteger_Call
- func (_c *SchemaGrammar_TypeTinyInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTinyInteger_Call
- type SchemaGrammar_TypeTinyText_Call
- func (_c *SchemaGrammar_TypeTinyText_Call) Return(_a0 string) *SchemaGrammar_TypeTinyText_Call
- func (_c *SchemaGrammar_TypeTinyText_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTinyText_Call
- func (_c *SchemaGrammar_TypeTinyText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTinyText_Call
- type SchemaGrammar_TypeUuid_Call
- func (_c *SchemaGrammar_TypeUuid_Call) Return(_a0 string) *SchemaGrammar_TypeUuid_Call
- func (_c *SchemaGrammar_TypeUuid_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeUuid_Call
- func (_c *SchemaGrammar_TypeUuid_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeUuid_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blueprint ¶
Blueprint is an autogenerated mock type for the Blueprint type
func NewBlueprint ¶
NewBlueprint creates a new instance of Blueprint. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Blueprint) EXPECT ¶
func (_m *Blueprint) EXPECT() *Blueprint_Expecter
func (*Blueprint) GetAddedColumns ¶
func (_m *Blueprint) GetAddedColumns() []driver.ColumnDefinition
GetAddedColumns provides a mock function with no fields
func (*Blueprint) GetCommands ¶
GetCommands provides a mock function with no fields
func (*Blueprint) GetTableName ¶
GetTableName provides a mock function with no fields
func (*Blueprint) HasCommand ¶
HasCommand provides a mock function with given fields: command
type Blueprint_Expecter ¶
type Blueprint_Expecter struct {
// contains filtered or unexported fields
}
func (*Blueprint_Expecter) GetAddedColumns ¶
func (_e *Blueprint_Expecter) GetAddedColumns() *Blueprint_GetAddedColumns_Call
GetAddedColumns is a helper method to define mock.On call
func (*Blueprint_Expecter) GetCommands ¶
func (_e *Blueprint_Expecter) GetCommands() *Blueprint_GetCommands_Call
GetCommands is a helper method to define mock.On call
func (*Blueprint_Expecter) GetTableName ¶
func (_e *Blueprint_Expecter) GetTableName() *Blueprint_GetTableName_Call
GetTableName is a helper method to define mock.On call
func (*Blueprint_Expecter) HasCommand ¶
func (_e *Blueprint_Expecter) HasCommand(command interface{}) *Blueprint_HasCommand_Call
HasCommand is a helper method to define mock.On call
- command string
type Blueprint_GetAddedColumns_Call ¶
Blueprint_GetAddedColumns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAddedColumns'
func (*Blueprint_GetAddedColumns_Call) Return ¶
func (_c *Blueprint_GetAddedColumns_Call) Return(_a0 []driver.ColumnDefinition) *Blueprint_GetAddedColumns_Call
func (*Blueprint_GetAddedColumns_Call) Run ¶
func (_c *Blueprint_GetAddedColumns_Call) Run(run func()) *Blueprint_GetAddedColumns_Call
func (*Blueprint_GetAddedColumns_Call) RunAndReturn ¶
func (_c *Blueprint_GetAddedColumns_Call) RunAndReturn(run func() []driver.ColumnDefinition) *Blueprint_GetAddedColumns_Call
type Blueprint_GetCommands_Call ¶
Blueprint_GetCommands_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCommands'
func (*Blueprint_GetCommands_Call) Return ¶
func (_c *Blueprint_GetCommands_Call) Return(_a0 []*driver.Command) *Blueprint_GetCommands_Call
func (*Blueprint_GetCommands_Call) Run ¶
func (_c *Blueprint_GetCommands_Call) Run(run func()) *Blueprint_GetCommands_Call
func (*Blueprint_GetCommands_Call) RunAndReturn ¶
func (_c *Blueprint_GetCommands_Call) RunAndReturn(run func() []*driver.Command) *Blueprint_GetCommands_Call
type Blueprint_GetTableName_Call ¶
Blueprint_GetTableName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTableName'
func (*Blueprint_GetTableName_Call) Return ¶
func (_c *Blueprint_GetTableName_Call) Return(_a0 string) *Blueprint_GetTableName_Call
func (*Blueprint_GetTableName_Call) Run ¶
func (_c *Blueprint_GetTableName_Call) Run(run func()) *Blueprint_GetTableName_Call
func (*Blueprint_GetTableName_Call) RunAndReturn ¶
func (_c *Blueprint_GetTableName_Call) RunAndReturn(run func() string) *Blueprint_GetTableName_Call
type Blueprint_HasCommand_Call ¶
Blueprint_HasCommand_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HasCommand'
func (*Blueprint_HasCommand_Call) Return ¶
func (_c *Blueprint_HasCommand_Call) Return(_a0 bool) *Blueprint_HasCommand_Call
func (*Blueprint_HasCommand_Call) Run ¶
func (_c *Blueprint_HasCommand_Call) Run(run func(command string)) *Blueprint_HasCommand_Call
func (*Blueprint_HasCommand_Call) RunAndReturn ¶
func (_c *Blueprint_HasCommand_Call) RunAndReturn(run func(string) bool) *Blueprint_HasCommand_Call
type ColumnDefinition ¶
ColumnDefinition is an autogenerated mock type for the ColumnDefinition type
func NewColumnDefinition ¶
func NewColumnDefinition(t interface {
mock.TestingT
Cleanup(func())
}) *ColumnDefinition
NewColumnDefinition creates a new instance of ColumnDefinition. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ColumnDefinition) After ¶
func (_m *ColumnDefinition) After(column string) driver.ColumnDefinition
After provides a mock function with given fields: column
func (*ColumnDefinition) Always ¶
func (_m *ColumnDefinition) Always() driver.ColumnDefinition
Always provides a mock function with no fields
func (*ColumnDefinition) AutoIncrement ¶
func (_m *ColumnDefinition) AutoIncrement() driver.ColumnDefinition
AutoIncrement provides a mock function with no fields
func (*ColumnDefinition) Change ¶
func (_m *ColumnDefinition) Change() driver.ColumnDefinition
Change provides a mock function with no fields
func (*ColumnDefinition) Comment ¶
func (_m *ColumnDefinition) Comment(comment string) driver.ColumnDefinition
Comment provides a mock function with given fields: comment
func (*ColumnDefinition) Default ¶
func (_m *ColumnDefinition) Default(def interface{}) driver.ColumnDefinition
Default provides a mock function with given fields: def
func (*ColumnDefinition) EXPECT ¶
func (_m *ColumnDefinition) EXPECT() *ColumnDefinition_Expecter
func (*ColumnDefinition) First ¶
func (_m *ColumnDefinition) First() driver.ColumnDefinition
First provides a mock function with no fields
func (*ColumnDefinition) GeneratedAs ¶
func (_m *ColumnDefinition) GeneratedAs(expression ...string) driver.ColumnDefinition
GeneratedAs provides a mock function with given fields: expression
func (*ColumnDefinition) GetAfter ¶
func (_m *ColumnDefinition) GetAfter() string
GetAfter provides a mock function with no fields
func (*ColumnDefinition) GetAllowed ¶
func (_m *ColumnDefinition) GetAllowed() []interface{}
GetAllowed provides a mock function with no fields
func (*ColumnDefinition) GetAutoIncrement ¶
func (_m *ColumnDefinition) GetAutoIncrement() bool
GetAutoIncrement provides a mock function with no fields
func (*ColumnDefinition) GetComment ¶
func (_m *ColumnDefinition) GetComment() string
GetComment provides a mock function with no fields
func (*ColumnDefinition) GetDefault ¶
func (_m *ColumnDefinition) GetDefault() interface{}
GetDefault provides a mock function with no fields
func (*ColumnDefinition) GetGeneratedAs ¶
func (_m *ColumnDefinition) GetGeneratedAs() string
GetGeneratedAs provides a mock function with no fields
func (*ColumnDefinition) GetLength ¶
func (_m *ColumnDefinition) GetLength() int
GetLength provides a mock function with no fields
func (*ColumnDefinition) GetName ¶
func (_m *ColumnDefinition) GetName() string
GetName provides a mock function with no fields
func (*ColumnDefinition) GetNullable ¶
func (_m *ColumnDefinition) GetNullable() bool
GetNullable provides a mock function with no fields
func (*ColumnDefinition) GetOnUpdate ¶
func (_m *ColumnDefinition) GetOnUpdate() interface{}
GetOnUpdate provides a mock function with no fields
func (*ColumnDefinition) GetPlaces ¶
func (_m *ColumnDefinition) GetPlaces() int
GetPlaces provides a mock function with no fields
func (*ColumnDefinition) GetPrecision ¶
func (_m *ColumnDefinition) GetPrecision() int
GetPrecision provides a mock function with no fields
func (*ColumnDefinition) GetTotal ¶
func (_m *ColumnDefinition) GetTotal() int
GetTotal provides a mock function with no fields
func (*ColumnDefinition) GetType ¶
func (_m *ColumnDefinition) GetType() string
GetType provides a mock function with no fields
func (*ColumnDefinition) GetUnsigned ¶
func (_m *ColumnDefinition) GetUnsigned() bool
GetUnsigned provides a mock function with no fields
func (*ColumnDefinition) GetUseCurrent ¶
func (_m *ColumnDefinition) GetUseCurrent() bool
GetUseCurrent provides a mock function with no fields
func (*ColumnDefinition) GetUseCurrentOnUpdate ¶
func (_m *ColumnDefinition) GetUseCurrentOnUpdate() bool
GetUseCurrentOnUpdate provides a mock function with no fields
func (*ColumnDefinition) IsAlways ¶
func (_m *ColumnDefinition) IsAlways() bool
IsAlways provides a mock function with no fields
func (*ColumnDefinition) IsChange ¶
func (_m *ColumnDefinition) IsChange() bool
IsChange provides a mock function with no fields
func (*ColumnDefinition) IsFirst ¶
func (_m *ColumnDefinition) IsFirst() bool
IsFirst provides a mock function with no fields
func (*ColumnDefinition) IsSetComment ¶
func (_m *ColumnDefinition) IsSetComment() bool
IsSetComment provides a mock function with no fields
func (*ColumnDefinition) IsSetGeneratedAs ¶
func (_m *ColumnDefinition) IsSetGeneratedAs() bool
IsSetGeneratedAs provides a mock function with no fields
func (*ColumnDefinition) Nullable ¶
func (_m *ColumnDefinition) Nullable() driver.ColumnDefinition
Nullable provides a mock function with no fields
func (*ColumnDefinition) OnUpdate ¶
func (_m *ColumnDefinition) OnUpdate(value interface{}) driver.ColumnDefinition
OnUpdate provides a mock function with given fields: value
func (*ColumnDefinition) Places ¶
func (_m *ColumnDefinition) Places(places int) driver.ColumnDefinition
Places provides a mock function with given fields: places
func (*ColumnDefinition) Total ¶
func (_m *ColumnDefinition) Total(total int) driver.ColumnDefinition
Total provides a mock function with given fields: total
func (*ColumnDefinition) Unsigned ¶
func (_m *ColumnDefinition) Unsigned() driver.ColumnDefinition
Unsigned provides a mock function with no fields
func (*ColumnDefinition) UseCurrent ¶
func (_m *ColumnDefinition) UseCurrent() driver.ColumnDefinition
UseCurrent provides a mock function with no fields
func (*ColumnDefinition) UseCurrentOnUpdate ¶
func (_m *ColumnDefinition) UseCurrentOnUpdate() driver.ColumnDefinition
UseCurrentOnUpdate provides a mock function with no fields
type ColumnDefinition_After_Call ¶
ColumnDefinition_After_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'After'
func (*ColumnDefinition_After_Call) Return ¶
func (_c *ColumnDefinition_After_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_After_Call
func (*ColumnDefinition_After_Call) Run ¶
func (_c *ColumnDefinition_After_Call) Run(run func(column string)) *ColumnDefinition_After_Call
func (*ColumnDefinition_After_Call) RunAndReturn ¶
func (_c *ColumnDefinition_After_Call) RunAndReturn(run func(string) driver.ColumnDefinition) *ColumnDefinition_After_Call
type ColumnDefinition_Always_Call ¶
ColumnDefinition_Always_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Always'
func (*ColumnDefinition_Always_Call) Return ¶
func (_c *ColumnDefinition_Always_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Always_Call
func (*ColumnDefinition_Always_Call) Run ¶
func (_c *ColumnDefinition_Always_Call) Run(run func()) *ColumnDefinition_Always_Call
func (*ColumnDefinition_Always_Call) RunAndReturn ¶
func (_c *ColumnDefinition_Always_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_Always_Call
type ColumnDefinition_AutoIncrement_Call ¶
ColumnDefinition_AutoIncrement_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AutoIncrement'
func (*ColumnDefinition_AutoIncrement_Call) Return ¶
func (_c *ColumnDefinition_AutoIncrement_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_AutoIncrement_Call
func (*ColumnDefinition_AutoIncrement_Call) Run ¶
func (_c *ColumnDefinition_AutoIncrement_Call) Run(run func()) *ColumnDefinition_AutoIncrement_Call
func (*ColumnDefinition_AutoIncrement_Call) RunAndReturn ¶
func (_c *ColumnDefinition_AutoIncrement_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_AutoIncrement_Call
type ColumnDefinition_Change_Call ¶
ColumnDefinition_Change_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Change'
func (*ColumnDefinition_Change_Call) Return ¶
func (_c *ColumnDefinition_Change_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Change_Call
func (*ColumnDefinition_Change_Call) Run ¶
func (_c *ColumnDefinition_Change_Call) Run(run func()) *ColumnDefinition_Change_Call
func (*ColumnDefinition_Change_Call) RunAndReturn ¶
func (_c *ColumnDefinition_Change_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_Change_Call
type ColumnDefinition_Comment_Call ¶
ColumnDefinition_Comment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Comment'
func (*ColumnDefinition_Comment_Call) Return ¶
func (_c *ColumnDefinition_Comment_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Comment_Call
func (*ColumnDefinition_Comment_Call) Run ¶
func (_c *ColumnDefinition_Comment_Call) Run(run func(comment string)) *ColumnDefinition_Comment_Call
func (*ColumnDefinition_Comment_Call) RunAndReturn ¶
func (_c *ColumnDefinition_Comment_Call) RunAndReturn(run func(string) driver.ColumnDefinition) *ColumnDefinition_Comment_Call
type ColumnDefinition_Default_Call ¶
ColumnDefinition_Default_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Default'
func (*ColumnDefinition_Default_Call) Return ¶
func (_c *ColumnDefinition_Default_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Default_Call
func (*ColumnDefinition_Default_Call) Run ¶
func (_c *ColumnDefinition_Default_Call) Run(run func(def interface{})) *ColumnDefinition_Default_Call
func (*ColumnDefinition_Default_Call) RunAndReturn ¶
func (_c *ColumnDefinition_Default_Call) RunAndReturn(run func(interface{}) driver.ColumnDefinition) *ColumnDefinition_Default_Call
type ColumnDefinition_Expecter ¶
type ColumnDefinition_Expecter struct {
// contains filtered or unexported fields
}
func (*ColumnDefinition_Expecter) After ¶
func (_e *ColumnDefinition_Expecter) After(column interface{}) *ColumnDefinition_After_Call
After is a helper method to define mock.On call
- column string
func (*ColumnDefinition_Expecter) Always ¶
func (_e *ColumnDefinition_Expecter) Always() *ColumnDefinition_Always_Call
Always is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) AutoIncrement ¶
func (_e *ColumnDefinition_Expecter) AutoIncrement() *ColumnDefinition_AutoIncrement_Call
AutoIncrement is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) Change ¶
func (_e *ColumnDefinition_Expecter) Change() *ColumnDefinition_Change_Call
Change is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) Comment ¶
func (_e *ColumnDefinition_Expecter) Comment(comment interface{}) *ColumnDefinition_Comment_Call
Comment is a helper method to define mock.On call
- comment string
func (*ColumnDefinition_Expecter) Default ¶
func (_e *ColumnDefinition_Expecter) Default(def interface{}) *ColumnDefinition_Default_Call
Default is a helper method to define mock.On call
- def interface{}
func (*ColumnDefinition_Expecter) First ¶
func (_e *ColumnDefinition_Expecter) First() *ColumnDefinition_First_Call
First is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GeneratedAs ¶
func (_e *ColumnDefinition_Expecter) GeneratedAs(expression ...interface{}) *ColumnDefinition_GeneratedAs_Call
GeneratedAs is a helper method to define mock.On call
- expression ...string
func (*ColumnDefinition_Expecter) GetAfter ¶
func (_e *ColumnDefinition_Expecter) GetAfter() *ColumnDefinition_GetAfter_Call
GetAfter is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetAllowed ¶
func (_e *ColumnDefinition_Expecter) GetAllowed() *ColumnDefinition_GetAllowed_Call
GetAllowed is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetAutoIncrement ¶
func (_e *ColumnDefinition_Expecter) GetAutoIncrement() *ColumnDefinition_GetAutoIncrement_Call
GetAutoIncrement is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetComment ¶
func (_e *ColumnDefinition_Expecter) GetComment() *ColumnDefinition_GetComment_Call
GetComment is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetDefault ¶
func (_e *ColumnDefinition_Expecter) GetDefault() *ColumnDefinition_GetDefault_Call
GetDefault is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetGeneratedAs ¶
func (_e *ColumnDefinition_Expecter) GetGeneratedAs() *ColumnDefinition_GetGeneratedAs_Call
GetGeneratedAs is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetLength ¶
func (_e *ColumnDefinition_Expecter) GetLength() *ColumnDefinition_GetLength_Call
GetLength is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetName ¶
func (_e *ColumnDefinition_Expecter) GetName() *ColumnDefinition_GetName_Call
GetName is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetNullable ¶
func (_e *ColumnDefinition_Expecter) GetNullable() *ColumnDefinition_GetNullable_Call
GetNullable is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetOnUpdate ¶
func (_e *ColumnDefinition_Expecter) GetOnUpdate() *ColumnDefinition_GetOnUpdate_Call
GetOnUpdate is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetPlaces ¶
func (_e *ColumnDefinition_Expecter) GetPlaces() *ColumnDefinition_GetPlaces_Call
GetPlaces is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetPrecision ¶
func (_e *ColumnDefinition_Expecter) GetPrecision() *ColumnDefinition_GetPrecision_Call
GetPrecision is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetTotal ¶
func (_e *ColumnDefinition_Expecter) GetTotal() *ColumnDefinition_GetTotal_Call
GetTotal is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetType ¶
func (_e *ColumnDefinition_Expecter) GetType() *ColumnDefinition_GetType_Call
GetType is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetUnsigned ¶
func (_e *ColumnDefinition_Expecter) GetUnsigned() *ColumnDefinition_GetUnsigned_Call
GetUnsigned is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetUseCurrent ¶
func (_e *ColumnDefinition_Expecter) GetUseCurrent() *ColumnDefinition_GetUseCurrent_Call
GetUseCurrent is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) GetUseCurrentOnUpdate ¶
func (_e *ColumnDefinition_Expecter) GetUseCurrentOnUpdate() *ColumnDefinition_GetUseCurrentOnUpdate_Call
GetUseCurrentOnUpdate is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) IsAlways ¶
func (_e *ColumnDefinition_Expecter) IsAlways() *ColumnDefinition_IsAlways_Call
IsAlways is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) IsChange ¶
func (_e *ColumnDefinition_Expecter) IsChange() *ColumnDefinition_IsChange_Call
IsChange is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) IsFirst ¶
func (_e *ColumnDefinition_Expecter) IsFirst() *ColumnDefinition_IsFirst_Call
IsFirst is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) IsSetComment ¶
func (_e *ColumnDefinition_Expecter) IsSetComment() *ColumnDefinition_IsSetComment_Call
IsSetComment is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) IsSetGeneratedAs ¶
func (_e *ColumnDefinition_Expecter) IsSetGeneratedAs() *ColumnDefinition_IsSetGeneratedAs_Call
IsSetGeneratedAs is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) Nullable ¶
func (_e *ColumnDefinition_Expecter) Nullable() *ColumnDefinition_Nullable_Call
Nullable is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) OnUpdate ¶
func (_e *ColumnDefinition_Expecter) OnUpdate(value interface{}) *ColumnDefinition_OnUpdate_Call
OnUpdate is a helper method to define mock.On call
- value interface{}
func (*ColumnDefinition_Expecter) Places ¶
func (_e *ColumnDefinition_Expecter) Places(places interface{}) *ColumnDefinition_Places_Call
Places is a helper method to define mock.On call
- places int
func (*ColumnDefinition_Expecter) Total ¶
func (_e *ColumnDefinition_Expecter) Total(total interface{}) *ColumnDefinition_Total_Call
Total is a helper method to define mock.On call
- total int
func (*ColumnDefinition_Expecter) Unsigned ¶
func (_e *ColumnDefinition_Expecter) Unsigned() *ColumnDefinition_Unsigned_Call
Unsigned is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) UseCurrent ¶
func (_e *ColumnDefinition_Expecter) UseCurrent() *ColumnDefinition_UseCurrent_Call
UseCurrent is a helper method to define mock.On call
func (*ColumnDefinition_Expecter) UseCurrentOnUpdate ¶
func (_e *ColumnDefinition_Expecter) UseCurrentOnUpdate() *ColumnDefinition_UseCurrentOnUpdate_Call
UseCurrentOnUpdate is a helper method to define mock.On call
type ColumnDefinition_First_Call ¶
ColumnDefinition_First_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'First'
func (*ColumnDefinition_First_Call) Return ¶
func (_c *ColumnDefinition_First_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_First_Call
func (*ColumnDefinition_First_Call) Run ¶
func (_c *ColumnDefinition_First_Call) Run(run func()) *ColumnDefinition_First_Call
func (*ColumnDefinition_First_Call) RunAndReturn ¶
func (_c *ColumnDefinition_First_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_First_Call
type ColumnDefinition_GeneratedAs_Call ¶
ColumnDefinition_GeneratedAs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeneratedAs'
func (*ColumnDefinition_GeneratedAs_Call) Return ¶
func (_c *ColumnDefinition_GeneratedAs_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_GeneratedAs_Call
func (*ColumnDefinition_GeneratedAs_Call) Run ¶
func (_c *ColumnDefinition_GeneratedAs_Call) Run(run func(expression ...string)) *ColumnDefinition_GeneratedAs_Call
func (*ColumnDefinition_GeneratedAs_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GeneratedAs_Call) RunAndReturn(run func(...string) driver.ColumnDefinition) *ColumnDefinition_GeneratedAs_Call
type ColumnDefinition_GetAfter_Call ¶
ColumnDefinition_GetAfter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAfter'
func (*ColumnDefinition_GetAfter_Call) Return ¶
func (_c *ColumnDefinition_GetAfter_Call) Return(_a0 string) *ColumnDefinition_GetAfter_Call
func (*ColumnDefinition_GetAfter_Call) Run ¶
func (_c *ColumnDefinition_GetAfter_Call) Run(run func()) *ColumnDefinition_GetAfter_Call
func (*ColumnDefinition_GetAfter_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetAfter_Call) RunAndReturn(run func() string) *ColumnDefinition_GetAfter_Call
type ColumnDefinition_GetAllowed_Call ¶
ColumnDefinition_GetAllowed_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAllowed'
func (*ColumnDefinition_GetAllowed_Call) Return ¶
func (_c *ColumnDefinition_GetAllowed_Call) Return(_a0 []interface{}) *ColumnDefinition_GetAllowed_Call
func (*ColumnDefinition_GetAllowed_Call) Run ¶
func (_c *ColumnDefinition_GetAllowed_Call) Run(run func()) *ColumnDefinition_GetAllowed_Call
func (*ColumnDefinition_GetAllowed_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetAllowed_Call) RunAndReturn(run func() []interface{}) *ColumnDefinition_GetAllowed_Call
type ColumnDefinition_GetAutoIncrement_Call ¶
ColumnDefinition_GetAutoIncrement_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAutoIncrement'
func (*ColumnDefinition_GetAutoIncrement_Call) Return ¶
func (_c *ColumnDefinition_GetAutoIncrement_Call) Return(_a0 bool) *ColumnDefinition_GetAutoIncrement_Call
func (*ColumnDefinition_GetAutoIncrement_Call) Run ¶
func (_c *ColumnDefinition_GetAutoIncrement_Call) Run(run func()) *ColumnDefinition_GetAutoIncrement_Call
func (*ColumnDefinition_GetAutoIncrement_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetAutoIncrement_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetAutoIncrement_Call
type ColumnDefinition_GetComment_Call ¶
ColumnDefinition_GetComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComment'
func (*ColumnDefinition_GetComment_Call) Return ¶
func (_c *ColumnDefinition_GetComment_Call) Return(comment string) *ColumnDefinition_GetComment_Call
func (*ColumnDefinition_GetComment_Call) Run ¶
func (_c *ColumnDefinition_GetComment_Call) Run(run func()) *ColumnDefinition_GetComment_Call
func (*ColumnDefinition_GetComment_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetComment_Call) RunAndReturn(run func() string) *ColumnDefinition_GetComment_Call
type ColumnDefinition_GetDefault_Call ¶
ColumnDefinition_GetDefault_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDefault'
func (*ColumnDefinition_GetDefault_Call) Return ¶
func (_c *ColumnDefinition_GetDefault_Call) Return(_a0 interface{}) *ColumnDefinition_GetDefault_Call
func (*ColumnDefinition_GetDefault_Call) Run ¶
func (_c *ColumnDefinition_GetDefault_Call) Run(run func()) *ColumnDefinition_GetDefault_Call
func (*ColumnDefinition_GetDefault_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetDefault_Call) RunAndReturn(run func() interface{}) *ColumnDefinition_GetDefault_Call
type ColumnDefinition_GetGeneratedAs_Call ¶
ColumnDefinition_GetGeneratedAs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGeneratedAs'
func (*ColumnDefinition_GetGeneratedAs_Call) Return ¶
func (_c *ColumnDefinition_GetGeneratedAs_Call) Return(_a0 string) *ColumnDefinition_GetGeneratedAs_Call
func (*ColumnDefinition_GetGeneratedAs_Call) Run ¶
func (_c *ColumnDefinition_GetGeneratedAs_Call) Run(run func()) *ColumnDefinition_GetGeneratedAs_Call
func (*ColumnDefinition_GetGeneratedAs_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetGeneratedAs_Call) RunAndReturn(run func() string) *ColumnDefinition_GetGeneratedAs_Call
type ColumnDefinition_GetLength_Call ¶
ColumnDefinition_GetLength_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLength'
func (*ColumnDefinition_GetLength_Call) Return ¶
func (_c *ColumnDefinition_GetLength_Call) Return(_a0 int) *ColumnDefinition_GetLength_Call
func (*ColumnDefinition_GetLength_Call) Run ¶
func (_c *ColumnDefinition_GetLength_Call) Run(run func()) *ColumnDefinition_GetLength_Call
func (*ColumnDefinition_GetLength_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetLength_Call) RunAndReturn(run func() int) *ColumnDefinition_GetLength_Call
type ColumnDefinition_GetName_Call ¶
ColumnDefinition_GetName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetName'
func (*ColumnDefinition_GetName_Call) Return ¶
func (_c *ColumnDefinition_GetName_Call) Return(_a0 string) *ColumnDefinition_GetName_Call
func (*ColumnDefinition_GetName_Call) Run ¶
func (_c *ColumnDefinition_GetName_Call) Run(run func()) *ColumnDefinition_GetName_Call
func (*ColumnDefinition_GetName_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetName_Call) RunAndReturn(run func() string) *ColumnDefinition_GetName_Call
type ColumnDefinition_GetNullable_Call ¶
ColumnDefinition_GetNullable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNullable'
func (*ColumnDefinition_GetNullable_Call) Return ¶
func (_c *ColumnDefinition_GetNullable_Call) Return(_a0 bool) *ColumnDefinition_GetNullable_Call
func (*ColumnDefinition_GetNullable_Call) Run ¶
func (_c *ColumnDefinition_GetNullable_Call) Run(run func()) *ColumnDefinition_GetNullable_Call
func (*ColumnDefinition_GetNullable_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetNullable_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetNullable_Call
type ColumnDefinition_GetOnUpdate_Call ¶
ColumnDefinition_GetOnUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOnUpdate'
func (*ColumnDefinition_GetOnUpdate_Call) Return ¶
func (_c *ColumnDefinition_GetOnUpdate_Call) Return(_a0 interface{}) *ColumnDefinition_GetOnUpdate_Call
func (*ColumnDefinition_GetOnUpdate_Call) Run ¶
func (_c *ColumnDefinition_GetOnUpdate_Call) Run(run func()) *ColumnDefinition_GetOnUpdate_Call
func (*ColumnDefinition_GetOnUpdate_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetOnUpdate_Call) RunAndReturn(run func() interface{}) *ColumnDefinition_GetOnUpdate_Call
type ColumnDefinition_GetPlaces_Call ¶
ColumnDefinition_GetPlaces_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPlaces'
func (*ColumnDefinition_GetPlaces_Call) Return ¶
func (_c *ColumnDefinition_GetPlaces_Call) Return(_a0 int) *ColumnDefinition_GetPlaces_Call
func (*ColumnDefinition_GetPlaces_Call) Run ¶
func (_c *ColumnDefinition_GetPlaces_Call) Run(run func()) *ColumnDefinition_GetPlaces_Call
func (*ColumnDefinition_GetPlaces_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetPlaces_Call) RunAndReturn(run func() int) *ColumnDefinition_GetPlaces_Call
type ColumnDefinition_GetPrecision_Call ¶
ColumnDefinition_GetPrecision_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPrecision'
func (*ColumnDefinition_GetPrecision_Call) Return ¶
func (_c *ColumnDefinition_GetPrecision_Call) Return(_a0 int) *ColumnDefinition_GetPrecision_Call
func (*ColumnDefinition_GetPrecision_Call) Run ¶
func (_c *ColumnDefinition_GetPrecision_Call) Run(run func()) *ColumnDefinition_GetPrecision_Call
func (*ColumnDefinition_GetPrecision_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetPrecision_Call) RunAndReturn(run func() int) *ColumnDefinition_GetPrecision_Call
type ColumnDefinition_GetTotal_Call ¶
ColumnDefinition_GetTotal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTotal'
func (*ColumnDefinition_GetTotal_Call) Return ¶
func (_c *ColumnDefinition_GetTotal_Call) Return(_a0 int) *ColumnDefinition_GetTotal_Call
func (*ColumnDefinition_GetTotal_Call) Run ¶
func (_c *ColumnDefinition_GetTotal_Call) Run(run func()) *ColumnDefinition_GetTotal_Call
func (*ColumnDefinition_GetTotal_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetTotal_Call) RunAndReturn(run func() int) *ColumnDefinition_GetTotal_Call
type ColumnDefinition_GetType_Call ¶
ColumnDefinition_GetType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetType'
func (*ColumnDefinition_GetType_Call) Return ¶
func (_c *ColumnDefinition_GetType_Call) Return(_a0 string) *ColumnDefinition_GetType_Call
func (*ColumnDefinition_GetType_Call) Run ¶
func (_c *ColumnDefinition_GetType_Call) Run(run func()) *ColumnDefinition_GetType_Call
func (*ColumnDefinition_GetType_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetType_Call) RunAndReturn(run func() string) *ColumnDefinition_GetType_Call
type ColumnDefinition_GetUnsigned_Call ¶
ColumnDefinition_GetUnsigned_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUnsigned'
func (*ColumnDefinition_GetUnsigned_Call) Return ¶
func (_c *ColumnDefinition_GetUnsigned_Call) Return(_a0 bool) *ColumnDefinition_GetUnsigned_Call
func (*ColumnDefinition_GetUnsigned_Call) Run ¶
func (_c *ColumnDefinition_GetUnsigned_Call) Run(run func()) *ColumnDefinition_GetUnsigned_Call
func (*ColumnDefinition_GetUnsigned_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetUnsigned_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetUnsigned_Call
type ColumnDefinition_GetUseCurrentOnUpdate_Call ¶
ColumnDefinition_GetUseCurrentOnUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUseCurrentOnUpdate'
func (*ColumnDefinition_GetUseCurrentOnUpdate_Call) Return ¶
func (_c *ColumnDefinition_GetUseCurrentOnUpdate_Call) Return(_a0 bool) *ColumnDefinition_GetUseCurrentOnUpdate_Call
func (*ColumnDefinition_GetUseCurrentOnUpdate_Call) Run ¶
func (_c *ColumnDefinition_GetUseCurrentOnUpdate_Call) Run(run func()) *ColumnDefinition_GetUseCurrentOnUpdate_Call
func (*ColumnDefinition_GetUseCurrentOnUpdate_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetUseCurrentOnUpdate_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetUseCurrentOnUpdate_Call
type ColumnDefinition_GetUseCurrent_Call ¶
ColumnDefinition_GetUseCurrent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUseCurrent'
func (*ColumnDefinition_GetUseCurrent_Call) Return ¶
func (_c *ColumnDefinition_GetUseCurrent_Call) Return(_a0 bool) *ColumnDefinition_GetUseCurrent_Call
func (*ColumnDefinition_GetUseCurrent_Call) Run ¶
func (_c *ColumnDefinition_GetUseCurrent_Call) Run(run func()) *ColumnDefinition_GetUseCurrent_Call
func (*ColumnDefinition_GetUseCurrent_Call) RunAndReturn ¶
func (_c *ColumnDefinition_GetUseCurrent_Call) RunAndReturn(run func() bool) *ColumnDefinition_GetUseCurrent_Call
type ColumnDefinition_IsAlways_Call ¶
ColumnDefinition_IsAlways_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsAlways'
func (*ColumnDefinition_IsAlways_Call) Return ¶
func (_c *ColumnDefinition_IsAlways_Call) Return(_a0 bool) *ColumnDefinition_IsAlways_Call
func (*ColumnDefinition_IsAlways_Call) Run ¶
func (_c *ColumnDefinition_IsAlways_Call) Run(run func()) *ColumnDefinition_IsAlways_Call
func (*ColumnDefinition_IsAlways_Call) RunAndReturn ¶
func (_c *ColumnDefinition_IsAlways_Call) RunAndReturn(run func() bool) *ColumnDefinition_IsAlways_Call
type ColumnDefinition_IsChange_Call ¶
ColumnDefinition_IsChange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsChange'
func (*ColumnDefinition_IsChange_Call) Return ¶
func (_c *ColumnDefinition_IsChange_Call) Return(_a0 bool) *ColumnDefinition_IsChange_Call
func (*ColumnDefinition_IsChange_Call) Run ¶
func (_c *ColumnDefinition_IsChange_Call) Run(run func()) *ColumnDefinition_IsChange_Call
func (*ColumnDefinition_IsChange_Call) RunAndReturn ¶
func (_c *ColumnDefinition_IsChange_Call) RunAndReturn(run func() bool) *ColumnDefinition_IsChange_Call
type ColumnDefinition_IsFirst_Call ¶
ColumnDefinition_IsFirst_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsFirst'
func (*ColumnDefinition_IsFirst_Call) Return ¶
func (_c *ColumnDefinition_IsFirst_Call) Return(_a0 bool) *ColumnDefinition_IsFirst_Call
func (*ColumnDefinition_IsFirst_Call) Run ¶
func (_c *ColumnDefinition_IsFirst_Call) Run(run func()) *ColumnDefinition_IsFirst_Call
func (*ColumnDefinition_IsFirst_Call) RunAndReturn ¶
func (_c *ColumnDefinition_IsFirst_Call) RunAndReturn(run func() bool) *ColumnDefinition_IsFirst_Call
type ColumnDefinition_IsSetComment_Call ¶
ColumnDefinition_IsSetComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsSetComment'
func (*ColumnDefinition_IsSetComment_Call) Return ¶
func (_c *ColumnDefinition_IsSetComment_Call) Return(_a0 bool) *ColumnDefinition_IsSetComment_Call
func (*ColumnDefinition_IsSetComment_Call) Run ¶
func (_c *ColumnDefinition_IsSetComment_Call) Run(run func()) *ColumnDefinition_IsSetComment_Call
func (*ColumnDefinition_IsSetComment_Call) RunAndReturn ¶
func (_c *ColumnDefinition_IsSetComment_Call) RunAndReturn(run func() bool) *ColumnDefinition_IsSetComment_Call
type ColumnDefinition_IsSetGeneratedAs_Call ¶
ColumnDefinition_IsSetGeneratedAs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsSetGeneratedAs'
func (*ColumnDefinition_IsSetGeneratedAs_Call) Return ¶
func (_c *ColumnDefinition_IsSetGeneratedAs_Call) Return(_a0 bool) *ColumnDefinition_IsSetGeneratedAs_Call
func (*ColumnDefinition_IsSetGeneratedAs_Call) Run ¶
func (_c *ColumnDefinition_IsSetGeneratedAs_Call) Run(run func()) *ColumnDefinition_IsSetGeneratedAs_Call
func (*ColumnDefinition_IsSetGeneratedAs_Call) RunAndReturn ¶
func (_c *ColumnDefinition_IsSetGeneratedAs_Call) RunAndReturn(run func() bool) *ColumnDefinition_IsSetGeneratedAs_Call
type ColumnDefinition_Nullable_Call ¶
ColumnDefinition_Nullable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Nullable'
func (*ColumnDefinition_Nullable_Call) Return ¶
func (_c *ColumnDefinition_Nullable_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Nullable_Call
func (*ColumnDefinition_Nullable_Call) Run ¶
func (_c *ColumnDefinition_Nullable_Call) Run(run func()) *ColumnDefinition_Nullable_Call
func (*ColumnDefinition_Nullable_Call) RunAndReturn ¶
func (_c *ColumnDefinition_Nullable_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_Nullable_Call
type ColumnDefinition_OnUpdate_Call ¶
ColumnDefinition_OnUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OnUpdate'
func (*ColumnDefinition_OnUpdate_Call) Return ¶
func (_c *ColumnDefinition_OnUpdate_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_OnUpdate_Call
func (*ColumnDefinition_OnUpdate_Call) Run ¶
func (_c *ColumnDefinition_OnUpdate_Call) Run(run func(value interface{})) *ColumnDefinition_OnUpdate_Call
func (*ColumnDefinition_OnUpdate_Call) RunAndReturn ¶
func (_c *ColumnDefinition_OnUpdate_Call) RunAndReturn(run func(interface{}) driver.ColumnDefinition) *ColumnDefinition_OnUpdate_Call
type ColumnDefinition_Places_Call ¶
ColumnDefinition_Places_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Places'
func (*ColumnDefinition_Places_Call) Return ¶
func (_c *ColumnDefinition_Places_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Places_Call
func (*ColumnDefinition_Places_Call) Run ¶
func (_c *ColumnDefinition_Places_Call) Run(run func(places int)) *ColumnDefinition_Places_Call
func (*ColumnDefinition_Places_Call) RunAndReturn ¶
func (_c *ColumnDefinition_Places_Call) RunAndReturn(run func(int) driver.ColumnDefinition) *ColumnDefinition_Places_Call
type ColumnDefinition_Total_Call ¶
ColumnDefinition_Total_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Total'
func (*ColumnDefinition_Total_Call) Return ¶
func (_c *ColumnDefinition_Total_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Total_Call
func (*ColumnDefinition_Total_Call) Run ¶
func (_c *ColumnDefinition_Total_Call) Run(run func(total int)) *ColumnDefinition_Total_Call
func (*ColumnDefinition_Total_Call) RunAndReturn ¶
func (_c *ColumnDefinition_Total_Call) RunAndReturn(run func(int) driver.ColumnDefinition) *ColumnDefinition_Total_Call
type ColumnDefinition_Unsigned_Call ¶
ColumnDefinition_Unsigned_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Unsigned'
func (*ColumnDefinition_Unsigned_Call) Return ¶
func (_c *ColumnDefinition_Unsigned_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_Unsigned_Call
func (*ColumnDefinition_Unsigned_Call) Run ¶
func (_c *ColumnDefinition_Unsigned_Call) Run(run func()) *ColumnDefinition_Unsigned_Call
func (*ColumnDefinition_Unsigned_Call) RunAndReturn ¶
func (_c *ColumnDefinition_Unsigned_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_Unsigned_Call
type ColumnDefinition_UseCurrentOnUpdate_Call ¶
ColumnDefinition_UseCurrentOnUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCurrentOnUpdate'
func (*ColumnDefinition_UseCurrentOnUpdate_Call) Return ¶
func (_c *ColumnDefinition_UseCurrentOnUpdate_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_UseCurrentOnUpdate_Call
func (*ColumnDefinition_UseCurrentOnUpdate_Call) Run ¶
func (_c *ColumnDefinition_UseCurrentOnUpdate_Call) Run(run func()) *ColumnDefinition_UseCurrentOnUpdate_Call
func (*ColumnDefinition_UseCurrentOnUpdate_Call) RunAndReturn ¶
func (_c *ColumnDefinition_UseCurrentOnUpdate_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_UseCurrentOnUpdate_Call
type ColumnDefinition_UseCurrent_Call ¶
ColumnDefinition_UseCurrent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCurrent'
func (*ColumnDefinition_UseCurrent_Call) Return ¶
func (_c *ColumnDefinition_UseCurrent_Call) Return(_a0 driver.ColumnDefinition) *ColumnDefinition_UseCurrent_Call
func (*ColumnDefinition_UseCurrent_Call) Run ¶
func (_c *ColumnDefinition_UseCurrent_Call) Run(run func()) *ColumnDefinition_UseCurrent_Call
func (*ColumnDefinition_UseCurrent_Call) RunAndReturn ¶
func (_c *ColumnDefinition_UseCurrent_Call) RunAndReturn(run func() driver.ColumnDefinition) *ColumnDefinition_UseCurrent_Call
type CommonGrammar ¶
CommonGrammar is an autogenerated mock type for the CommonGrammar type
func NewCommonGrammar ¶
func NewCommonGrammar(t interface {
mock.TestingT
Cleanup(func())
}) *CommonGrammar
NewCommonGrammar creates a new instance of CommonGrammar. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*CommonGrammar) CompileVersion ¶
func (_m *CommonGrammar) CompileVersion() string
CompileVersion provides a mock function with no fields
func (*CommonGrammar) EXPECT ¶
func (_m *CommonGrammar) EXPECT() *CommonGrammar_Expecter
type CommonGrammar_CompileVersion_Call ¶
CommonGrammar_CompileVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileVersion'
func (*CommonGrammar_CompileVersion_Call) Return ¶
func (_c *CommonGrammar_CompileVersion_Call) Return(_a0 string) *CommonGrammar_CompileVersion_Call
func (*CommonGrammar_CompileVersion_Call) Run ¶
func (_c *CommonGrammar_CompileVersion_Call) Run(run func()) *CommonGrammar_CompileVersion_Call
func (*CommonGrammar_CompileVersion_Call) RunAndReturn ¶
func (_c *CommonGrammar_CompileVersion_Call) RunAndReturn(run func() string) *CommonGrammar_CompileVersion_Call
type CommonGrammar_Expecter ¶
type CommonGrammar_Expecter struct {
// contains filtered or unexported fields
}
func (*CommonGrammar_Expecter) CompileVersion ¶
func (_e *CommonGrammar_Expecter) CompileVersion() *CommonGrammar_CompileVersion_Call
CompileVersion is a helper method to define mock.On call
type CompileLimitGrammar ¶
CompileLimitGrammar is an autogenerated mock type for the CompileLimitGrammar type
func NewCompileLimitGrammar ¶
func NewCompileLimitGrammar(t interface {
mock.TestingT
Cleanup(func())
}) *CompileLimitGrammar
NewCompileLimitGrammar creates a new instance of CompileLimitGrammar. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*CompileLimitGrammar) CompileLimit ¶
func (_m *CompileLimitGrammar) CompileLimit(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
CompileLimit provides a mock function with given fields: builder, conditions
func (*CompileLimitGrammar) EXPECT ¶
func (_m *CompileLimitGrammar) EXPECT() *CompileLimitGrammar_Expecter
type CompileLimitGrammar_CompileLimit_Call ¶
CompileLimitGrammar_CompileLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileLimit'
func (*CompileLimitGrammar_CompileLimit_Call) Return ¶
func (_c *CompileLimitGrammar_CompileLimit_Call) Return(_a0 squirrel.SelectBuilder) *CompileLimitGrammar_CompileLimit_Call
func (*CompileLimitGrammar_CompileLimit_Call) Run ¶
func (_c *CompileLimitGrammar_CompileLimit_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *CompileLimitGrammar_CompileLimit_Call
func (*CompileLimitGrammar_CompileLimit_Call) RunAndReturn ¶
func (_c *CompileLimitGrammar_CompileLimit_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *CompileLimitGrammar_CompileLimit_Call
type CompileLimitGrammar_Expecter ¶
type CompileLimitGrammar_Expecter struct {
// contains filtered or unexported fields
}
func (*CompileLimitGrammar_Expecter) CompileLimit ¶
func (_e *CompileLimitGrammar_Expecter) CompileLimit(builder interface{}, conditions interface{}) *CompileLimitGrammar_CompileLimit_Call
CompileLimit is a helper method to define mock.On call
- builder squirrel.SelectBuilder
- conditions *driver.Conditions
type CompileOffsetGrammar ¶
CompileOffsetGrammar is an autogenerated mock type for the CompileOffsetGrammar type
func NewCompileOffsetGrammar ¶
func NewCompileOffsetGrammar(t interface {
mock.TestingT
Cleanup(func())
}) *CompileOffsetGrammar
NewCompileOffsetGrammar creates a new instance of CompileOffsetGrammar. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*CompileOffsetGrammar) CompileOffset ¶
func (_m *CompileOffsetGrammar) CompileOffset(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
CompileOffset provides a mock function with given fields: builder, conditions
func (*CompileOffsetGrammar) EXPECT ¶
func (_m *CompileOffsetGrammar) EXPECT() *CompileOffsetGrammar_Expecter
type CompileOffsetGrammar_CompileOffset_Call ¶
CompileOffsetGrammar_CompileOffset_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileOffset'
func (*CompileOffsetGrammar_CompileOffset_Call) Return ¶
func (_c *CompileOffsetGrammar_CompileOffset_Call) Return(_a0 squirrel.SelectBuilder) *CompileOffsetGrammar_CompileOffset_Call
func (*CompileOffsetGrammar_CompileOffset_Call) Run ¶
func (_c *CompileOffsetGrammar_CompileOffset_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *CompileOffsetGrammar_CompileOffset_Call
func (*CompileOffsetGrammar_CompileOffset_Call) RunAndReturn ¶
func (_c *CompileOffsetGrammar_CompileOffset_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *CompileOffsetGrammar_CompileOffset_Call
type CompileOffsetGrammar_Expecter ¶
type CompileOffsetGrammar_Expecter struct {
// contains filtered or unexported fields
}
func (*CompileOffsetGrammar_Expecter) CompileOffset ¶
func (_e *CompileOffsetGrammar_Expecter) CompileOffset(builder interface{}, conditions interface{}) *CompileOffsetGrammar_CompileOffset_Call
CompileOffset is a helper method to define mock.On call
- builder squirrel.SelectBuilder
- conditions *driver.Conditions
type CompileOrderByGrammar ¶
CompileOrderByGrammar is an autogenerated mock type for the CompileOrderByGrammar type
func NewCompileOrderByGrammar ¶
func NewCompileOrderByGrammar(t interface {
mock.TestingT
Cleanup(func())
}) *CompileOrderByGrammar
NewCompileOrderByGrammar creates a new instance of CompileOrderByGrammar. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*CompileOrderByGrammar) CompileOrderBy ¶
func (_m *CompileOrderByGrammar) CompileOrderBy(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
CompileOrderBy provides a mock function with given fields: builder, conditions
func (*CompileOrderByGrammar) EXPECT ¶
func (_m *CompileOrderByGrammar) EXPECT() *CompileOrderByGrammar_Expecter
type CompileOrderByGrammar_CompileOrderBy_Call ¶
CompileOrderByGrammar_CompileOrderBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileOrderBy'
func (*CompileOrderByGrammar_CompileOrderBy_Call) Return ¶
func (_c *CompileOrderByGrammar_CompileOrderBy_Call) Return(_a0 squirrel.SelectBuilder) *CompileOrderByGrammar_CompileOrderBy_Call
func (*CompileOrderByGrammar_CompileOrderBy_Call) Run ¶
func (_c *CompileOrderByGrammar_CompileOrderBy_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *CompileOrderByGrammar_CompileOrderBy_Call
func (*CompileOrderByGrammar_CompileOrderBy_Call) RunAndReturn ¶
func (_c *CompileOrderByGrammar_CompileOrderBy_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *CompileOrderByGrammar_CompileOrderBy_Call
type CompileOrderByGrammar_Expecter ¶
type CompileOrderByGrammar_Expecter struct {
// contains filtered or unexported fields
}
func (*CompileOrderByGrammar_Expecter) CompileOrderBy ¶
func (_e *CompileOrderByGrammar_Expecter) CompileOrderBy(builder interface{}, conditions interface{}) *CompileOrderByGrammar_CompileOrderBy_Call
CompileOrderBy is a helper method to define mock.On call
- builder squirrel.SelectBuilder
- conditions *driver.Conditions
type DBGrammar ¶
DBGrammar is an autogenerated mock type for the DBGrammar type
func NewDBGrammar ¶
NewDBGrammar creates a new instance of DBGrammar. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*DBGrammar) CompileInRandomOrder ¶
func (_m *DBGrammar) CompileInRandomOrder(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
CompileInRandomOrder provides a mock function with given fields: builder, conditions
func (*DBGrammar) CompileLockForUpdate ¶
func (_m *DBGrammar) CompileLockForUpdate(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
CompileLockForUpdate provides a mock function with given fields: builder, conditions
func (*DBGrammar) CompilePlaceholderFormat ¶
func (_m *DBGrammar) CompilePlaceholderFormat() driver.PlaceholderFormat
CompilePlaceholderFormat provides a mock function with no fields
func (*DBGrammar) CompileSharedLock ¶
func (_m *DBGrammar) CompileSharedLock(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
CompileSharedLock provides a mock function with given fields: builder, conditions
func (*DBGrammar) CompileVersion ¶
CompileVersion provides a mock function with no fields
func (*DBGrammar) EXPECT ¶
func (_m *DBGrammar) EXPECT() *DBGrammar_Expecter
type DBGrammar_CompileInRandomOrder_Call ¶
DBGrammar_CompileInRandomOrder_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileInRandomOrder'
func (*DBGrammar_CompileInRandomOrder_Call) Return ¶
func (_c *DBGrammar_CompileInRandomOrder_Call) Return(_a0 squirrel.SelectBuilder) *DBGrammar_CompileInRandomOrder_Call
func (*DBGrammar_CompileInRandomOrder_Call) Run ¶
func (_c *DBGrammar_CompileInRandomOrder_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *DBGrammar_CompileInRandomOrder_Call
func (*DBGrammar_CompileInRandomOrder_Call) RunAndReturn ¶
func (_c *DBGrammar_CompileInRandomOrder_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *DBGrammar_CompileInRandomOrder_Call
type DBGrammar_CompileLockForUpdate_Call ¶
DBGrammar_CompileLockForUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileLockForUpdate'
func (*DBGrammar_CompileLockForUpdate_Call) Return ¶
func (_c *DBGrammar_CompileLockForUpdate_Call) Return(_a0 squirrel.SelectBuilder) *DBGrammar_CompileLockForUpdate_Call
func (*DBGrammar_CompileLockForUpdate_Call) Run ¶
func (_c *DBGrammar_CompileLockForUpdate_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *DBGrammar_CompileLockForUpdate_Call
func (*DBGrammar_CompileLockForUpdate_Call) RunAndReturn ¶
func (_c *DBGrammar_CompileLockForUpdate_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *DBGrammar_CompileLockForUpdate_Call
type DBGrammar_CompilePlaceholderFormat_Call ¶
DBGrammar_CompilePlaceholderFormat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompilePlaceholderFormat'
func (*DBGrammar_CompilePlaceholderFormat_Call) Return ¶
func (_c *DBGrammar_CompilePlaceholderFormat_Call) Return(_a0 driver.PlaceholderFormat) *DBGrammar_CompilePlaceholderFormat_Call
func (*DBGrammar_CompilePlaceholderFormat_Call) Run ¶
func (_c *DBGrammar_CompilePlaceholderFormat_Call) Run(run func()) *DBGrammar_CompilePlaceholderFormat_Call
func (*DBGrammar_CompilePlaceholderFormat_Call) RunAndReturn ¶
func (_c *DBGrammar_CompilePlaceholderFormat_Call) RunAndReturn(run func() driver.PlaceholderFormat) *DBGrammar_CompilePlaceholderFormat_Call
type DBGrammar_CompileSharedLock_Call ¶
type DBGrammar_CompileSharedLock_Call struct {
}
DBGrammar_CompileSharedLock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileSharedLock'
func (*DBGrammar_CompileSharedLock_Call) Return ¶
func (_c *DBGrammar_CompileSharedLock_Call) Return(_a0 squirrel.SelectBuilder) *DBGrammar_CompileSharedLock_Call
func (*DBGrammar_CompileSharedLock_Call) Run ¶
func (_c *DBGrammar_CompileSharedLock_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *DBGrammar_CompileSharedLock_Call
func (*DBGrammar_CompileSharedLock_Call) RunAndReturn ¶
func (_c *DBGrammar_CompileSharedLock_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *DBGrammar_CompileSharedLock_Call
type DBGrammar_CompileVersion_Call ¶
DBGrammar_CompileVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileVersion'
func (*DBGrammar_CompileVersion_Call) Return ¶
func (_c *DBGrammar_CompileVersion_Call) Return(_a0 string) *DBGrammar_CompileVersion_Call
func (*DBGrammar_CompileVersion_Call) Run ¶
func (_c *DBGrammar_CompileVersion_Call) Run(run func()) *DBGrammar_CompileVersion_Call
func (*DBGrammar_CompileVersion_Call) RunAndReturn ¶
func (_c *DBGrammar_CompileVersion_Call) RunAndReturn(run func() string) *DBGrammar_CompileVersion_Call
type DBGrammar_Expecter ¶
type DBGrammar_Expecter struct {
// contains filtered or unexported fields
}
func (*DBGrammar_Expecter) CompileInRandomOrder ¶
func (_e *DBGrammar_Expecter) CompileInRandomOrder(builder interface{}, conditions interface{}) *DBGrammar_CompileInRandomOrder_Call
CompileInRandomOrder is a helper method to define mock.On call
- builder squirrel.SelectBuilder
- conditions *driver.Conditions
func (*DBGrammar_Expecter) CompileLockForUpdate ¶
func (_e *DBGrammar_Expecter) CompileLockForUpdate(builder interface{}, conditions interface{}) *DBGrammar_CompileLockForUpdate_Call
CompileLockForUpdate is a helper method to define mock.On call
- builder squirrel.SelectBuilder
- conditions *driver.Conditions
func (*DBGrammar_Expecter) CompilePlaceholderFormat ¶
func (_e *DBGrammar_Expecter) CompilePlaceholderFormat() *DBGrammar_CompilePlaceholderFormat_Call
CompilePlaceholderFormat is a helper method to define mock.On call
func (*DBGrammar_Expecter) CompileSharedLock ¶
func (_e *DBGrammar_Expecter) CompileSharedLock(builder interface{}, conditions interface{}) *DBGrammar_CompileSharedLock_Call
CompileSharedLock is a helper method to define mock.On call
- builder squirrel.SelectBuilder
- conditions *driver.Conditions
func (*DBGrammar_Expecter) CompileVersion ¶
func (_e *DBGrammar_Expecter) CompileVersion() *DBGrammar_CompileVersion_Call
CompileVersion is a helper method to define mock.On call
type Driver ¶
Driver is an autogenerated mock type for the Driver type
func NewDriver ¶
NewDriver creates a new instance of Driver. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Driver) Docker ¶
func (_m *Driver) Docker() (docker.DatabaseDriver, error)
Docker provides a mock function with no fields
func (*Driver) EXPECT ¶
func (_m *Driver) EXPECT() *Driver_Expecter
type Driver_Docker_Call ¶
Driver_Docker_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Docker'
func (*Driver_Docker_Call) Return ¶
func (_c *Driver_Docker_Call) Return(_a0 docker.DatabaseDriver, _a1 error) *Driver_Docker_Call
func (*Driver_Docker_Call) Run ¶
func (_c *Driver_Docker_Call) Run(run func()) *Driver_Docker_Call
func (*Driver_Docker_Call) RunAndReturn ¶
func (_c *Driver_Docker_Call) RunAndReturn(run func() (docker.DatabaseDriver, error)) *Driver_Docker_Call
type Driver_Expecter ¶
type Driver_Expecter struct {
// contains filtered or unexported fields
}
func (*Driver_Expecter) Docker ¶
func (_e *Driver_Expecter) Docker() *Driver_Docker_Call
Docker is a helper method to define mock.On call
func (*Driver_Expecter) Grammar ¶
func (_e *Driver_Expecter) Grammar() *Driver_Grammar_Call
Grammar is a helper method to define mock.On call
func (*Driver_Expecter) Pool ¶
func (_e *Driver_Expecter) Pool() *Driver_Pool_Call
Pool is a helper method to define mock.On call
func (*Driver_Expecter) Processor ¶
func (_e *Driver_Expecter) Processor() *Driver_Processor_Call
Processor is a helper method to define mock.On call
type Driver_Grammar_Call ¶
Driver_Grammar_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Grammar'
func (*Driver_Grammar_Call) Return ¶
func (_c *Driver_Grammar_Call) Return(_a0 driver.Grammar) *Driver_Grammar_Call
func (*Driver_Grammar_Call) Run ¶
func (_c *Driver_Grammar_Call) Run(run func()) *Driver_Grammar_Call
func (*Driver_Grammar_Call) RunAndReturn ¶
func (_c *Driver_Grammar_Call) RunAndReturn(run func() driver.Grammar) *Driver_Grammar_Call
type Driver_Pool_Call ¶
Driver_Pool_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Pool'
func (*Driver_Pool_Call) Return ¶
func (_c *Driver_Pool_Call) Return(_a0 database.Pool) *Driver_Pool_Call
func (*Driver_Pool_Call) Run ¶
func (_c *Driver_Pool_Call) Run(run func()) *Driver_Pool_Call
func (*Driver_Pool_Call) RunAndReturn ¶
func (_c *Driver_Pool_Call) RunAndReturn(run func() database.Pool) *Driver_Pool_Call
type Driver_Processor_Call ¶
Driver_Processor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Processor'
func (*Driver_Processor_Call) Return ¶
func (_c *Driver_Processor_Call) Return(_a0 driver.Processor) *Driver_Processor_Call
func (*Driver_Processor_Call) Run ¶
func (_c *Driver_Processor_Call) Run(run func()) *Driver_Processor_Call
func (*Driver_Processor_Call) RunAndReturn ¶
func (_c *Driver_Processor_Call) RunAndReturn(run func() driver.Processor) *Driver_Processor_Call
type GormGrammar ¶
GormGrammar is an autogenerated mock type for the GormGrammar type
func NewGormGrammar ¶
func NewGormGrammar(t interface {
mock.TestingT
Cleanup(func())
}) *GormGrammar
NewGormGrammar creates a new instance of GormGrammar. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*GormGrammar) CompileLockForUpdateForGorm ¶
func (_m *GormGrammar) CompileLockForUpdateForGorm() clause.Expression
CompileLockForUpdateForGorm provides a mock function with no fields
func (*GormGrammar) CompileRandomOrderForGorm ¶
func (_m *GormGrammar) CompileRandomOrderForGorm() string
CompileRandomOrderForGorm provides a mock function with no fields
func (*GormGrammar) CompileSharedLockForGorm ¶
func (_m *GormGrammar) CompileSharedLockForGorm() clause.Expression
CompileSharedLockForGorm provides a mock function with no fields
func (*GormGrammar) EXPECT ¶
func (_m *GormGrammar) EXPECT() *GormGrammar_Expecter
type GormGrammar_CompileLockForUpdateForGorm_Call ¶
GormGrammar_CompileLockForUpdateForGorm_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileLockForUpdateForGorm'
func (*GormGrammar_CompileLockForUpdateForGorm_Call) Return ¶
func (_c *GormGrammar_CompileLockForUpdateForGorm_Call) Return(_a0 clause.Expression) *GormGrammar_CompileLockForUpdateForGorm_Call
func (*GormGrammar_CompileLockForUpdateForGorm_Call) Run ¶
func (_c *GormGrammar_CompileLockForUpdateForGorm_Call) Run(run func()) *GormGrammar_CompileLockForUpdateForGorm_Call
func (*GormGrammar_CompileLockForUpdateForGorm_Call) RunAndReturn ¶
func (_c *GormGrammar_CompileLockForUpdateForGorm_Call) RunAndReturn(run func() clause.Expression) *GormGrammar_CompileLockForUpdateForGorm_Call
type GormGrammar_CompileRandomOrderForGorm_Call ¶
GormGrammar_CompileRandomOrderForGorm_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileRandomOrderForGorm'
func (*GormGrammar_CompileRandomOrderForGorm_Call) Return ¶
func (_c *GormGrammar_CompileRandomOrderForGorm_Call) Return(_a0 string) *GormGrammar_CompileRandomOrderForGorm_Call
func (*GormGrammar_CompileRandomOrderForGorm_Call) Run ¶
func (_c *GormGrammar_CompileRandomOrderForGorm_Call) Run(run func()) *GormGrammar_CompileRandomOrderForGorm_Call
func (*GormGrammar_CompileRandomOrderForGorm_Call) RunAndReturn ¶
func (_c *GormGrammar_CompileRandomOrderForGorm_Call) RunAndReturn(run func() string) *GormGrammar_CompileRandomOrderForGorm_Call
type GormGrammar_CompileSharedLockForGorm_Call ¶
type GormGrammar_CompileSharedLockForGorm_Call struct {
}
GormGrammar_CompileSharedLockForGorm_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileSharedLockForGorm'
func (*GormGrammar_CompileSharedLockForGorm_Call) Return ¶
func (_c *GormGrammar_CompileSharedLockForGorm_Call) Return(_a0 clause.Expression) *GormGrammar_CompileSharedLockForGorm_Call
func (*GormGrammar_CompileSharedLockForGorm_Call) Run ¶
func (_c *GormGrammar_CompileSharedLockForGorm_Call) Run(run func()) *GormGrammar_CompileSharedLockForGorm_Call
func (*GormGrammar_CompileSharedLockForGorm_Call) RunAndReturn ¶
func (_c *GormGrammar_CompileSharedLockForGorm_Call) RunAndReturn(run func() clause.Expression) *GormGrammar_CompileSharedLockForGorm_Call
type GormGrammar_Expecter ¶
type GormGrammar_Expecter struct {
// contains filtered or unexported fields
}
func (*GormGrammar_Expecter) CompileLockForUpdateForGorm ¶
func (_e *GormGrammar_Expecter) CompileLockForUpdateForGorm() *GormGrammar_CompileLockForUpdateForGorm_Call
CompileLockForUpdateForGorm is a helper method to define mock.On call
func (*GormGrammar_Expecter) CompileRandomOrderForGorm ¶
func (_e *GormGrammar_Expecter) CompileRandomOrderForGorm() *GormGrammar_CompileRandomOrderForGorm_Call
CompileRandomOrderForGorm is a helper method to define mock.On call
func (*GormGrammar_Expecter) CompileSharedLockForGorm ¶
func (_e *GormGrammar_Expecter) CompileSharedLockForGorm() *GormGrammar_CompileSharedLockForGorm_Call
CompileSharedLockForGorm is a helper method to define mock.On call
type Grammar ¶
Grammar is an autogenerated mock type for the Grammar type
func NewGrammar ¶
NewGrammar creates a new instance of Grammar. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Grammar) CompileAdd ¶
CompileAdd provides a mock function with given fields: blueprint, command
func (*Grammar) CompileChange ¶
CompileChange provides a mock function with given fields: blueprint, command
func (*Grammar) CompileColumns ¶
CompileColumns provides a mock function with given fields: schema, table
func (*Grammar) CompileComment ¶
CompileComment provides a mock function with given fields: blueprint, command
func (*Grammar) CompileCreate ¶
CompileCreate provides a mock function with given fields: blueprint
func (*Grammar) CompileDefault ¶
CompileDefault provides a mock function with given fields: blueprint, command
func (*Grammar) CompileDrop ¶
CompileDrop provides a mock function with given fields: blueprint
func (*Grammar) CompileDropAllTables ¶
CompileDropAllTables provides a mock function with given fields: schema, tables
func (*Grammar) CompileDropAllTypes ¶
CompileDropAllTypes provides a mock function with given fields: schema, types
func (*Grammar) CompileDropAllViews ¶
CompileDropAllViews provides a mock function with given fields: schema, views
func (*Grammar) CompileDropColumn ¶
CompileDropColumn provides a mock function with given fields: blueprint, command
func (*Grammar) CompileDropForeign ¶
CompileDropForeign provides a mock function with given fields: blueprint, command
func (*Grammar) CompileDropFullText ¶
CompileDropFullText provides a mock function with given fields: blueprint, command
func (*Grammar) CompileDropIfExists ¶
CompileDropIfExists provides a mock function with given fields: blueprint
func (*Grammar) CompileDropIndex ¶
CompileDropIndex provides a mock function with given fields: blueprint, command
func (*Grammar) CompileDropPrimary ¶
CompileDropPrimary provides a mock function with given fields: blueprint, command
func (*Grammar) CompileDropUnique ¶
CompileDropUnique provides a mock function with given fields: blueprint, command
func (*Grammar) CompileForeign ¶
CompileForeign provides a mock function with given fields: blueprint, command
func (*Grammar) CompileForeignKeys ¶
CompileForeignKeys provides a mock function with given fields: schema, table
func (*Grammar) CompileFullText ¶
CompileFullText provides a mock function with given fields: blueprint, command
func (*Grammar) CompileInRandomOrder ¶
func (_m *Grammar) CompileInRandomOrder(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
CompileInRandomOrder provides a mock function with given fields: builder, conditions
func (*Grammar) CompileIndex ¶
CompileIndex provides a mock function with given fields: blueprint, command
func (*Grammar) CompileIndexes ¶
CompileIndexes provides a mock function with given fields: schema, table
func (*Grammar) CompileJsonColumnsUpdate ¶
func (_m *Grammar) CompileJsonColumnsUpdate(values map[string]interface{}) (map[string]interface{}, error)
CompileJsonColumnsUpdate provides a mock function with given fields: values
func (*Grammar) CompileJsonContains ¶
func (_m *Grammar) CompileJsonContains(column string, value interface{}, isNot bool) (string, []interface{}, error)
CompileJsonContains provides a mock function with given fields: column, value, isNot
func (*Grammar) CompileJsonContainsKey ¶
CompileJsonContainsKey provides a mock function with given fields: column, isNot
func (*Grammar) CompileJsonLength ¶
CompileJsonLength provides a mock function with given fields: column
func (*Grammar) CompileJsonSelector ¶
CompileJsonSelector provides a mock function with given fields: column
func (*Grammar) CompileJsonValues ¶
func (_m *Grammar) CompileJsonValues(args ...interface{}) []interface{}
CompileJsonValues provides a mock function with given fields: args
func (*Grammar) CompileLockForUpdate ¶
func (_m *Grammar) CompileLockForUpdate(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
CompileLockForUpdate provides a mock function with given fields: builder, conditions
func (*Grammar) CompileLockForUpdateForGorm ¶
func (_m *Grammar) CompileLockForUpdateForGorm() clause.Expression
CompileLockForUpdateForGorm provides a mock function with no fields
func (*Grammar) CompilePlaceholderFormat ¶
func (_m *Grammar) CompilePlaceholderFormat() driver.PlaceholderFormat
CompilePlaceholderFormat provides a mock function with no fields
func (*Grammar) CompilePrimary ¶
CompilePrimary provides a mock function with given fields: blueprint, command
func (*Grammar) CompilePrune ¶
CompilePrune provides a mock function with given fields: database
func (*Grammar) CompileRandomOrderForGorm ¶
CompileRandomOrderForGorm provides a mock function with no fields
func (*Grammar) CompileRename ¶
CompileRename provides a mock function with given fields: blueprint, command
func (*Grammar) CompileRenameColumn ¶
func (_m *Grammar) CompileRenameColumn(blueprint driver.Blueprint, command *driver.Command, columns []driver.Column) (string, error)
CompileRenameColumn provides a mock function with given fields: blueprint, command, columns
func (*Grammar) CompileRenameIndex ¶
func (_m *Grammar) CompileRenameIndex(blueprint driver.Blueprint, command *driver.Command, indexes []driver.Index) []string
CompileRenameIndex provides a mock function with given fields: blueprint, command, indexes
func (*Grammar) CompileSharedLock ¶
func (_m *Grammar) CompileSharedLock(builder squirrel.SelectBuilder, conditions *driver.Conditions) squirrel.SelectBuilder
CompileSharedLock provides a mock function with given fields: builder, conditions
func (*Grammar) CompileSharedLockForGorm ¶
func (_m *Grammar) CompileSharedLockForGorm() clause.Expression
CompileSharedLockForGorm provides a mock function with no fields
func (*Grammar) CompileTableComment ¶
CompileTableComment provides a mock function with given fields: blueprint, command
func (*Grammar) CompileTables ¶
CompileTables provides a mock function with given fields: database
func (*Grammar) CompileTypes ¶
CompileTypes provides a mock function with no fields
func (*Grammar) CompileUnique ¶
CompileUnique provides a mock function with given fields: blueprint, command
func (*Grammar) CompileVersion ¶
CompileVersion provides a mock function with no fields
func (*Grammar) CompileViews ¶
CompileViews provides a mock function with given fields: database
func (*Grammar) EXPECT ¶
func (_m *Grammar) EXPECT() *Grammar_Expecter
func (*Grammar) GetAttributeCommands ¶
GetAttributeCommands provides a mock function with no fields
func (*Grammar) TypeBigInteger ¶
func (_m *Grammar) TypeBigInteger(column driver.ColumnDefinition) string
TypeBigInteger provides a mock function with given fields: column
func (*Grammar) TypeBoolean ¶
func (_m *Grammar) TypeBoolean(column driver.ColumnDefinition) string
TypeBoolean provides a mock function with given fields: column
func (*Grammar) TypeChar ¶
func (_m *Grammar) TypeChar(column driver.ColumnDefinition) string
TypeChar provides a mock function with given fields: column
func (*Grammar) TypeDate ¶
func (_m *Grammar) TypeDate(column driver.ColumnDefinition) string
TypeDate provides a mock function with given fields: column
func (*Grammar) TypeDateTime ¶
func (_m *Grammar) TypeDateTime(column driver.ColumnDefinition) string
TypeDateTime provides a mock function with given fields: column
func (*Grammar) TypeDateTimeTz ¶
func (_m *Grammar) TypeDateTimeTz(column driver.ColumnDefinition) string
TypeDateTimeTz provides a mock function with given fields: column
func (*Grammar) TypeDecimal ¶
func (_m *Grammar) TypeDecimal(column driver.ColumnDefinition) string
TypeDecimal provides a mock function with given fields: column
func (*Grammar) TypeDouble ¶
func (_m *Grammar) TypeDouble(column driver.ColumnDefinition) string
TypeDouble provides a mock function with given fields: column
func (*Grammar) TypeEnum ¶
func (_m *Grammar) TypeEnum(column driver.ColumnDefinition) string
TypeEnum provides a mock function with given fields: column
func (*Grammar) TypeFloat ¶
func (_m *Grammar) TypeFloat(column driver.ColumnDefinition) string
TypeFloat provides a mock function with given fields: column
func (*Grammar) TypeInteger ¶
func (_m *Grammar) TypeInteger(column driver.ColumnDefinition) string
TypeInteger provides a mock function with given fields: column
func (*Grammar) TypeJson ¶
func (_m *Grammar) TypeJson(column driver.ColumnDefinition) string
TypeJson provides a mock function with given fields: column
func (*Grammar) TypeJsonb ¶
func (_m *Grammar) TypeJsonb(column driver.ColumnDefinition) string
TypeJsonb provides a mock function with given fields: column
func (*Grammar) TypeLongText ¶
func (_m *Grammar) TypeLongText(column driver.ColumnDefinition) string
TypeLongText provides a mock function with given fields: column
func (*Grammar) TypeMediumInteger ¶
func (_m *Grammar) TypeMediumInteger(column driver.ColumnDefinition) string
TypeMediumInteger provides a mock function with given fields: column
func (*Grammar) TypeMediumText ¶
func (_m *Grammar) TypeMediumText(column driver.ColumnDefinition) string
TypeMediumText provides a mock function with given fields: column
func (*Grammar) TypeSmallInteger ¶
func (_m *Grammar) TypeSmallInteger(column driver.ColumnDefinition) string
TypeSmallInteger provides a mock function with given fields: column
func (*Grammar) TypeString ¶
func (_m *Grammar) TypeString(column driver.ColumnDefinition) string
TypeString provides a mock function with given fields: column
func (*Grammar) TypeText ¶
func (_m *Grammar) TypeText(column driver.ColumnDefinition) string
TypeText provides a mock function with given fields: column
func (*Grammar) TypeTime ¶
func (_m *Grammar) TypeTime(column driver.ColumnDefinition) string
TypeTime provides a mock function with given fields: column
func (*Grammar) TypeTimeTz ¶
func (_m *Grammar) TypeTimeTz(column driver.ColumnDefinition) string
TypeTimeTz provides a mock function with given fields: column
func (*Grammar) TypeTimestamp ¶
func (_m *Grammar) TypeTimestamp(column driver.ColumnDefinition) string
TypeTimestamp provides a mock function with given fields: column
func (*Grammar) TypeTimestampTz ¶
func (_m *Grammar) TypeTimestampTz(column driver.ColumnDefinition) string
TypeTimestampTz provides a mock function with given fields: column
func (*Grammar) TypeTinyInteger ¶
func (_m *Grammar) TypeTinyInteger(column driver.ColumnDefinition) string
TypeTinyInteger provides a mock function with given fields: column
func (*Grammar) TypeTinyText ¶
func (_m *Grammar) TypeTinyText(column driver.ColumnDefinition) string
TypeTinyText provides a mock function with given fields: column
type Grammar_CompileAdd_Call ¶
Grammar_CompileAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileAdd'
func (*Grammar_CompileAdd_Call) Return ¶
func (_c *Grammar_CompileAdd_Call) Return(_a0 string) *Grammar_CompileAdd_Call
func (*Grammar_CompileAdd_Call) Run ¶
func (_c *Grammar_CompileAdd_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileAdd_Call
func (*Grammar_CompileAdd_Call) RunAndReturn ¶
func (_c *Grammar_CompileAdd_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileAdd_Call
type Grammar_CompileChange_Call ¶
Grammar_CompileChange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileChange'
func (*Grammar_CompileChange_Call) Return ¶
func (_c *Grammar_CompileChange_Call) Return(_a0 []string) *Grammar_CompileChange_Call
func (*Grammar_CompileChange_Call) Run ¶
func (_c *Grammar_CompileChange_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileChange_Call
func (*Grammar_CompileChange_Call) RunAndReturn ¶
func (_c *Grammar_CompileChange_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) []string) *Grammar_CompileChange_Call
type Grammar_CompileColumns_Call ¶
Grammar_CompileColumns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileColumns'
func (*Grammar_CompileColumns_Call) Return ¶
func (_c *Grammar_CompileColumns_Call) Return(_a0 string, _a1 error) *Grammar_CompileColumns_Call
func (*Grammar_CompileColumns_Call) Run ¶
func (_c *Grammar_CompileColumns_Call) Run(run func(schema string, table string)) *Grammar_CompileColumns_Call
func (*Grammar_CompileColumns_Call) RunAndReturn ¶
func (_c *Grammar_CompileColumns_Call) RunAndReturn(run func(string, string) (string, error)) *Grammar_CompileColumns_Call
type Grammar_CompileComment_Call ¶
Grammar_CompileComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileComment'
func (*Grammar_CompileComment_Call) Return ¶
func (_c *Grammar_CompileComment_Call) Return(_a0 string) *Grammar_CompileComment_Call
func (*Grammar_CompileComment_Call) Run ¶
func (_c *Grammar_CompileComment_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileComment_Call
func (*Grammar_CompileComment_Call) RunAndReturn ¶
func (_c *Grammar_CompileComment_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileComment_Call
type Grammar_CompileCreate_Call ¶
Grammar_CompileCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileCreate'
func (*Grammar_CompileCreate_Call) Return ¶
func (_c *Grammar_CompileCreate_Call) Return(_a0 string) *Grammar_CompileCreate_Call
func (*Grammar_CompileCreate_Call) Run ¶
func (_c *Grammar_CompileCreate_Call) Run(run func(blueprint driver.Blueprint)) *Grammar_CompileCreate_Call
func (*Grammar_CompileCreate_Call) RunAndReturn ¶
func (_c *Grammar_CompileCreate_Call) RunAndReturn(run func(driver.Blueprint) string) *Grammar_CompileCreate_Call
type Grammar_CompileDefault_Call ¶
Grammar_CompileDefault_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDefault'
func (*Grammar_CompileDefault_Call) Return ¶
func (_c *Grammar_CompileDefault_Call) Return(_a0 string) *Grammar_CompileDefault_Call
func (*Grammar_CompileDefault_Call) Run ¶
func (_c *Grammar_CompileDefault_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDefault_Call
func (*Grammar_CompileDefault_Call) RunAndReturn ¶
func (_c *Grammar_CompileDefault_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDefault_Call
type Grammar_CompileDropAllTables_Call ¶
Grammar_CompileDropAllTables_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropAllTables'
func (*Grammar_CompileDropAllTables_Call) Return ¶
func (_c *Grammar_CompileDropAllTables_Call) Return(_a0 []string) *Grammar_CompileDropAllTables_Call
func (*Grammar_CompileDropAllTables_Call) Run ¶
func (_c *Grammar_CompileDropAllTables_Call) Run(run func(schema string, tables []driver.Table)) *Grammar_CompileDropAllTables_Call
func (*Grammar_CompileDropAllTables_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropAllTables_Call) RunAndReturn(run func(string, []driver.Table) []string) *Grammar_CompileDropAllTables_Call
type Grammar_CompileDropAllTypes_Call ¶
Grammar_CompileDropAllTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropAllTypes'
func (*Grammar_CompileDropAllTypes_Call) Return ¶
func (_c *Grammar_CompileDropAllTypes_Call) Return(_a0 []string) *Grammar_CompileDropAllTypes_Call
func (*Grammar_CompileDropAllTypes_Call) Run ¶
func (_c *Grammar_CompileDropAllTypes_Call) Run(run func(schema string, types []driver.Type)) *Grammar_CompileDropAllTypes_Call
func (*Grammar_CompileDropAllTypes_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropAllTypes_Call) RunAndReturn(run func(string, []driver.Type) []string) *Grammar_CompileDropAllTypes_Call
type Grammar_CompileDropAllViews_Call ¶
Grammar_CompileDropAllViews_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropAllViews'
func (*Grammar_CompileDropAllViews_Call) Return ¶
func (_c *Grammar_CompileDropAllViews_Call) Return(_a0 []string) *Grammar_CompileDropAllViews_Call
func (*Grammar_CompileDropAllViews_Call) Run ¶
func (_c *Grammar_CompileDropAllViews_Call) Run(run func(schema string, views []driver.View)) *Grammar_CompileDropAllViews_Call
func (*Grammar_CompileDropAllViews_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropAllViews_Call) RunAndReturn(run func(string, []driver.View) []string) *Grammar_CompileDropAllViews_Call
type Grammar_CompileDropColumn_Call ¶
Grammar_CompileDropColumn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropColumn'
func (*Grammar_CompileDropColumn_Call) Return ¶
func (_c *Grammar_CompileDropColumn_Call) Return(_a0 []string) *Grammar_CompileDropColumn_Call
func (*Grammar_CompileDropColumn_Call) Run ¶
func (_c *Grammar_CompileDropColumn_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropColumn_Call
func (*Grammar_CompileDropColumn_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropColumn_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) []string) *Grammar_CompileDropColumn_Call
type Grammar_CompileDropForeign_Call ¶
Grammar_CompileDropForeign_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropForeign'
func (*Grammar_CompileDropForeign_Call) Return ¶
func (_c *Grammar_CompileDropForeign_Call) Return(_a0 string) *Grammar_CompileDropForeign_Call
func (*Grammar_CompileDropForeign_Call) Run ¶
func (_c *Grammar_CompileDropForeign_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropForeign_Call
func (*Grammar_CompileDropForeign_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropForeign_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropForeign_Call
type Grammar_CompileDropFullText_Call ¶
Grammar_CompileDropFullText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropFullText'
func (*Grammar_CompileDropFullText_Call) Return ¶
func (_c *Grammar_CompileDropFullText_Call) Return(_a0 string) *Grammar_CompileDropFullText_Call
func (*Grammar_CompileDropFullText_Call) Run ¶
func (_c *Grammar_CompileDropFullText_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropFullText_Call
func (*Grammar_CompileDropFullText_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropFullText_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropFullText_Call
type Grammar_CompileDropIfExists_Call ¶
Grammar_CompileDropIfExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropIfExists'
func (*Grammar_CompileDropIfExists_Call) Return ¶
func (_c *Grammar_CompileDropIfExists_Call) Return(_a0 string) *Grammar_CompileDropIfExists_Call
func (*Grammar_CompileDropIfExists_Call) Run ¶
func (_c *Grammar_CompileDropIfExists_Call) Run(run func(blueprint driver.Blueprint)) *Grammar_CompileDropIfExists_Call
func (*Grammar_CompileDropIfExists_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropIfExists_Call) RunAndReturn(run func(driver.Blueprint) string) *Grammar_CompileDropIfExists_Call
type Grammar_CompileDropIndex_Call ¶
Grammar_CompileDropIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropIndex'
func (*Grammar_CompileDropIndex_Call) Return ¶
func (_c *Grammar_CompileDropIndex_Call) Return(_a0 string) *Grammar_CompileDropIndex_Call
func (*Grammar_CompileDropIndex_Call) Run ¶
func (_c *Grammar_CompileDropIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropIndex_Call
func (*Grammar_CompileDropIndex_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropIndex_Call
type Grammar_CompileDropPrimary_Call ¶
Grammar_CompileDropPrimary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropPrimary'
func (*Grammar_CompileDropPrimary_Call) Return ¶
func (_c *Grammar_CompileDropPrimary_Call) Return(_a0 string) *Grammar_CompileDropPrimary_Call
func (*Grammar_CompileDropPrimary_Call) Run ¶
func (_c *Grammar_CompileDropPrimary_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropPrimary_Call
func (*Grammar_CompileDropPrimary_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropPrimary_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropPrimary_Call
type Grammar_CompileDropUnique_Call ¶
Grammar_CompileDropUnique_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropUnique'
func (*Grammar_CompileDropUnique_Call) Return ¶
func (_c *Grammar_CompileDropUnique_Call) Return(_a0 string) *Grammar_CompileDropUnique_Call
func (*Grammar_CompileDropUnique_Call) Run ¶
func (_c *Grammar_CompileDropUnique_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileDropUnique_Call
func (*Grammar_CompileDropUnique_Call) RunAndReturn ¶
func (_c *Grammar_CompileDropUnique_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileDropUnique_Call
type Grammar_CompileDrop_Call ¶
Grammar_CompileDrop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDrop'
func (*Grammar_CompileDrop_Call) Return ¶
func (_c *Grammar_CompileDrop_Call) Return(_a0 string) *Grammar_CompileDrop_Call
func (*Grammar_CompileDrop_Call) Run ¶
func (_c *Grammar_CompileDrop_Call) Run(run func(blueprint driver.Blueprint)) *Grammar_CompileDrop_Call
func (*Grammar_CompileDrop_Call) RunAndReturn ¶
func (_c *Grammar_CompileDrop_Call) RunAndReturn(run func(driver.Blueprint) string) *Grammar_CompileDrop_Call
type Grammar_CompileForeignKeys_Call ¶
Grammar_CompileForeignKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileForeignKeys'
func (*Grammar_CompileForeignKeys_Call) Return ¶
func (_c *Grammar_CompileForeignKeys_Call) Return(_a0 string) *Grammar_CompileForeignKeys_Call
func (*Grammar_CompileForeignKeys_Call) Run ¶
func (_c *Grammar_CompileForeignKeys_Call) Run(run func(schema string, table string)) *Grammar_CompileForeignKeys_Call
func (*Grammar_CompileForeignKeys_Call) RunAndReturn ¶
func (_c *Grammar_CompileForeignKeys_Call) RunAndReturn(run func(string, string) string) *Grammar_CompileForeignKeys_Call
type Grammar_CompileForeign_Call ¶
Grammar_CompileForeign_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileForeign'
func (*Grammar_CompileForeign_Call) Return ¶
func (_c *Grammar_CompileForeign_Call) Return(_a0 string) *Grammar_CompileForeign_Call
func (*Grammar_CompileForeign_Call) Run ¶
func (_c *Grammar_CompileForeign_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileForeign_Call
func (*Grammar_CompileForeign_Call) RunAndReturn ¶
func (_c *Grammar_CompileForeign_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileForeign_Call
type Grammar_CompileFullText_Call ¶
Grammar_CompileFullText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileFullText'
func (*Grammar_CompileFullText_Call) Return ¶
func (_c *Grammar_CompileFullText_Call) Return(_a0 string) *Grammar_CompileFullText_Call
func (*Grammar_CompileFullText_Call) Run ¶
func (_c *Grammar_CompileFullText_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileFullText_Call
func (*Grammar_CompileFullText_Call) RunAndReturn ¶
func (_c *Grammar_CompileFullText_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileFullText_Call
type Grammar_CompileInRandomOrder_Call ¶
Grammar_CompileInRandomOrder_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileInRandomOrder'
func (*Grammar_CompileInRandomOrder_Call) Return ¶
func (_c *Grammar_CompileInRandomOrder_Call) Return(_a0 squirrel.SelectBuilder) *Grammar_CompileInRandomOrder_Call
func (*Grammar_CompileInRandomOrder_Call) Run ¶
func (_c *Grammar_CompileInRandomOrder_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *Grammar_CompileInRandomOrder_Call
func (*Grammar_CompileInRandomOrder_Call) RunAndReturn ¶
func (_c *Grammar_CompileInRandomOrder_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *Grammar_CompileInRandomOrder_Call
type Grammar_CompileIndex_Call ¶
Grammar_CompileIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileIndex'
func (*Grammar_CompileIndex_Call) Return ¶
func (_c *Grammar_CompileIndex_Call) Return(_a0 string) *Grammar_CompileIndex_Call
func (*Grammar_CompileIndex_Call) Run ¶
func (_c *Grammar_CompileIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileIndex_Call
func (*Grammar_CompileIndex_Call) RunAndReturn ¶
func (_c *Grammar_CompileIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileIndex_Call
type Grammar_CompileIndexes_Call ¶
Grammar_CompileIndexes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileIndexes'
func (*Grammar_CompileIndexes_Call) Return ¶
func (_c *Grammar_CompileIndexes_Call) Return(_a0 string, _a1 error) *Grammar_CompileIndexes_Call
func (*Grammar_CompileIndexes_Call) Run ¶
func (_c *Grammar_CompileIndexes_Call) Run(run func(schema string, table string)) *Grammar_CompileIndexes_Call
func (*Grammar_CompileIndexes_Call) RunAndReturn ¶
func (_c *Grammar_CompileIndexes_Call) RunAndReturn(run func(string, string) (string, error)) *Grammar_CompileIndexes_Call
type Grammar_CompileJsonColumnsUpdate_Call ¶
Grammar_CompileJsonColumnsUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonColumnsUpdate'
func (*Grammar_CompileJsonColumnsUpdate_Call) Return ¶
func (_c *Grammar_CompileJsonColumnsUpdate_Call) Return(_a0 map[string]interface{}, _a1 error) *Grammar_CompileJsonColumnsUpdate_Call
func (*Grammar_CompileJsonColumnsUpdate_Call) Run ¶
func (_c *Grammar_CompileJsonColumnsUpdate_Call) Run(run func(values map[string]interface{})) *Grammar_CompileJsonColumnsUpdate_Call
func (*Grammar_CompileJsonColumnsUpdate_Call) RunAndReturn ¶
func (_c *Grammar_CompileJsonColumnsUpdate_Call) RunAndReturn(run func(map[string]interface{}) (map[string]interface{}, error)) *Grammar_CompileJsonColumnsUpdate_Call
type Grammar_CompileJsonContainsKey_Call ¶
Grammar_CompileJsonContainsKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonContainsKey'
func (*Grammar_CompileJsonContainsKey_Call) Return ¶
func (_c *Grammar_CompileJsonContainsKey_Call) Return(_a0 string) *Grammar_CompileJsonContainsKey_Call
func (*Grammar_CompileJsonContainsKey_Call) Run ¶
func (_c *Grammar_CompileJsonContainsKey_Call) Run(run func(column string, isNot bool)) *Grammar_CompileJsonContainsKey_Call
func (*Grammar_CompileJsonContainsKey_Call) RunAndReturn ¶
func (_c *Grammar_CompileJsonContainsKey_Call) RunAndReturn(run func(string, bool) string) *Grammar_CompileJsonContainsKey_Call
type Grammar_CompileJsonContains_Call ¶
Grammar_CompileJsonContains_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonContains'
func (*Grammar_CompileJsonContains_Call) Return ¶
func (_c *Grammar_CompileJsonContains_Call) Return(_a0 string, _a1 []interface{}, _a2 error) *Grammar_CompileJsonContains_Call
func (*Grammar_CompileJsonContains_Call) Run ¶
func (_c *Grammar_CompileJsonContains_Call) Run(run func(column string, value interface{}, isNot bool)) *Grammar_CompileJsonContains_Call
func (*Grammar_CompileJsonContains_Call) RunAndReturn ¶
func (_c *Grammar_CompileJsonContains_Call) RunAndReturn(run func(string, interface{}, bool) (string, []interface{}, error)) *Grammar_CompileJsonContains_Call
type Grammar_CompileJsonLength_Call ¶
Grammar_CompileJsonLength_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonLength'
func (*Grammar_CompileJsonLength_Call) Return ¶
func (_c *Grammar_CompileJsonLength_Call) Return(_a0 string) *Grammar_CompileJsonLength_Call
func (*Grammar_CompileJsonLength_Call) Run ¶
func (_c *Grammar_CompileJsonLength_Call) Run(run func(column string)) *Grammar_CompileJsonLength_Call
func (*Grammar_CompileJsonLength_Call) RunAndReturn ¶
func (_c *Grammar_CompileJsonLength_Call) RunAndReturn(run func(string) string) *Grammar_CompileJsonLength_Call
type Grammar_CompileJsonSelector_Call ¶
Grammar_CompileJsonSelector_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonSelector'
func (*Grammar_CompileJsonSelector_Call) Return ¶
func (_c *Grammar_CompileJsonSelector_Call) Return(_a0 string) *Grammar_CompileJsonSelector_Call
func (*Grammar_CompileJsonSelector_Call) Run ¶
func (_c *Grammar_CompileJsonSelector_Call) Run(run func(column string)) *Grammar_CompileJsonSelector_Call
func (*Grammar_CompileJsonSelector_Call) RunAndReturn ¶
func (_c *Grammar_CompileJsonSelector_Call) RunAndReturn(run func(string) string) *Grammar_CompileJsonSelector_Call
type Grammar_CompileJsonValues_Call ¶
Grammar_CompileJsonValues_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonValues'
func (*Grammar_CompileJsonValues_Call) Return ¶
func (_c *Grammar_CompileJsonValues_Call) Return(_a0 []interface{}) *Grammar_CompileJsonValues_Call
func (*Grammar_CompileJsonValues_Call) Run ¶
func (_c *Grammar_CompileJsonValues_Call) Run(run func(args ...interface{})) *Grammar_CompileJsonValues_Call
func (*Grammar_CompileJsonValues_Call) RunAndReturn ¶
func (_c *Grammar_CompileJsonValues_Call) RunAndReturn(run func(...interface{}) []interface{}) *Grammar_CompileJsonValues_Call
type Grammar_CompileLockForUpdateForGorm_Call ¶
Grammar_CompileLockForUpdateForGorm_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileLockForUpdateForGorm'
func (*Grammar_CompileLockForUpdateForGorm_Call) Return ¶
func (_c *Grammar_CompileLockForUpdateForGorm_Call) Return(_a0 clause.Expression) *Grammar_CompileLockForUpdateForGorm_Call
func (*Grammar_CompileLockForUpdateForGorm_Call) Run ¶
func (_c *Grammar_CompileLockForUpdateForGorm_Call) Run(run func()) *Grammar_CompileLockForUpdateForGorm_Call
func (*Grammar_CompileLockForUpdateForGorm_Call) RunAndReturn ¶
func (_c *Grammar_CompileLockForUpdateForGorm_Call) RunAndReturn(run func() clause.Expression) *Grammar_CompileLockForUpdateForGorm_Call
type Grammar_CompileLockForUpdate_Call ¶
Grammar_CompileLockForUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileLockForUpdate'
func (*Grammar_CompileLockForUpdate_Call) Return ¶
func (_c *Grammar_CompileLockForUpdate_Call) Return(_a0 squirrel.SelectBuilder) *Grammar_CompileLockForUpdate_Call
func (*Grammar_CompileLockForUpdate_Call) Run ¶
func (_c *Grammar_CompileLockForUpdate_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *Grammar_CompileLockForUpdate_Call
func (*Grammar_CompileLockForUpdate_Call) RunAndReturn ¶
func (_c *Grammar_CompileLockForUpdate_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *Grammar_CompileLockForUpdate_Call
type Grammar_CompilePlaceholderFormat_Call ¶
Grammar_CompilePlaceholderFormat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompilePlaceholderFormat'
func (*Grammar_CompilePlaceholderFormat_Call) Return ¶
func (_c *Grammar_CompilePlaceholderFormat_Call) Return(_a0 driver.PlaceholderFormat) *Grammar_CompilePlaceholderFormat_Call
func (*Grammar_CompilePlaceholderFormat_Call) Run ¶
func (_c *Grammar_CompilePlaceholderFormat_Call) Run(run func()) *Grammar_CompilePlaceholderFormat_Call
func (*Grammar_CompilePlaceholderFormat_Call) RunAndReturn ¶
func (_c *Grammar_CompilePlaceholderFormat_Call) RunAndReturn(run func() driver.PlaceholderFormat) *Grammar_CompilePlaceholderFormat_Call
type Grammar_CompilePrimary_Call ¶
Grammar_CompilePrimary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompilePrimary'
func (*Grammar_CompilePrimary_Call) Return ¶
func (_c *Grammar_CompilePrimary_Call) Return(_a0 string) *Grammar_CompilePrimary_Call
func (*Grammar_CompilePrimary_Call) Run ¶
func (_c *Grammar_CompilePrimary_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompilePrimary_Call
func (*Grammar_CompilePrimary_Call) RunAndReturn ¶
func (_c *Grammar_CompilePrimary_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompilePrimary_Call
type Grammar_CompilePrune_Call ¶
Grammar_CompilePrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompilePrune'
func (*Grammar_CompilePrune_Call) Return ¶
func (_c *Grammar_CompilePrune_Call) Return(_a0 string) *Grammar_CompilePrune_Call
func (*Grammar_CompilePrune_Call) Run ¶
func (_c *Grammar_CompilePrune_Call) Run(run func(database string)) *Grammar_CompilePrune_Call
func (*Grammar_CompilePrune_Call) RunAndReturn ¶
func (_c *Grammar_CompilePrune_Call) RunAndReturn(run func(string) string) *Grammar_CompilePrune_Call
type Grammar_CompileRandomOrderForGorm_Call ¶
Grammar_CompileRandomOrderForGorm_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileRandomOrderForGorm'
func (*Grammar_CompileRandomOrderForGorm_Call) Return ¶
func (_c *Grammar_CompileRandomOrderForGorm_Call) Return(_a0 string) *Grammar_CompileRandomOrderForGorm_Call
func (*Grammar_CompileRandomOrderForGorm_Call) Run ¶
func (_c *Grammar_CompileRandomOrderForGorm_Call) Run(run func()) *Grammar_CompileRandomOrderForGorm_Call
func (*Grammar_CompileRandomOrderForGorm_Call) RunAndReturn ¶
func (_c *Grammar_CompileRandomOrderForGorm_Call) RunAndReturn(run func() string) *Grammar_CompileRandomOrderForGorm_Call
type Grammar_CompileRenameColumn_Call ¶
Grammar_CompileRenameColumn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileRenameColumn'
func (*Grammar_CompileRenameColumn_Call) Return ¶
func (_c *Grammar_CompileRenameColumn_Call) Return(_a0 string, _a1 error) *Grammar_CompileRenameColumn_Call
func (*Grammar_CompileRenameColumn_Call) Run ¶
func (_c *Grammar_CompileRenameColumn_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command, columns []driver.Column)) *Grammar_CompileRenameColumn_Call
func (*Grammar_CompileRenameColumn_Call) RunAndReturn ¶
func (_c *Grammar_CompileRenameColumn_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command, []driver.Column) (string, error)) *Grammar_CompileRenameColumn_Call
type Grammar_CompileRenameIndex_Call ¶
Grammar_CompileRenameIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileRenameIndex'
func (*Grammar_CompileRenameIndex_Call) Return ¶
func (_c *Grammar_CompileRenameIndex_Call) Return(_a0 []string) *Grammar_CompileRenameIndex_Call
func (*Grammar_CompileRenameIndex_Call) Run ¶
func (_c *Grammar_CompileRenameIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command, indexes []driver.Index)) *Grammar_CompileRenameIndex_Call
func (*Grammar_CompileRenameIndex_Call) RunAndReturn ¶
func (_c *Grammar_CompileRenameIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command, []driver.Index) []string) *Grammar_CompileRenameIndex_Call
type Grammar_CompileRename_Call ¶
Grammar_CompileRename_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileRename'
func (*Grammar_CompileRename_Call) Return ¶
func (_c *Grammar_CompileRename_Call) Return(_a0 string) *Grammar_CompileRename_Call
func (*Grammar_CompileRename_Call) Run ¶
func (_c *Grammar_CompileRename_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileRename_Call
func (*Grammar_CompileRename_Call) RunAndReturn ¶
func (_c *Grammar_CompileRename_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileRename_Call
type Grammar_CompileSharedLockForGorm_Call ¶
type Grammar_CompileSharedLockForGorm_Call struct {
}
Grammar_CompileSharedLockForGorm_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileSharedLockForGorm'
func (*Grammar_CompileSharedLockForGorm_Call) Return ¶
func (_c *Grammar_CompileSharedLockForGorm_Call) Return(_a0 clause.Expression) *Grammar_CompileSharedLockForGorm_Call
func (*Grammar_CompileSharedLockForGorm_Call) Run ¶
func (_c *Grammar_CompileSharedLockForGorm_Call) Run(run func()) *Grammar_CompileSharedLockForGorm_Call
func (*Grammar_CompileSharedLockForGorm_Call) RunAndReturn ¶
func (_c *Grammar_CompileSharedLockForGorm_Call) RunAndReturn(run func() clause.Expression) *Grammar_CompileSharedLockForGorm_Call
type Grammar_CompileSharedLock_Call ¶
type Grammar_CompileSharedLock_Call struct {
}
Grammar_CompileSharedLock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileSharedLock'
func (*Grammar_CompileSharedLock_Call) Return ¶
func (_c *Grammar_CompileSharedLock_Call) Return(_a0 squirrel.SelectBuilder) *Grammar_CompileSharedLock_Call
func (*Grammar_CompileSharedLock_Call) Run ¶
func (_c *Grammar_CompileSharedLock_Call) Run(run func(builder squirrel.SelectBuilder, conditions *driver.Conditions)) *Grammar_CompileSharedLock_Call
func (*Grammar_CompileSharedLock_Call) RunAndReturn ¶
func (_c *Grammar_CompileSharedLock_Call) RunAndReturn(run func(squirrel.SelectBuilder, *driver.Conditions) squirrel.SelectBuilder) *Grammar_CompileSharedLock_Call
type Grammar_CompileTableComment_Call ¶
Grammar_CompileTableComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileTableComment'
func (*Grammar_CompileTableComment_Call) Return ¶
func (_c *Grammar_CompileTableComment_Call) Return(_a0 string) *Grammar_CompileTableComment_Call
func (*Grammar_CompileTableComment_Call) Run ¶
func (_c *Grammar_CompileTableComment_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileTableComment_Call
func (*Grammar_CompileTableComment_Call) RunAndReturn ¶
func (_c *Grammar_CompileTableComment_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileTableComment_Call
type Grammar_CompileTables_Call ¶
Grammar_CompileTables_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileTables'
func (*Grammar_CompileTables_Call) Return ¶
func (_c *Grammar_CompileTables_Call) Return(_a0 string) *Grammar_CompileTables_Call
func (*Grammar_CompileTables_Call) Run ¶
func (_c *Grammar_CompileTables_Call) Run(run func(database string)) *Grammar_CompileTables_Call
func (*Grammar_CompileTables_Call) RunAndReturn ¶
func (_c *Grammar_CompileTables_Call) RunAndReturn(run func(string) string) *Grammar_CompileTables_Call
type Grammar_CompileTypes_Call ¶
Grammar_CompileTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileTypes'
func (*Grammar_CompileTypes_Call) Return ¶
func (_c *Grammar_CompileTypes_Call) Return(_a0 string) *Grammar_CompileTypes_Call
func (*Grammar_CompileTypes_Call) Run ¶
func (_c *Grammar_CompileTypes_Call) Run(run func()) *Grammar_CompileTypes_Call
func (*Grammar_CompileTypes_Call) RunAndReturn ¶
func (_c *Grammar_CompileTypes_Call) RunAndReturn(run func() string) *Grammar_CompileTypes_Call
type Grammar_CompileUnique_Call ¶
Grammar_CompileUnique_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileUnique'
func (*Grammar_CompileUnique_Call) Return ¶
func (_c *Grammar_CompileUnique_Call) Return(_a0 string) *Grammar_CompileUnique_Call
func (*Grammar_CompileUnique_Call) Run ¶
func (_c *Grammar_CompileUnique_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *Grammar_CompileUnique_Call
func (*Grammar_CompileUnique_Call) RunAndReturn ¶
func (_c *Grammar_CompileUnique_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *Grammar_CompileUnique_Call
type Grammar_CompileVersion_Call ¶
Grammar_CompileVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileVersion'
func (*Grammar_CompileVersion_Call) Return ¶
func (_c *Grammar_CompileVersion_Call) Return(_a0 string) *Grammar_CompileVersion_Call
func (*Grammar_CompileVersion_Call) Run ¶
func (_c *Grammar_CompileVersion_Call) Run(run func()) *Grammar_CompileVersion_Call
func (*Grammar_CompileVersion_Call) RunAndReturn ¶
func (_c *Grammar_CompileVersion_Call) RunAndReturn(run func() string) *Grammar_CompileVersion_Call
type Grammar_CompileViews_Call ¶
Grammar_CompileViews_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileViews'
func (*Grammar_CompileViews_Call) Return ¶
func (_c *Grammar_CompileViews_Call) Return(_a0 string) *Grammar_CompileViews_Call
func (*Grammar_CompileViews_Call) Run ¶
func (_c *Grammar_CompileViews_Call) Run(run func(database string)) *Grammar_CompileViews_Call
func (*Grammar_CompileViews_Call) RunAndReturn ¶
func (_c *Grammar_CompileViews_Call) RunAndReturn(run func(string) string) *Grammar_CompileViews_Call
type Grammar_Expecter ¶
type Grammar_Expecter struct {
// contains filtered or unexported fields
}
func (*Grammar_Expecter) CompileAdd ¶
func (_e *Grammar_Expecter) CompileAdd(blueprint interface{}, command interface{}) *Grammar_CompileAdd_Call
CompileAdd is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileChange ¶
func (_e *Grammar_Expecter) CompileChange(blueprint interface{}, command interface{}) *Grammar_CompileChange_Call
CompileChange is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileColumns ¶
func (_e *Grammar_Expecter) CompileColumns(schema interface{}, table interface{}) *Grammar_CompileColumns_Call
CompileColumns is a helper method to define mock.On call
- schema string
- table string
func (*Grammar_Expecter) CompileComment ¶
func (_e *Grammar_Expecter) CompileComment(blueprint interface{}, command interface{}) *Grammar_CompileComment_Call
CompileComment is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileCreate ¶
func (_e *Grammar_Expecter) CompileCreate(blueprint interface{}) *Grammar_CompileCreate_Call
CompileCreate is a helper method to define mock.On call
- blueprint driver.Blueprint
func (*Grammar_Expecter) CompileDefault ¶
func (_e *Grammar_Expecter) CompileDefault(blueprint interface{}, command interface{}) *Grammar_CompileDefault_Call
CompileDefault is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileDrop ¶
func (_e *Grammar_Expecter) CompileDrop(blueprint interface{}) *Grammar_CompileDrop_Call
CompileDrop is a helper method to define mock.On call
- blueprint driver.Blueprint
func (*Grammar_Expecter) CompileDropAllTables ¶
func (_e *Grammar_Expecter) CompileDropAllTables(schema interface{}, tables interface{}) *Grammar_CompileDropAllTables_Call
CompileDropAllTables is a helper method to define mock.On call
- schema string
- tables []driver.Table
func (*Grammar_Expecter) CompileDropAllTypes ¶
func (_e *Grammar_Expecter) CompileDropAllTypes(schema interface{}, types interface{}) *Grammar_CompileDropAllTypes_Call
CompileDropAllTypes is a helper method to define mock.On call
- schema string
- types []driver.Type
func (*Grammar_Expecter) CompileDropAllViews ¶
func (_e *Grammar_Expecter) CompileDropAllViews(schema interface{}, views interface{}) *Grammar_CompileDropAllViews_Call
CompileDropAllViews is a helper method to define mock.On call
- schema string
- views []driver.View
func (*Grammar_Expecter) CompileDropColumn ¶
func (_e *Grammar_Expecter) CompileDropColumn(blueprint interface{}, command interface{}) *Grammar_CompileDropColumn_Call
CompileDropColumn is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileDropForeign ¶
func (_e *Grammar_Expecter) CompileDropForeign(blueprint interface{}, command interface{}) *Grammar_CompileDropForeign_Call
CompileDropForeign is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileDropFullText ¶
func (_e *Grammar_Expecter) CompileDropFullText(blueprint interface{}, command interface{}) *Grammar_CompileDropFullText_Call
CompileDropFullText is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileDropIfExists ¶
func (_e *Grammar_Expecter) CompileDropIfExists(blueprint interface{}) *Grammar_CompileDropIfExists_Call
CompileDropIfExists is a helper method to define mock.On call
- blueprint driver.Blueprint
func (*Grammar_Expecter) CompileDropIndex ¶
func (_e *Grammar_Expecter) CompileDropIndex(blueprint interface{}, command interface{}) *Grammar_CompileDropIndex_Call
CompileDropIndex is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileDropPrimary ¶
func (_e *Grammar_Expecter) CompileDropPrimary(blueprint interface{}, command interface{}) *Grammar_CompileDropPrimary_Call
CompileDropPrimary is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileDropUnique ¶
func (_e *Grammar_Expecter) CompileDropUnique(blueprint interface{}, command interface{}) *Grammar_CompileDropUnique_Call
CompileDropUnique is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileForeign ¶
func (_e *Grammar_Expecter) CompileForeign(blueprint interface{}, command interface{}) *Grammar_CompileForeign_Call
CompileForeign is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileForeignKeys ¶
func (_e *Grammar_Expecter) CompileForeignKeys(schema interface{}, table interface{}) *Grammar_CompileForeignKeys_Call
CompileForeignKeys is a helper method to define mock.On call
- schema string
- table string
func (*Grammar_Expecter) CompileFullText ¶
func (_e *Grammar_Expecter) CompileFullText(blueprint interface{}, command interface{}) *Grammar_CompileFullText_Call
CompileFullText is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileInRandomOrder ¶
func (_e *Grammar_Expecter) CompileInRandomOrder(builder interface{}, conditions interface{}) *Grammar_CompileInRandomOrder_Call
CompileInRandomOrder is a helper method to define mock.On call
- builder squirrel.SelectBuilder
- conditions *driver.Conditions
func (*Grammar_Expecter) CompileIndex ¶
func (_e *Grammar_Expecter) CompileIndex(blueprint interface{}, command interface{}) *Grammar_CompileIndex_Call
CompileIndex is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileIndexes ¶
func (_e *Grammar_Expecter) CompileIndexes(schema interface{}, table interface{}) *Grammar_CompileIndexes_Call
CompileIndexes is a helper method to define mock.On call
- schema string
- table string
func (*Grammar_Expecter) CompileJsonColumnsUpdate ¶
func (_e *Grammar_Expecter) CompileJsonColumnsUpdate(values interface{}) *Grammar_CompileJsonColumnsUpdate_Call
CompileJsonColumnsUpdate is a helper method to define mock.On call
- values map[string]interface{}
func (*Grammar_Expecter) CompileJsonContains ¶
func (_e *Grammar_Expecter) CompileJsonContains(column interface{}, value interface{}, isNot interface{}) *Grammar_CompileJsonContains_Call
CompileJsonContains is a helper method to define mock.On call
- column string
- value interface{}
- isNot bool
func (*Grammar_Expecter) CompileJsonContainsKey ¶
func (_e *Grammar_Expecter) CompileJsonContainsKey(column interface{}, isNot interface{}) *Grammar_CompileJsonContainsKey_Call
CompileJsonContainsKey is a helper method to define mock.On call
- column string
- isNot bool
func (*Grammar_Expecter) CompileJsonLength ¶
func (_e *Grammar_Expecter) CompileJsonLength(column interface{}) *Grammar_CompileJsonLength_Call
CompileJsonLength is a helper method to define mock.On call
- column string
func (*Grammar_Expecter) CompileJsonSelector ¶
func (_e *Grammar_Expecter) CompileJsonSelector(column interface{}) *Grammar_CompileJsonSelector_Call
CompileJsonSelector is a helper method to define mock.On call
- column string
func (*Grammar_Expecter) CompileJsonValues ¶
func (_e *Grammar_Expecter) CompileJsonValues(args ...interface{}) *Grammar_CompileJsonValues_Call
CompileJsonValues is a helper method to define mock.On call
- args ...interface{}
func (*Grammar_Expecter) CompileLockForUpdate ¶
func (_e *Grammar_Expecter) CompileLockForUpdate(builder interface{}, conditions interface{}) *Grammar_CompileLockForUpdate_Call
CompileLockForUpdate is a helper method to define mock.On call
- builder squirrel.SelectBuilder
- conditions *driver.Conditions
func (*Grammar_Expecter) CompileLockForUpdateForGorm ¶
func (_e *Grammar_Expecter) CompileLockForUpdateForGorm() *Grammar_CompileLockForUpdateForGorm_Call
CompileLockForUpdateForGorm is a helper method to define mock.On call
func (*Grammar_Expecter) CompilePlaceholderFormat ¶
func (_e *Grammar_Expecter) CompilePlaceholderFormat() *Grammar_CompilePlaceholderFormat_Call
CompilePlaceholderFormat is a helper method to define mock.On call
func (*Grammar_Expecter) CompilePrimary ¶
func (_e *Grammar_Expecter) CompilePrimary(blueprint interface{}, command interface{}) *Grammar_CompilePrimary_Call
CompilePrimary is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompilePrune ¶
func (_e *Grammar_Expecter) CompilePrune(database interface{}) *Grammar_CompilePrune_Call
CompilePrune is a helper method to define mock.On call
- database string
func (*Grammar_Expecter) CompileRandomOrderForGorm ¶
func (_e *Grammar_Expecter) CompileRandomOrderForGorm() *Grammar_CompileRandomOrderForGorm_Call
CompileRandomOrderForGorm is a helper method to define mock.On call
func (*Grammar_Expecter) CompileRename ¶
func (_e *Grammar_Expecter) CompileRename(blueprint interface{}, command interface{}) *Grammar_CompileRename_Call
CompileRename is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileRenameColumn ¶
func (_e *Grammar_Expecter) CompileRenameColumn(blueprint interface{}, command interface{}, columns interface{}) *Grammar_CompileRenameColumn_Call
CompileRenameColumn is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
- columns []driver.Column
func (*Grammar_Expecter) CompileRenameIndex ¶
func (_e *Grammar_Expecter) CompileRenameIndex(blueprint interface{}, command interface{}, indexes interface{}) *Grammar_CompileRenameIndex_Call
CompileRenameIndex is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
- indexes []driver.Index
func (*Grammar_Expecter) CompileSharedLock ¶
func (_e *Grammar_Expecter) CompileSharedLock(builder interface{}, conditions interface{}) *Grammar_CompileSharedLock_Call
CompileSharedLock is a helper method to define mock.On call
- builder squirrel.SelectBuilder
- conditions *driver.Conditions
func (*Grammar_Expecter) CompileSharedLockForGorm ¶
func (_e *Grammar_Expecter) CompileSharedLockForGorm() *Grammar_CompileSharedLockForGorm_Call
CompileSharedLockForGorm is a helper method to define mock.On call
func (*Grammar_Expecter) CompileTableComment ¶
func (_e *Grammar_Expecter) CompileTableComment(blueprint interface{}, command interface{}) *Grammar_CompileTableComment_Call
CompileTableComment is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileTables ¶
func (_e *Grammar_Expecter) CompileTables(database interface{}) *Grammar_CompileTables_Call
CompileTables is a helper method to define mock.On call
- database string
func (*Grammar_Expecter) CompileTypes ¶
func (_e *Grammar_Expecter) CompileTypes() *Grammar_CompileTypes_Call
CompileTypes is a helper method to define mock.On call
func (*Grammar_Expecter) CompileUnique ¶
func (_e *Grammar_Expecter) CompileUnique(blueprint interface{}, command interface{}) *Grammar_CompileUnique_Call
CompileUnique is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*Grammar_Expecter) CompileVersion ¶
func (_e *Grammar_Expecter) CompileVersion() *Grammar_CompileVersion_Call
CompileVersion is a helper method to define mock.On call
func (*Grammar_Expecter) CompileViews ¶
func (_e *Grammar_Expecter) CompileViews(database interface{}) *Grammar_CompileViews_Call
CompileViews is a helper method to define mock.On call
- database string
func (*Grammar_Expecter) GetAttributeCommands ¶
func (_e *Grammar_Expecter) GetAttributeCommands() *Grammar_GetAttributeCommands_Call
GetAttributeCommands is a helper method to define mock.On call
func (*Grammar_Expecter) TypeBigInteger ¶
func (_e *Grammar_Expecter) TypeBigInteger(column interface{}) *Grammar_TypeBigInteger_Call
TypeBigInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeBoolean ¶
func (_e *Grammar_Expecter) TypeBoolean(column interface{}) *Grammar_TypeBoolean_Call
TypeBoolean is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeChar ¶
func (_e *Grammar_Expecter) TypeChar(column interface{}) *Grammar_TypeChar_Call
TypeChar is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeDate ¶
func (_e *Grammar_Expecter) TypeDate(column interface{}) *Grammar_TypeDate_Call
TypeDate is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeDateTime ¶
func (_e *Grammar_Expecter) TypeDateTime(column interface{}) *Grammar_TypeDateTime_Call
TypeDateTime is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeDateTimeTz ¶
func (_e *Grammar_Expecter) TypeDateTimeTz(column interface{}) *Grammar_TypeDateTimeTz_Call
TypeDateTimeTz is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeDecimal ¶
func (_e *Grammar_Expecter) TypeDecimal(column interface{}) *Grammar_TypeDecimal_Call
TypeDecimal is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeDouble ¶
func (_e *Grammar_Expecter) TypeDouble(column interface{}) *Grammar_TypeDouble_Call
TypeDouble is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeEnum ¶
func (_e *Grammar_Expecter) TypeEnum(column interface{}) *Grammar_TypeEnum_Call
TypeEnum is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeFloat ¶
func (_e *Grammar_Expecter) TypeFloat(column interface{}) *Grammar_TypeFloat_Call
TypeFloat is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeInteger ¶
func (_e *Grammar_Expecter) TypeInteger(column interface{}) *Grammar_TypeInteger_Call
TypeInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeJson ¶
func (_e *Grammar_Expecter) TypeJson(column interface{}) *Grammar_TypeJson_Call
TypeJson is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeJsonb ¶
func (_e *Grammar_Expecter) TypeJsonb(column interface{}) *Grammar_TypeJsonb_Call
TypeJsonb is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeLongText ¶
func (_e *Grammar_Expecter) TypeLongText(column interface{}) *Grammar_TypeLongText_Call
TypeLongText is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeMediumInteger ¶
func (_e *Grammar_Expecter) TypeMediumInteger(column interface{}) *Grammar_TypeMediumInteger_Call
TypeMediumInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeMediumText ¶
func (_e *Grammar_Expecter) TypeMediumText(column interface{}) *Grammar_TypeMediumText_Call
TypeMediumText is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeSmallInteger ¶
func (_e *Grammar_Expecter) TypeSmallInteger(column interface{}) *Grammar_TypeSmallInteger_Call
TypeSmallInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeString ¶
func (_e *Grammar_Expecter) TypeString(column interface{}) *Grammar_TypeString_Call
TypeString is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeText ¶
func (_e *Grammar_Expecter) TypeText(column interface{}) *Grammar_TypeText_Call
TypeText is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeTime ¶
func (_e *Grammar_Expecter) TypeTime(column interface{}) *Grammar_TypeTime_Call
TypeTime is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeTimeTz ¶
func (_e *Grammar_Expecter) TypeTimeTz(column interface{}) *Grammar_TypeTimeTz_Call
TypeTimeTz is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeTimestamp ¶
func (_e *Grammar_Expecter) TypeTimestamp(column interface{}) *Grammar_TypeTimestamp_Call
TypeTimestamp is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeTimestampTz ¶
func (_e *Grammar_Expecter) TypeTimestampTz(column interface{}) *Grammar_TypeTimestampTz_Call
TypeTimestampTz is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeTinyInteger ¶
func (_e *Grammar_Expecter) TypeTinyInteger(column interface{}) *Grammar_TypeTinyInteger_Call
TypeTinyInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeTinyText ¶
func (_e *Grammar_Expecter) TypeTinyText(column interface{}) *Grammar_TypeTinyText_Call
TypeTinyText is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*Grammar_Expecter) TypeUuid ¶
func (_e *Grammar_Expecter) TypeUuid(column interface{}) *Grammar_TypeUuid_Call
TypeUuid is a helper method to define mock.On call
- column driver.ColumnDefinition
type Grammar_GetAttributeCommands_Call ¶
Grammar_GetAttributeCommands_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAttributeCommands'
func (*Grammar_GetAttributeCommands_Call) Return ¶
func (_c *Grammar_GetAttributeCommands_Call) Return(_a0 []string) *Grammar_GetAttributeCommands_Call
func (*Grammar_GetAttributeCommands_Call) Run ¶
func (_c *Grammar_GetAttributeCommands_Call) Run(run func()) *Grammar_GetAttributeCommands_Call
func (*Grammar_GetAttributeCommands_Call) RunAndReturn ¶
func (_c *Grammar_GetAttributeCommands_Call) RunAndReturn(run func() []string) *Grammar_GetAttributeCommands_Call
type Grammar_TypeBigInteger_Call ¶
Grammar_TypeBigInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeBigInteger'
func (*Grammar_TypeBigInteger_Call) Return ¶
func (_c *Grammar_TypeBigInteger_Call) Return(_a0 string) *Grammar_TypeBigInteger_Call
func (*Grammar_TypeBigInteger_Call) Run ¶
func (_c *Grammar_TypeBigInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeBigInteger_Call
func (*Grammar_TypeBigInteger_Call) RunAndReturn ¶
func (_c *Grammar_TypeBigInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeBigInteger_Call
type Grammar_TypeBoolean_Call ¶
Grammar_TypeBoolean_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeBoolean'
func (*Grammar_TypeBoolean_Call) Return ¶
func (_c *Grammar_TypeBoolean_Call) Return(_a0 string) *Grammar_TypeBoolean_Call
func (*Grammar_TypeBoolean_Call) Run ¶
func (_c *Grammar_TypeBoolean_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeBoolean_Call
func (*Grammar_TypeBoolean_Call) RunAndReturn ¶
func (_c *Grammar_TypeBoolean_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeBoolean_Call
type Grammar_TypeChar_Call ¶
Grammar_TypeChar_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeChar'
func (*Grammar_TypeChar_Call) Return ¶
func (_c *Grammar_TypeChar_Call) Return(_a0 string) *Grammar_TypeChar_Call
func (*Grammar_TypeChar_Call) Run ¶
func (_c *Grammar_TypeChar_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeChar_Call
func (*Grammar_TypeChar_Call) RunAndReturn ¶
func (_c *Grammar_TypeChar_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeChar_Call
type Grammar_TypeDateTimeTz_Call ¶
Grammar_TypeDateTimeTz_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDateTimeTz'
func (*Grammar_TypeDateTimeTz_Call) Return ¶
func (_c *Grammar_TypeDateTimeTz_Call) Return(_a0 string) *Grammar_TypeDateTimeTz_Call
func (*Grammar_TypeDateTimeTz_Call) Run ¶
func (_c *Grammar_TypeDateTimeTz_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeDateTimeTz_Call
func (*Grammar_TypeDateTimeTz_Call) RunAndReturn ¶
func (_c *Grammar_TypeDateTimeTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeDateTimeTz_Call
type Grammar_TypeDateTime_Call ¶
Grammar_TypeDateTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDateTime'
func (*Grammar_TypeDateTime_Call) Return ¶
func (_c *Grammar_TypeDateTime_Call) Return(_a0 string) *Grammar_TypeDateTime_Call
func (*Grammar_TypeDateTime_Call) Run ¶
func (_c *Grammar_TypeDateTime_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeDateTime_Call
func (*Grammar_TypeDateTime_Call) RunAndReturn ¶
func (_c *Grammar_TypeDateTime_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeDateTime_Call
type Grammar_TypeDate_Call ¶
Grammar_TypeDate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDate'
func (*Grammar_TypeDate_Call) Return ¶
func (_c *Grammar_TypeDate_Call) Return(_a0 string) *Grammar_TypeDate_Call
func (*Grammar_TypeDate_Call) Run ¶
func (_c *Grammar_TypeDate_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeDate_Call
func (*Grammar_TypeDate_Call) RunAndReturn ¶
func (_c *Grammar_TypeDate_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeDate_Call
type Grammar_TypeDecimal_Call ¶
Grammar_TypeDecimal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDecimal'
func (*Grammar_TypeDecimal_Call) Return ¶
func (_c *Grammar_TypeDecimal_Call) Return(_a0 string) *Grammar_TypeDecimal_Call
func (*Grammar_TypeDecimal_Call) Run ¶
func (_c *Grammar_TypeDecimal_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeDecimal_Call
func (*Grammar_TypeDecimal_Call) RunAndReturn ¶
func (_c *Grammar_TypeDecimal_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeDecimal_Call
type Grammar_TypeDouble_Call ¶
Grammar_TypeDouble_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDouble'
func (*Grammar_TypeDouble_Call) Return ¶
func (_c *Grammar_TypeDouble_Call) Return(_a0 string) *Grammar_TypeDouble_Call
func (*Grammar_TypeDouble_Call) Run ¶
func (_c *Grammar_TypeDouble_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeDouble_Call
func (*Grammar_TypeDouble_Call) RunAndReturn ¶
func (_c *Grammar_TypeDouble_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeDouble_Call
type Grammar_TypeEnum_Call ¶
Grammar_TypeEnum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeEnum'
func (*Grammar_TypeEnum_Call) Return ¶
func (_c *Grammar_TypeEnum_Call) Return(_a0 string) *Grammar_TypeEnum_Call
func (*Grammar_TypeEnum_Call) Run ¶
func (_c *Grammar_TypeEnum_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeEnum_Call
func (*Grammar_TypeEnum_Call) RunAndReturn ¶
func (_c *Grammar_TypeEnum_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeEnum_Call
type Grammar_TypeFloat_Call ¶
Grammar_TypeFloat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeFloat'
func (*Grammar_TypeFloat_Call) Return ¶
func (_c *Grammar_TypeFloat_Call) Return(_a0 string) *Grammar_TypeFloat_Call
func (*Grammar_TypeFloat_Call) Run ¶
func (_c *Grammar_TypeFloat_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeFloat_Call
func (*Grammar_TypeFloat_Call) RunAndReturn ¶
func (_c *Grammar_TypeFloat_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeFloat_Call
type Grammar_TypeInteger_Call ¶
Grammar_TypeInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeInteger'
func (*Grammar_TypeInteger_Call) Return ¶
func (_c *Grammar_TypeInteger_Call) Return(_a0 string) *Grammar_TypeInteger_Call
func (*Grammar_TypeInteger_Call) Run ¶
func (_c *Grammar_TypeInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeInteger_Call
func (*Grammar_TypeInteger_Call) RunAndReturn ¶
func (_c *Grammar_TypeInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeInteger_Call
type Grammar_TypeJson_Call ¶
Grammar_TypeJson_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeJson'
func (*Grammar_TypeJson_Call) Return ¶
func (_c *Grammar_TypeJson_Call) Return(_a0 string) *Grammar_TypeJson_Call
func (*Grammar_TypeJson_Call) Run ¶
func (_c *Grammar_TypeJson_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeJson_Call
func (*Grammar_TypeJson_Call) RunAndReturn ¶
func (_c *Grammar_TypeJson_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeJson_Call
type Grammar_TypeJsonb_Call ¶
Grammar_TypeJsonb_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeJsonb'
func (*Grammar_TypeJsonb_Call) Return ¶
func (_c *Grammar_TypeJsonb_Call) Return(_a0 string) *Grammar_TypeJsonb_Call
func (*Grammar_TypeJsonb_Call) Run ¶
func (_c *Grammar_TypeJsonb_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeJsonb_Call
func (*Grammar_TypeJsonb_Call) RunAndReturn ¶
func (_c *Grammar_TypeJsonb_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeJsonb_Call
type Grammar_TypeLongText_Call ¶
Grammar_TypeLongText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeLongText'
func (*Grammar_TypeLongText_Call) Return ¶
func (_c *Grammar_TypeLongText_Call) Return(_a0 string) *Grammar_TypeLongText_Call
func (*Grammar_TypeLongText_Call) Run ¶
func (_c *Grammar_TypeLongText_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeLongText_Call
func (*Grammar_TypeLongText_Call) RunAndReturn ¶
func (_c *Grammar_TypeLongText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeLongText_Call
type Grammar_TypeMediumInteger_Call ¶
Grammar_TypeMediumInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeMediumInteger'
func (*Grammar_TypeMediumInteger_Call) Return ¶
func (_c *Grammar_TypeMediumInteger_Call) Return(_a0 string) *Grammar_TypeMediumInteger_Call
func (*Grammar_TypeMediumInteger_Call) Run ¶
func (_c *Grammar_TypeMediumInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeMediumInteger_Call
func (*Grammar_TypeMediumInteger_Call) RunAndReturn ¶
func (_c *Grammar_TypeMediumInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeMediumInteger_Call
type Grammar_TypeMediumText_Call ¶
Grammar_TypeMediumText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeMediumText'
func (*Grammar_TypeMediumText_Call) Return ¶
func (_c *Grammar_TypeMediumText_Call) Return(_a0 string) *Grammar_TypeMediumText_Call
func (*Grammar_TypeMediumText_Call) Run ¶
func (_c *Grammar_TypeMediumText_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeMediumText_Call
func (*Grammar_TypeMediumText_Call) RunAndReturn ¶
func (_c *Grammar_TypeMediumText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeMediumText_Call
type Grammar_TypeSmallInteger_Call ¶
Grammar_TypeSmallInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeSmallInteger'
func (*Grammar_TypeSmallInteger_Call) Return ¶
func (_c *Grammar_TypeSmallInteger_Call) Return(_a0 string) *Grammar_TypeSmallInteger_Call
func (*Grammar_TypeSmallInteger_Call) Run ¶
func (_c *Grammar_TypeSmallInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeSmallInteger_Call
func (*Grammar_TypeSmallInteger_Call) RunAndReturn ¶
func (_c *Grammar_TypeSmallInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeSmallInteger_Call
type Grammar_TypeString_Call ¶
Grammar_TypeString_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeString'
func (*Grammar_TypeString_Call) Return ¶
func (_c *Grammar_TypeString_Call) Return(_a0 string) *Grammar_TypeString_Call
func (*Grammar_TypeString_Call) Run ¶
func (_c *Grammar_TypeString_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeString_Call
func (*Grammar_TypeString_Call) RunAndReturn ¶
func (_c *Grammar_TypeString_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeString_Call
type Grammar_TypeText_Call ¶
Grammar_TypeText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeText'
func (*Grammar_TypeText_Call) Return ¶
func (_c *Grammar_TypeText_Call) Return(_a0 string) *Grammar_TypeText_Call
func (*Grammar_TypeText_Call) Run ¶
func (_c *Grammar_TypeText_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeText_Call
func (*Grammar_TypeText_Call) RunAndReturn ¶
func (_c *Grammar_TypeText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeText_Call
type Grammar_TypeTimeTz_Call ¶
Grammar_TypeTimeTz_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTimeTz'
func (*Grammar_TypeTimeTz_Call) Return ¶
func (_c *Grammar_TypeTimeTz_Call) Return(_a0 string) *Grammar_TypeTimeTz_Call
func (*Grammar_TypeTimeTz_Call) Run ¶
func (_c *Grammar_TypeTimeTz_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTimeTz_Call
func (*Grammar_TypeTimeTz_Call) RunAndReturn ¶
func (_c *Grammar_TypeTimeTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTimeTz_Call
type Grammar_TypeTime_Call ¶
Grammar_TypeTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTime'
func (*Grammar_TypeTime_Call) Return ¶
func (_c *Grammar_TypeTime_Call) Return(_a0 string) *Grammar_TypeTime_Call
func (*Grammar_TypeTime_Call) Run ¶
func (_c *Grammar_TypeTime_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTime_Call
func (*Grammar_TypeTime_Call) RunAndReturn ¶
func (_c *Grammar_TypeTime_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTime_Call
type Grammar_TypeTimestampTz_Call ¶
Grammar_TypeTimestampTz_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTimestampTz'
func (*Grammar_TypeTimestampTz_Call) Return ¶
func (_c *Grammar_TypeTimestampTz_Call) Return(_a0 string) *Grammar_TypeTimestampTz_Call
func (*Grammar_TypeTimestampTz_Call) Run ¶
func (_c *Grammar_TypeTimestampTz_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTimestampTz_Call
func (*Grammar_TypeTimestampTz_Call) RunAndReturn ¶
func (_c *Grammar_TypeTimestampTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTimestampTz_Call
type Grammar_TypeTimestamp_Call ¶
Grammar_TypeTimestamp_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTimestamp'
func (*Grammar_TypeTimestamp_Call) Return ¶
func (_c *Grammar_TypeTimestamp_Call) Return(_a0 string) *Grammar_TypeTimestamp_Call
func (*Grammar_TypeTimestamp_Call) Run ¶
func (_c *Grammar_TypeTimestamp_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTimestamp_Call
func (*Grammar_TypeTimestamp_Call) RunAndReturn ¶
func (_c *Grammar_TypeTimestamp_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTimestamp_Call
type Grammar_TypeTinyInteger_Call ¶
Grammar_TypeTinyInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTinyInteger'
func (*Grammar_TypeTinyInteger_Call) Return ¶
func (_c *Grammar_TypeTinyInteger_Call) Return(_a0 string) *Grammar_TypeTinyInteger_Call
func (*Grammar_TypeTinyInteger_Call) Run ¶
func (_c *Grammar_TypeTinyInteger_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTinyInteger_Call
func (*Grammar_TypeTinyInteger_Call) RunAndReturn ¶
func (_c *Grammar_TypeTinyInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTinyInteger_Call
type Grammar_TypeTinyText_Call ¶
Grammar_TypeTinyText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTinyText'
func (*Grammar_TypeTinyText_Call) Return ¶
func (_c *Grammar_TypeTinyText_Call) Return(_a0 string) *Grammar_TypeTinyText_Call
func (*Grammar_TypeTinyText_Call) Run ¶
func (_c *Grammar_TypeTinyText_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeTinyText_Call
func (*Grammar_TypeTinyText_Call) RunAndReturn ¶
func (_c *Grammar_TypeTinyText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeTinyText_Call
type Grammar_TypeUuid_Call ¶
Grammar_TypeUuid_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeUuid'
func (*Grammar_TypeUuid_Call) Return ¶
func (_c *Grammar_TypeUuid_Call) Return(_a0 string) *Grammar_TypeUuid_Call
func (*Grammar_TypeUuid_Call) Run ¶
func (_c *Grammar_TypeUuid_Call) Run(run func(column driver.ColumnDefinition)) *Grammar_TypeUuid_Call
func (*Grammar_TypeUuid_Call) RunAndReturn ¶
func (_c *Grammar_TypeUuid_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *Grammar_TypeUuid_Call
type JsonGrammar ¶
JsonGrammar is an autogenerated mock type for the JsonGrammar type
func NewJsonGrammar ¶
func NewJsonGrammar(t interface {
mock.TestingT
Cleanup(func())
}) *JsonGrammar
NewJsonGrammar creates a new instance of JsonGrammar. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*JsonGrammar) CompileJsonColumnsUpdate ¶
func (_m *JsonGrammar) CompileJsonColumnsUpdate(values map[string]interface{}) (map[string]interface{}, error)
CompileJsonColumnsUpdate provides a mock function with given fields: values
func (*JsonGrammar) CompileJsonContains ¶
func (_m *JsonGrammar) CompileJsonContains(column string, value interface{}, isNot bool) (string, []interface{}, error)
CompileJsonContains provides a mock function with given fields: column, value, isNot
func (*JsonGrammar) CompileJsonContainsKey ¶
func (_m *JsonGrammar) CompileJsonContainsKey(column string, isNot bool) string
CompileJsonContainsKey provides a mock function with given fields: column, isNot
func (*JsonGrammar) CompileJsonLength ¶
func (_m *JsonGrammar) CompileJsonLength(column string) string
CompileJsonLength provides a mock function with given fields: column
func (*JsonGrammar) CompileJsonSelector ¶
func (_m *JsonGrammar) CompileJsonSelector(column string) string
CompileJsonSelector provides a mock function with given fields: column
func (*JsonGrammar) CompileJsonValues ¶
func (_m *JsonGrammar) CompileJsonValues(args ...interface{}) []interface{}
CompileJsonValues provides a mock function with given fields: args
func (*JsonGrammar) EXPECT ¶
func (_m *JsonGrammar) EXPECT() *JsonGrammar_Expecter
type JsonGrammar_CompileJsonColumnsUpdate_Call ¶
JsonGrammar_CompileJsonColumnsUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonColumnsUpdate'
func (*JsonGrammar_CompileJsonColumnsUpdate_Call) Return ¶
func (_c *JsonGrammar_CompileJsonColumnsUpdate_Call) Return(_a0 map[string]interface{}, _a1 error) *JsonGrammar_CompileJsonColumnsUpdate_Call
func (*JsonGrammar_CompileJsonColumnsUpdate_Call) Run ¶
func (_c *JsonGrammar_CompileJsonColumnsUpdate_Call) Run(run func(values map[string]interface{})) *JsonGrammar_CompileJsonColumnsUpdate_Call
func (*JsonGrammar_CompileJsonColumnsUpdate_Call) RunAndReturn ¶
func (_c *JsonGrammar_CompileJsonColumnsUpdate_Call) RunAndReturn(run func(map[string]interface{}) (map[string]interface{}, error)) *JsonGrammar_CompileJsonColumnsUpdate_Call
type JsonGrammar_CompileJsonContainsKey_Call ¶
JsonGrammar_CompileJsonContainsKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonContainsKey'
func (*JsonGrammar_CompileJsonContainsKey_Call) Return ¶
func (_c *JsonGrammar_CompileJsonContainsKey_Call) Return(_a0 string) *JsonGrammar_CompileJsonContainsKey_Call
func (*JsonGrammar_CompileJsonContainsKey_Call) Run ¶
func (_c *JsonGrammar_CompileJsonContainsKey_Call) Run(run func(column string, isNot bool)) *JsonGrammar_CompileJsonContainsKey_Call
func (*JsonGrammar_CompileJsonContainsKey_Call) RunAndReturn ¶
func (_c *JsonGrammar_CompileJsonContainsKey_Call) RunAndReturn(run func(string, bool) string) *JsonGrammar_CompileJsonContainsKey_Call
type JsonGrammar_CompileJsonContains_Call ¶
JsonGrammar_CompileJsonContains_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonContains'
func (*JsonGrammar_CompileJsonContains_Call) Return ¶
func (_c *JsonGrammar_CompileJsonContains_Call) Return(_a0 string, _a1 []interface{}, _a2 error) *JsonGrammar_CompileJsonContains_Call
func (*JsonGrammar_CompileJsonContains_Call) Run ¶
func (_c *JsonGrammar_CompileJsonContains_Call) Run(run func(column string, value interface{}, isNot bool)) *JsonGrammar_CompileJsonContains_Call
func (*JsonGrammar_CompileJsonContains_Call) RunAndReturn ¶
func (_c *JsonGrammar_CompileJsonContains_Call) RunAndReturn(run func(string, interface{}, bool) (string, []interface{}, error)) *JsonGrammar_CompileJsonContains_Call
type JsonGrammar_CompileJsonLength_Call ¶
JsonGrammar_CompileJsonLength_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonLength'
func (*JsonGrammar_CompileJsonLength_Call) Return ¶
func (_c *JsonGrammar_CompileJsonLength_Call) Return(_a0 string) *JsonGrammar_CompileJsonLength_Call
func (*JsonGrammar_CompileJsonLength_Call) Run ¶
func (_c *JsonGrammar_CompileJsonLength_Call) Run(run func(column string)) *JsonGrammar_CompileJsonLength_Call
func (*JsonGrammar_CompileJsonLength_Call) RunAndReturn ¶
func (_c *JsonGrammar_CompileJsonLength_Call) RunAndReturn(run func(string) string) *JsonGrammar_CompileJsonLength_Call
type JsonGrammar_CompileJsonSelector_Call ¶
JsonGrammar_CompileJsonSelector_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonSelector'
func (*JsonGrammar_CompileJsonSelector_Call) Return ¶
func (_c *JsonGrammar_CompileJsonSelector_Call) Return(_a0 string) *JsonGrammar_CompileJsonSelector_Call
func (*JsonGrammar_CompileJsonSelector_Call) Run ¶
func (_c *JsonGrammar_CompileJsonSelector_Call) Run(run func(column string)) *JsonGrammar_CompileJsonSelector_Call
func (*JsonGrammar_CompileJsonSelector_Call) RunAndReturn ¶
func (_c *JsonGrammar_CompileJsonSelector_Call) RunAndReturn(run func(string) string) *JsonGrammar_CompileJsonSelector_Call
type JsonGrammar_CompileJsonValues_Call ¶
JsonGrammar_CompileJsonValues_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileJsonValues'
func (*JsonGrammar_CompileJsonValues_Call) Return ¶
func (_c *JsonGrammar_CompileJsonValues_Call) Return(_a0 []interface{}) *JsonGrammar_CompileJsonValues_Call
func (*JsonGrammar_CompileJsonValues_Call) Run ¶
func (_c *JsonGrammar_CompileJsonValues_Call) Run(run func(args ...interface{})) *JsonGrammar_CompileJsonValues_Call
func (*JsonGrammar_CompileJsonValues_Call) RunAndReturn ¶
func (_c *JsonGrammar_CompileJsonValues_Call) RunAndReturn(run func(...interface{}) []interface{}) *JsonGrammar_CompileJsonValues_Call
type JsonGrammar_Expecter ¶
type JsonGrammar_Expecter struct {
// contains filtered or unexported fields
}
func (*JsonGrammar_Expecter) CompileJsonColumnsUpdate ¶
func (_e *JsonGrammar_Expecter) CompileJsonColumnsUpdate(values interface{}) *JsonGrammar_CompileJsonColumnsUpdate_Call
CompileJsonColumnsUpdate is a helper method to define mock.On call
- values map[string]interface{}
func (*JsonGrammar_Expecter) CompileJsonContains ¶
func (_e *JsonGrammar_Expecter) CompileJsonContains(column interface{}, value interface{}, isNot interface{}) *JsonGrammar_CompileJsonContains_Call
CompileJsonContains is a helper method to define mock.On call
- column string
- value interface{}
- isNot bool
func (*JsonGrammar_Expecter) CompileJsonContainsKey ¶
func (_e *JsonGrammar_Expecter) CompileJsonContainsKey(column interface{}, isNot interface{}) *JsonGrammar_CompileJsonContainsKey_Call
CompileJsonContainsKey is a helper method to define mock.On call
- column string
- isNot bool
func (*JsonGrammar_Expecter) CompileJsonLength ¶
func (_e *JsonGrammar_Expecter) CompileJsonLength(column interface{}) *JsonGrammar_CompileJsonLength_Call
CompileJsonLength is a helper method to define mock.On call
- column string
func (*JsonGrammar_Expecter) CompileJsonSelector ¶
func (_e *JsonGrammar_Expecter) CompileJsonSelector(column interface{}) *JsonGrammar_CompileJsonSelector_Call
CompileJsonSelector is a helper method to define mock.On call
- column string
func (*JsonGrammar_Expecter) CompileJsonValues ¶
func (_e *JsonGrammar_Expecter) CompileJsonValues(args ...interface{}) *JsonGrammar_CompileJsonValues_Call
CompileJsonValues is a helper method to define mock.On call
- args ...interface{}
type PlaceholderFormat ¶
PlaceholderFormat is an autogenerated mock type for the PlaceholderFormat type
func NewPlaceholderFormat ¶
func NewPlaceholderFormat(t interface {
mock.TestingT
Cleanup(func())
}) *PlaceholderFormat
NewPlaceholderFormat creates a new instance of PlaceholderFormat. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*PlaceholderFormat) EXPECT ¶
func (_m *PlaceholderFormat) EXPECT() *PlaceholderFormat_Expecter
func (*PlaceholderFormat) ReplacePlaceholders ¶
func (_m *PlaceholderFormat) ReplacePlaceholders(sql string) (string, error)
ReplacePlaceholders provides a mock function with given fields: sql
type PlaceholderFormat_Expecter ¶
type PlaceholderFormat_Expecter struct {
// contains filtered or unexported fields
}
func (*PlaceholderFormat_Expecter) ReplacePlaceholders ¶
func (_e *PlaceholderFormat_Expecter) ReplacePlaceholders(sql interface{}) *PlaceholderFormat_ReplacePlaceholders_Call
ReplacePlaceholders is a helper method to define mock.On call
- sql string
type PlaceholderFormat_ReplacePlaceholders_Call ¶
PlaceholderFormat_ReplacePlaceholders_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReplacePlaceholders'
func (*PlaceholderFormat_ReplacePlaceholders_Call) Return ¶
func (_c *PlaceholderFormat_ReplacePlaceholders_Call) Return(_a0 string, _a1 error) *PlaceholderFormat_ReplacePlaceholders_Call
func (*PlaceholderFormat_ReplacePlaceholders_Call) Run ¶
func (_c *PlaceholderFormat_ReplacePlaceholders_Call) Run(run func(sql string)) *PlaceholderFormat_ReplacePlaceholders_Call
func (*PlaceholderFormat_ReplacePlaceholders_Call) RunAndReturn ¶
func (_c *PlaceholderFormat_ReplacePlaceholders_Call) RunAndReturn(run func(string) (string, error)) *PlaceholderFormat_ReplacePlaceholders_Call
type Processor ¶
Processor is an autogenerated mock type for the Processor type
func NewProcessor ¶
NewProcessor creates a new instance of Processor. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Processor) EXPECT ¶
func (_m *Processor) EXPECT() *Processor_Expecter
func (*Processor) ProcessColumns ¶
ProcessColumns provides a mock function with given fields: dbColumns
func (*Processor) ProcessForeignKeys ¶
func (_m *Processor) ProcessForeignKeys(dbIndexes []driver.DBForeignKey) []driver.ForeignKey
ProcessForeignKeys provides a mock function with given fields: dbIndexes
func (*Processor) ProcessIndexes ¶
ProcessIndexes provides a mock function with given fields: dbIndexes
type Processor_Expecter ¶
type Processor_Expecter struct {
// contains filtered or unexported fields
}
func (*Processor_Expecter) ProcessColumns ¶
func (_e *Processor_Expecter) ProcessColumns(dbColumns interface{}) *Processor_ProcessColumns_Call
ProcessColumns is a helper method to define mock.On call
- dbColumns []driver.DBColumn
func (*Processor_Expecter) ProcessForeignKeys ¶
func (_e *Processor_Expecter) ProcessForeignKeys(dbIndexes interface{}) *Processor_ProcessForeignKeys_Call
ProcessForeignKeys is a helper method to define mock.On call
- dbIndexes []driver.DBForeignKey
func (*Processor_Expecter) ProcessIndexes ¶
func (_e *Processor_Expecter) ProcessIndexes(dbIndexes interface{}) *Processor_ProcessIndexes_Call
ProcessIndexes is a helper method to define mock.On call
- dbIndexes []driver.DBIndex
func (*Processor_Expecter) ProcessTypes ¶
func (_e *Processor_Expecter) ProcessTypes(types interface{}) *Processor_ProcessTypes_Call
ProcessTypes is a helper method to define mock.On call
- types []driver.Type
type Processor_ProcessColumns_Call ¶
Processor_ProcessColumns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ProcessColumns'
func (*Processor_ProcessColumns_Call) Return ¶
func (_c *Processor_ProcessColumns_Call) Return(_a0 []driver.Column) *Processor_ProcessColumns_Call
func (*Processor_ProcessColumns_Call) Run ¶
func (_c *Processor_ProcessColumns_Call) Run(run func(dbColumns []driver.DBColumn)) *Processor_ProcessColumns_Call
func (*Processor_ProcessColumns_Call) RunAndReturn ¶
func (_c *Processor_ProcessColumns_Call) RunAndReturn(run func([]driver.DBColumn) []driver.Column) *Processor_ProcessColumns_Call
type Processor_ProcessForeignKeys_Call ¶
Processor_ProcessForeignKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ProcessForeignKeys'
func (*Processor_ProcessForeignKeys_Call) Return ¶
func (_c *Processor_ProcessForeignKeys_Call) Return(_a0 []driver.ForeignKey) *Processor_ProcessForeignKeys_Call
func (*Processor_ProcessForeignKeys_Call) Run ¶
func (_c *Processor_ProcessForeignKeys_Call) Run(run func(dbIndexes []driver.DBForeignKey)) *Processor_ProcessForeignKeys_Call
func (*Processor_ProcessForeignKeys_Call) RunAndReturn ¶
func (_c *Processor_ProcessForeignKeys_Call) RunAndReturn(run func([]driver.DBForeignKey) []driver.ForeignKey) *Processor_ProcessForeignKeys_Call
type Processor_ProcessIndexes_Call ¶
Processor_ProcessIndexes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ProcessIndexes'
func (*Processor_ProcessIndexes_Call) Return ¶
func (_c *Processor_ProcessIndexes_Call) Return(_a0 []driver.Index) *Processor_ProcessIndexes_Call
func (*Processor_ProcessIndexes_Call) Run ¶
func (_c *Processor_ProcessIndexes_Call) Run(run func(dbIndexes []driver.DBIndex)) *Processor_ProcessIndexes_Call
func (*Processor_ProcessIndexes_Call) RunAndReturn ¶
func (_c *Processor_ProcessIndexes_Call) RunAndReturn(run func([]driver.DBIndex) []driver.Index) *Processor_ProcessIndexes_Call
type Processor_ProcessTypes_Call ¶
Processor_ProcessTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ProcessTypes'
func (*Processor_ProcessTypes_Call) Return ¶
func (_c *Processor_ProcessTypes_Call) Return(_a0 []driver.Type) *Processor_ProcessTypes_Call
func (*Processor_ProcessTypes_Call) Run ¶
func (_c *Processor_ProcessTypes_Call) Run(run func(types []driver.Type)) *Processor_ProcessTypes_Call
func (*Processor_ProcessTypes_Call) RunAndReturn ¶
func (_c *Processor_ProcessTypes_Call) RunAndReturn(run func([]driver.Type) []driver.Type) *Processor_ProcessTypes_Call
type SchemaGrammar ¶
SchemaGrammar is an autogenerated mock type for the SchemaGrammar type
func NewSchemaGrammar ¶
func NewSchemaGrammar(t interface {
mock.TestingT
Cleanup(func())
}) *SchemaGrammar
NewSchemaGrammar creates a new instance of SchemaGrammar. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*SchemaGrammar) CompileAdd ¶
CompileAdd provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileChange ¶
func (_m *SchemaGrammar) CompileChange(blueprint driver.Blueprint, command *driver.Command) []string
CompileChange provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileColumns ¶
func (_m *SchemaGrammar) CompileColumns(schema string, table string) (string, error)
CompileColumns provides a mock function with given fields: schema, table
func (*SchemaGrammar) CompileComment ¶
CompileComment provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileCreate ¶
func (_m *SchemaGrammar) CompileCreate(blueprint driver.Blueprint) string
CompileCreate provides a mock function with given fields: blueprint
func (*SchemaGrammar) CompileDefault ¶
CompileDefault provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileDrop ¶
func (_m *SchemaGrammar) CompileDrop(blueprint driver.Blueprint) string
CompileDrop provides a mock function with given fields: blueprint
func (*SchemaGrammar) CompileDropAllTables ¶
func (_m *SchemaGrammar) CompileDropAllTables(schema string, tables []driver.Table) []string
CompileDropAllTables provides a mock function with given fields: schema, tables
func (*SchemaGrammar) CompileDropAllTypes ¶
func (_m *SchemaGrammar) CompileDropAllTypes(schema string, types []driver.Type) []string
CompileDropAllTypes provides a mock function with given fields: schema, types
func (*SchemaGrammar) CompileDropAllViews ¶
func (_m *SchemaGrammar) CompileDropAllViews(schema string, views []driver.View) []string
CompileDropAllViews provides a mock function with given fields: schema, views
func (*SchemaGrammar) CompileDropColumn ¶
func (_m *SchemaGrammar) CompileDropColumn(blueprint driver.Blueprint, command *driver.Command) []string
CompileDropColumn provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileDropForeign ¶
func (_m *SchemaGrammar) CompileDropForeign(blueprint driver.Blueprint, command *driver.Command) string
CompileDropForeign provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileDropFullText ¶
func (_m *SchemaGrammar) CompileDropFullText(blueprint driver.Blueprint, command *driver.Command) string
CompileDropFullText provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileDropIfExists ¶
func (_m *SchemaGrammar) CompileDropIfExists(blueprint driver.Blueprint) string
CompileDropIfExists provides a mock function with given fields: blueprint
func (*SchemaGrammar) CompileDropIndex ¶
func (_m *SchemaGrammar) CompileDropIndex(blueprint driver.Blueprint, command *driver.Command) string
CompileDropIndex provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileDropPrimary ¶
func (_m *SchemaGrammar) CompileDropPrimary(blueprint driver.Blueprint, command *driver.Command) string
CompileDropPrimary provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileDropUnique ¶
func (_m *SchemaGrammar) CompileDropUnique(blueprint driver.Blueprint, command *driver.Command) string
CompileDropUnique provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileForeign ¶
CompileForeign provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileForeignKeys ¶
func (_m *SchemaGrammar) CompileForeignKeys(schema string, table string) string
CompileForeignKeys provides a mock function with given fields: schema, table
func (*SchemaGrammar) CompileFullText ¶
func (_m *SchemaGrammar) CompileFullText(blueprint driver.Blueprint, command *driver.Command) string
CompileFullText provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileIndex ¶
CompileIndex provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileIndexes ¶
func (_m *SchemaGrammar) CompileIndexes(schema string, table string) (string, error)
CompileIndexes provides a mock function with given fields: schema, table
func (*SchemaGrammar) CompilePrimary ¶
CompilePrimary provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompilePrune ¶
func (_m *SchemaGrammar) CompilePrune(database string) string
CompilePrune provides a mock function with given fields: database
func (*SchemaGrammar) CompileRename ¶
CompileRename provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileRenameColumn ¶
func (_m *SchemaGrammar) CompileRenameColumn(blueprint driver.Blueprint, command *driver.Command, columns []driver.Column) (string, error)
CompileRenameColumn provides a mock function with given fields: blueprint, command, columns
func (*SchemaGrammar) CompileRenameIndex ¶
func (_m *SchemaGrammar) CompileRenameIndex(blueprint driver.Blueprint, command *driver.Command, indexes []driver.Index) []string
CompileRenameIndex provides a mock function with given fields: blueprint, command, indexes
func (*SchemaGrammar) CompileTableComment ¶
func (_m *SchemaGrammar) CompileTableComment(blueprint driver.Blueprint, command *driver.Command) string
CompileTableComment provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileTables ¶
func (_m *SchemaGrammar) CompileTables(database string) string
CompileTables provides a mock function with given fields: database
func (*SchemaGrammar) CompileTypes ¶
func (_m *SchemaGrammar) CompileTypes() string
CompileTypes provides a mock function with no fields
func (*SchemaGrammar) CompileUnique ¶
CompileUnique provides a mock function with given fields: blueprint, command
func (*SchemaGrammar) CompileViews ¶
func (_m *SchemaGrammar) CompileViews(database string) string
CompileViews provides a mock function with given fields: database
func (*SchemaGrammar) EXPECT ¶
func (_m *SchemaGrammar) EXPECT() *SchemaGrammar_Expecter
func (*SchemaGrammar) GetAttributeCommands ¶
func (_m *SchemaGrammar) GetAttributeCommands() []string
GetAttributeCommands provides a mock function with no fields
func (*SchemaGrammar) TypeBigInteger ¶
func (_m *SchemaGrammar) TypeBigInteger(column driver.ColumnDefinition) string
TypeBigInteger provides a mock function with given fields: column
func (*SchemaGrammar) TypeBoolean ¶
func (_m *SchemaGrammar) TypeBoolean(column driver.ColumnDefinition) string
TypeBoolean provides a mock function with given fields: column
func (*SchemaGrammar) TypeChar ¶
func (_m *SchemaGrammar) TypeChar(column driver.ColumnDefinition) string
TypeChar provides a mock function with given fields: column
func (*SchemaGrammar) TypeDate ¶
func (_m *SchemaGrammar) TypeDate(column driver.ColumnDefinition) string
TypeDate provides a mock function with given fields: column
func (*SchemaGrammar) TypeDateTime ¶
func (_m *SchemaGrammar) TypeDateTime(column driver.ColumnDefinition) string
TypeDateTime provides a mock function with given fields: column
func (*SchemaGrammar) TypeDateTimeTz ¶
func (_m *SchemaGrammar) TypeDateTimeTz(column driver.ColumnDefinition) string
TypeDateTimeTz provides a mock function with given fields: column
func (*SchemaGrammar) TypeDecimal ¶
func (_m *SchemaGrammar) TypeDecimal(column driver.ColumnDefinition) string
TypeDecimal provides a mock function with given fields: column
func (*SchemaGrammar) TypeDouble ¶
func (_m *SchemaGrammar) TypeDouble(column driver.ColumnDefinition) string
TypeDouble provides a mock function with given fields: column
func (*SchemaGrammar) TypeEnum ¶
func (_m *SchemaGrammar) TypeEnum(column driver.ColumnDefinition) string
TypeEnum provides a mock function with given fields: column
func (*SchemaGrammar) TypeFloat ¶
func (_m *SchemaGrammar) TypeFloat(column driver.ColumnDefinition) string
TypeFloat provides a mock function with given fields: column
func (*SchemaGrammar) TypeInteger ¶
func (_m *SchemaGrammar) TypeInteger(column driver.ColumnDefinition) string
TypeInteger provides a mock function with given fields: column
func (*SchemaGrammar) TypeJson ¶
func (_m *SchemaGrammar) TypeJson(column driver.ColumnDefinition) string
TypeJson provides a mock function with given fields: column
func (*SchemaGrammar) TypeJsonb ¶
func (_m *SchemaGrammar) TypeJsonb(column driver.ColumnDefinition) string
TypeJsonb provides a mock function with given fields: column
func (*SchemaGrammar) TypeLongText ¶
func (_m *SchemaGrammar) TypeLongText(column driver.ColumnDefinition) string
TypeLongText provides a mock function with given fields: column
func (*SchemaGrammar) TypeMediumInteger ¶
func (_m *SchemaGrammar) TypeMediumInteger(column driver.ColumnDefinition) string
TypeMediumInteger provides a mock function with given fields: column
func (*SchemaGrammar) TypeMediumText ¶
func (_m *SchemaGrammar) TypeMediumText(column driver.ColumnDefinition) string
TypeMediumText provides a mock function with given fields: column
func (*SchemaGrammar) TypeSmallInteger ¶
func (_m *SchemaGrammar) TypeSmallInteger(column driver.ColumnDefinition) string
TypeSmallInteger provides a mock function with given fields: column
func (*SchemaGrammar) TypeString ¶
func (_m *SchemaGrammar) TypeString(column driver.ColumnDefinition) string
TypeString provides a mock function with given fields: column
func (*SchemaGrammar) TypeText ¶
func (_m *SchemaGrammar) TypeText(column driver.ColumnDefinition) string
TypeText provides a mock function with given fields: column
func (*SchemaGrammar) TypeTime ¶
func (_m *SchemaGrammar) TypeTime(column driver.ColumnDefinition) string
TypeTime provides a mock function with given fields: column
func (*SchemaGrammar) TypeTimeTz ¶
func (_m *SchemaGrammar) TypeTimeTz(column driver.ColumnDefinition) string
TypeTimeTz provides a mock function with given fields: column
func (*SchemaGrammar) TypeTimestamp ¶
func (_m *SchemaGrammar) TypeTimestamp(column driver.ColumnDefinition) string
TypeTimestamp provides a mock function with given fields: column
func (*SchemaGrammar) TypeTimestampTz ¶
func (_m *SchemaGrammar) TypeTimestampTz(column driver.ColumnDefinition) string
TypeTimestampTz provides a mock function with given fields: column
func (*SchemaGrammar) TypeTinyInteger ¶
func (_m *SchemaGrammar) TypeTinyInteger(column driver.ColumnDefinition) string
TypeTinyInteger provides a mock function with given fields: column
func (*SchemaGrammar) TypeTinyText ¶
func (_m *SchemaGrammar) TypeTinyText(column driver.ColumnDefinition) string
TypeTinyText provides a mock function with given fields: column
func (*SchemaGrammar) TypeUuid ¶
func (_m *SchemaGrammar) TypeUuid(column driver.ColumnDefinition) string
TypeUuid provides a mock function with given fields: column
type SchemaGrammar_CompileAdd_Call ¶
SchemaGrammar_CompileAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileAdd'
func (*SchemaGrammar_CompileAdd_Call) Return ¶
func (_c *SchemaGrammar_CompileAdd_Call) Return(_a0 string) *SchemaGrammar_CompileAdd_Call
func (*SchemaGrammar_CompileAdd_Call) Run ¶
func (_c *SchemaGrammar_CompileAdd_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileAdd_Call
func (*SchemaGrammar_CompileAdd_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileAdd_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileAdd_Call
type SchemaGrammar_CompileChange_Call ¶
SchemaGrammar_CompileChange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileChange'
func (*SchemaGrammar_CompileChange_Call) Return ¶
func (_c *SchemaGrammar_CompileChange_Call) Return(_a0 []string) *SchemaGrammar_CompileChange_Call
func (*SchemaGrammar_CompileChange_Call) Run ¶
func (_c *SchemaGrammar_CompileChange_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileChange_Call
func (*SchemaGrammar_CompileChange_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileChange_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) []string) *SchemaGrammar_CompileChange_Call
type SchemaGrammar_CompileColumns_Call ¶
SchemaGrammar_CompileColumns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileColumns'
func (*SchemaGrammar_CompileColumns_Call) Return ¶
func (_c *SchemaGrammar_CompileColumns_Call) Return(_a0 string, _a1 error) *SchemaGrammar_CompileColumns_Call
func (*SchemaGrammar_CompileColumns_Call) Run ¶
func (_c *SchemaGrammar_CompileColumns_Call) Run(run func(schema string, table string)) *SchemaGrammar_CompileColumns_Call
func (*SchemaGrammar_CompileColumns_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileColumns_Call) RunAndReturn(run func(string, string) (string, error)) *SchemaGrammar_CompileColumns_Call
type SchemaGrammar_CompileComment_Call ¶
SchemaGrammar_CompileComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileComment'
func (*SchemaGrammar_CompileComment_Call) Return ¶
func (_c *SchemaGrammar_CompileComment_Call) Return(_a0 string) *SchemaGrammar_CompileComment_Call
func (*SchemaGrammar_CompileComment_Call) Run ¶
func (_c *SchemaGrammar_CompileComment_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileComment_Call
func (*SchemaGrammar_CompileComment_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileComment_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileComment_Call
type SchemaGrammar_CompileCreate_Call ¶
SchemaGrammar_CompileCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileCreate'
func (*SchemaGrammar_CompileCreate_Call) Return ¶
func (_c *SchemaGrammar_CompileCreate_Call) Return(_a0 string) *SchemaGrammar_CompileCreate_Call
func (*SchemaGrammar_CompileCreate_Call) Run ¶
func (_c *SchemaGrammar_CompileCreate_Call) Run(run func(blueprint driver.Blueprint)) *SchemaGrammar_CompileCreate_Call
func (*SchemaGrammar_CompileCreate_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileCreate_Call) RunAndReturn(run func(driver.Blueprint) string) *SchemaGrammar_CompileCreate_Call
type SchemaGrammar_CompileDefault_Call ¶
SchemaGrammar_CompileDefault_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDefault'
func (*SchemaGrammar_CompileDefault_Call) Return ¶
func (_c *SchemaGrammar_CompileDefault_Call) Return(_a0 string) *SchemaGrammar_CompileDefault_Call
func (*SchemaGrammar_CompileDefault_Call) Run ¶
func (_c *SchemaGrammar_CompileDefault_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDefault_Call
func (*SchemaGrammar_CompileDefault_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDefault_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDefault_Call
type SchemaGrammar_CompileDropAllTables_Call ¶
SchemaGrammar_CompileDropAllTables_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropAllTables'
func (*SchemaGrammar_CompileDropAllTables_Call) Return ¶
func (_c *SchemaGrammar_CompileDropAllTables_Call) Return(_a0 []string) *SchemaGrammar_CompileDropAllTables_Call
func (*SchemaGrammar_CompileDropAllTables_Call) Run ¶
func (_c *SchemaGrammar_CompileDropAllTables_Call) Run(run func(schema string, tables []driver.Table)) *SchemaGrammar_CompileDropAllTables_Call
func (*SchemaGrammar_CompileDropAllTables_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropAllTables_Call) RunAndReturn(run func(string, []driver.Table) []string) *SchemaGrammar_CompileDropAllTables_Call
type SchemaGrammar_CompileDropAllTypes_Call ¶
SchemaGrammar_CompileDropAllTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropAllTypes'
func (*SchemaGrammar_CompileDropAllTypes_Call) Return ¶
func (_c *SchemaGrammar_CompileDropAllTypes_Call) Return(_a0 []string) *SchemaGrammar_CompileDropAllTypes_Call
func (*SchemaGrammar_CompileDropAllTypes_Call) Run ¶
func (_c *SchemaGrammar_CompileDropAllTypes_Call) Run(run func(schema string, types []driver.Type)) *SchemaGrammar_CompileDropAllTypes_Call
func (*SchemaGrammar_CompileDropAllTypes_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropAllTypes_Call) RunAndReturn(run func(string, []driver.Type) []string) *SchemaGrammar_CompileDropAllTypes_Call
type SchemaGrammar_CompileDropAllViews_Call ¶
SchemaGrammar_CompileDropAllViews_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropAllViews'
func (*SchemaGrammar_CompileDropAllViews_Call) Return ¶
func (_c *SchemaGrammar_CompileDropAllViews_Call) Return(_a0 []string) *SchemaGrammar_CompileDropAllViews_Call
func (*SchemaGrammar_CompileDropAllViews_Call) Run ¶
func (_c *SchemaGrammar_CompileDropAllViews_Call) Run(run func(schema string, views []driver.View)) *SchemaGrammar_CompileDropAllViews_Call
func (*SchemaGrammar_CompileDropAllViews_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropAllViews_Call) RunAndReturn(run func(string, []driver.View) []string) *SchemaGrammar_CompileDropAllViews_Call
type SchemaGrammar_CompileDropColumn_Call ¶
SchemaGrammar_CompileDropColumn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropColumn'
func (*SchemaGrammar_CompileDropColumn_Call) Return ¶
func (_c *SchemaGrammar_CompileDropColumn_Call) Return(_a0 []string) *SchemaGrammar_CompileDropColumn_Call
func (*SchemaGrammar_CompileDropColumn_Call) Run ¶
func (_c *SchemaGrammar_CompileDropColumn_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropColumn_Call
func (*SchemaGrammar_CompileDropColumn_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropColumn_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) []string) *SchemaGrammar_CompileDropColumn_Call
type SchemaGrammar_CompileDropForeign_Call ¶
SchemaGrammar_CompileDropForeign_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropForeign'
func (*SchemaGrammar_CompileDropForeign_Call) Return ¶
func (_c *SchemaGrammar_CompileDropForeign_Call) Return(_a0 string) *SchemaGrammar_CompileDropForeign_Call
func (*SchemaGrammar_CompileDropForeign_Call) Run ¶
func (_c *SchemaGrammar_CompileDropForeign_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropForeign_Call
func (*SchemaGrammar_CompileDropForeign_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropForeign_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropForeign_Call
type SchemaGrammar_CompileDropFullText_Call ¶
SchemaGrammar_CompileDropFullText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropFullText'
func (*SchemaGrammar_CompileDropFullText_Call) Return ¶
func (_c *SchemaGrammar_CompileDropFullText_Call) Return(_a0 string) *SchemaGrammar_CompileDropFullText_Call
func (*SchemaGrammar_CompileDropFullText_Call) Run ¶
func (_c *SchemaGrammar_CompileDropFullText_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropFullText_Call
func (*SchemaGrammar_CompileDropFullText_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropFullText_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropFullText_Call
type SchemaGrammar_CompileDropIfExists_Call ¶
SchemaGrammar_CompileDropIfExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropIfExists'
func (*SchemaGrammar_CompileDropIfExists_Call) Return ¶
func (_c *SchemaGrammar_CompileDropIfExists_Call) Return(_a0 string) *SchemaGrammar_CompileDropIfExists_Call
func (*SchemaGrammar_CompileDropIfExists_Call) Run ¶
func (_c *SchemaGrammar_CompileDropIfExists_Call) Run(run func(blueprint driver.Blueprint)) *SchemaGrammar_CompileDropIfExists_Call
func (*SchemaGrammar_CompileDropIfExists_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropIfExists_Call) RunAndReturn(run func(driver.Blueprint) string) *SchemaGrammar_CompileDropIfExists_Call
type SchemaGrammar_CompileDropIndex_Call ¶
SchemaGrammar_CompileDropIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropIndex'
func (*SchemaGrammar_CompileDropIndex_Call) Return ¶
func (_c *SchemaGrammar_CompileDropIndex_Call) Return(_a0 string) *SchemaGrammar_CompileDropIndex_Call
func (*SchemaGrammar_CompileDropIndex_Call) Run ¶
func (_c *SchemaGrammar_CompileDropIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropIndex_Call
func (*SchemaGrammar_CompileDropIndex_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropIndex_Call
type SchemaGrammar_CompileDropPrimary_Call ¶
SchemaGrammar_CompileDropPrimary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropPrimary'
func (*SchemaGrammar_CompileDropPrimary_Call) Return ¶
func (_c *SchemaGrammar_CompileDropPrimary_Call) Return(_a0 string) *SchemaGrammar_CompileDropPrimary_Call
func (*SchemaGrammar_CompileDropPrimary_Call) Run ¶
func (_c *SchemaGrammar_CompileDropPrimary_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropPrimary_Call
func (*SchemaGrammar_CompileDropPrimary_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropPrimary_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropPrimary_Call
type SchemaGrammar_CompileDropUnique_Call ¶
SchemaGrammar_CompileDropUnique_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDropUnique'
func (*SchemaGrammar_CompileDropUnique_Call) Return ¶
func (_c *SchemaGrammar_CompileDropUnique_Call) Return(_a0 string) *SchemaGrammar_CompileDropUnique_Call
func (*SchemaGrammar_CompileDropUnique_Call) Run ¶
func (_c *SchemaGrammar_CompileDropUnique_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileDropUnique_Call
func (*SchemaGrammar_CompileDropUnique_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDropUnique_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileDropUnique_Call
type SchemaGrammar_CompileDrop_Call ¶
SchemaGrammar_CompileDrop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileDrop'
func (*SchemaGrammar_CompileDrop_Call) Return ¶
func (_c *SchemaGrammar_CompileDrop_Call) Return(_a0 string) *SchemaGrammar_CompileDrop_Call
func (*SchemaGrammar_CompileDrop_Call) Run ¶
func (_c *SchemaGrammar_CompileDrop_Call) Run(run func(blueprint driver.Blueprint)) *SchemaGrammar_CompileDrop_Call
func (*SchemaGrammar_CompileDrop_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileDrop_Call) RunAndReturn(run func(driver.Blueprint) string) *SchemaGrammar_CompileDrop_Call
type SchemaGrammar_CompileForeignKeys_Call ¶
SchemaGrammar_CompileForeignKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileForeignKeys'
func (*SchemaGrammar_CompileForeignKeys_Call) Return ¶
func (_c *SchemaGrammar_CompileForeignKeys_Call) Return(_a0 string) *SchemaGrammar_CompileForeignKeys_Call
func (*SchemaGrammar_CompileForeignKeys_Call) Run ¶
func (_c *SchemaGrammar_CompileForeignKeys_Call) Run(run func(schema string, table string)) *SchemaGrammar_CompileForeignKeys_Call
func (*SchemaGrammar_CompileForeignKeys_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileForeignKeys_Call) RunAndReturn(run func(string, string) string) *SchemaGrammar_CompileForeignKeys_Call
type SchemaGrammar_CompileForeign_Call ¶
SchemaGrammar_CompileForeign_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileForeign'
func (*SchemaGrammar_CompileForeign_Call) Return ¶
func (_c *SchemaGrammar_CompileForeign_Call) Return(_a0 string) *SchemaGrammar_CompileForeign_Call
func (*SchemaGrammar_CompileForeign_Call) Run ¶
func (_c *SchemaGrammar_CompileForeign_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileForeign_Call
func (*SchemaGrammar_CompileForeign_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileForeign_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileForeign_Call
type SchemaGrammar_CompileFullText_Call ¶
SchemaGrammar_CompileFullText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileFullText'
func (*SchemaGrammar_CompileFullText_Call) Return ¶
func (_c *SchemaGrammar_CompileFullText_Call) Return(_a0 string) *SchemaGrammar_CompileFullText_Call
func (*SchemaGrammar_CompileFullText_Call) Run ¶
func (_c *SchemaGrammar_CompileFullText_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileFullText_Call
func (*SchemaGrammar_CompileFullText_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileFullText_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileFullText_Call
type SchemaGrammar_CompileIndex_Call ¶
SchemaGrammar_CompileIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileIndex'
func (*SchemaGrammar_CompileIndex_Call) Return ¶
func (_c *SchemaGrammar_CompileIndex_Call) Return(_a0 string) *SchemaGrammar_CompileIndex_Call
func (*SchemaGrammar_CompileIndex_Call) Run ¶
func (_c *SchemaGrammar_CompileIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileIndex_Call
func (*SchemaGrammar_CompileIndex_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileIndex_Call
type SchemaGrammar_CompileIndexes_Call ¶
SchemaGrammar_CompileIndexes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileIndexes'
func (*SchemaGrammar_CompileIndexes_Call) Return ¶
func (_c *SchemaGrammar_CompileIndexes_Call) Return(_a0 string, _a1 error) *SchemaGrammar_CompileIndexes_Call
func (*SchemaGrammar_CompileIndexes_Call) Run ¶
func (_c *SchemaGrammar_CompileIndexes_Call) Run(run func(schema string, table string)) *SchemaGrammar_CompileIndexes_Call
func (*SchemaGrammar_CompileIndexes_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileIndexes_Call) RunAndReturn(run func(string, string) (string, error)) *SchemaGrammar_CompileIndexes_Call
type SchemaGrammar_CompilePrimary_Call ¶
SchemaGrammar_CompilePrimary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompilePrimary'
func (*SchemaGrammar_CompilePrimary_Call) Return ¶
func (_c *SchemaGrammar_CompilePrimary_Call) Return(_a0 string) *SchemaGrammar_CompilePrimary_Call
func (*SchemaGrammar_CompilePrimary_Call) Run ¶
func (_c *SchemaGrammar_CompilePrimary_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompilePrimary_Call
func (*SchemaGrammar_CompilePrimary_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompilePrimary_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompilePrimary_Call
type SchemaGrammar_CompilePrune_Call ¶
SchemaGrammar_CompilePrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompilePrune'
func (*SchemaGrammar_CompilePrune_Call) Return ¶
func (_c *SchemaGrammar_CompilePrune_Call) Return(_a0 string) *SchemaGrammar_CompilePrune_Call
func (*SchemaGrammar_CompilePrune_Call) Run ¶
func (_c *SchemaGrammar_CompilePrune_Call) Run(run func(database string)) *SchemaGrammar_CompilePrune_Call
func (*SchemaGrammar_CompilePrune_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompilePrune_Call) RunAndReturn(run func(string) string) *SchemaGrammar_CompilePrune_Call
type SchemaGrammar_CompileRenameColumn_Call ¶
SchemaGrammar_CompileRenameColumn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileRenameColumn'
func (*SchemaGrammar_CompileRenameColumn_Call) Return ¶
func (_c *SchemaGrammar_CompileRenameColumn_Call) Return(_a0 string, _a1 error) *SchemaGrammar_CompileRenameColumn_Call
func (*SchemaGrammar_CompileRenameColumn_Call) Run ¶
func (_c *SchemaGrammar_CompileRenameColumn_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command, columns []driver.Column)) *SchemaGrammar_CompileRenameColumn_Call
func (*SchemaGrammar_CompileRenameColumn_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileRenameColumn_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command, []driver.Column) (string, error)) *SchemaGrammar_CompileRenameColumn_Call
type SchemaGrammar_CompileRenameIndex_Call ¶
SchemaGrammar_CompileRenameIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileRenameIndex'
func (*SchemaGrammar_CompileRenameIndex_Call) Return ¶
func (_c *SchemaGrammar_CompileRenameIndex_Call) Return(_a0 []string) *SchemaGrammar_CompileRenameIndex_Call
func (*SchemaGrammar_CompileRenameIndex_Call) Run ¶
func (_c *SchemaGrammar_CompileRenameIndex_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command, indexes []driver.Index)) *SchemaGrammar_CompileRenameIndex_Call
func (*SchemaGrammar_CompileRenameIndex_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileRenameIndex_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command, []driver.Index) []string) *SchemaGrammar_CompileRenameIndex_Call
type SchemaGrammar_CompileRename_Call ¶
SchemaGrammar_CompileRename_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileRename'
func (*SchemaGrammar_CompileRename_Call) Return ¶
func (_c *SchemaGrammar_CompileRename_Call) Return(_a0 string) *SchemaGrammar_CompileRename_Call
func (*SchemaGrammar_CompileRename_Call) Run ¶
func (_c *SchemaGrammar_CompileRename_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileRename_Call
func (*SchemaGrammar_CompileRename_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileRename_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileRename_Call
type SchemaGrammar_CompileTableComment_Call ¶
SchemaGrammar_CompileTableComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileTableComment'
func (*SchemaGrammar_CompileTableComment_Call) Return ¶
func (_c *SchemaGrammar_CompileTableComment_Call) Return(_a0 string) *SchemaGrammar_CompileTableComment_Call
func (*SchemaGrammar_CompileTableComment_Call) Run ¶
func (_c *SchemaGrammar_CompileTableComment_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileTableComment_Call
func (*SchemaGrammar_CompileTableComment_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileTableComment_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileTableComment_Call
type SchemaGrammar_CompileTables_Call ¶
SchemaGrammar_CompileTables_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileTables'
func (*SchemaGrammar_CompileTables_Call) Return ¶
func (_c *SchemaGrammar_CompileTables_Call) Return(_a0 string) *SchemaGrammar_CompileTables_Call
func (*SchemaGrammar_CompileTables_Call) Run ¶
func (_c *SchemaGrammar_CompileTables_Call) Run(run func(database string)) *SchemaGrammar_CompileTables_Call
func (*SchemaGrammar_CompileTables_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileTables_Call) RunAndReturn(run func(string) string) *SchemaGrammar_CompileTables_Call
type SchemaGrammar_CompileTypes_Call ¶
SchemaGrammar_CompileTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileTypes'
func (*SchemaGrammar_CompileTypes_Call) Return ¶
func (_c *SchemaGrammar_CompileTypes_Call) Return(_a0 string) *SchemaGrammar_CompileTypes_Call
func (*SchemaGrammar_CompileTypes_Call) Run ¶
func (_c *SchemaGrammar_CompileTypes_Call) Run(run func()) *SchemaGrammar_CompileTypes_Call
func (*SchemaGrammar_CompileTypes_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileTypes_Call) RunAndReturn(run func() string) *SchemaGrammar_CompileTypes_Call
type SchemaGrammar_CompileUnique_Call ¶
SchemaGrammar_CompileUnique_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileUnique'
func (*SchemaGrammar_CompileUnique_Call) Return ¶
func (_c *SchemaGrammar_CompileUnique_Call) Return(_a0 string) *SchemaGrammar_CompileUnique_Call
func (*SchemaGrammar_CompileUnique_Call) Run ¶
func (_c *SchemaGrammar_CompileUnique_Call) Run(run func(blueprint driver.Blueprint, command *driver.Command)) *SchemaGrammar_CompileUnique_Call
func (*SchemaGrammar_CompileUnique_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileUnique_Call) RunAndReturn(run func(driver.Blueprint, *driver.Command) string) *SchemaGrammar_CompileUnique_Call
type SchemaGrammar_CompileViews_Call ¶
SchemaGrammar_CompileViews_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompileViews'
func (*SchemaGrammar_CompileViews_Call) Return ¶
func (_c *SchemaGrammar_CompileViews_Call) Return(_a0 string) *SchemaGrammar_CompileViews_Call
func (*SchemaGrammar_CompileViews_Call) Run ¶
func (_c *SchemaGrammar_CompileViews_Call) Run(run func(database string)) *SchemaGrammar_CompileViews_Call
func (*SchemaGrammar_CompileViews_Call) RunAndReturn ¶
func (_c *SchemaGrammar_CompileViews_Call) RunAndReturn(run func(string) string) *SchemaGrammar_CompileViews_Call
type SchemaGrammar_Expecter ¶
type SchemaGrammar_Expecter struct {
// contains filtered or unexported fields
}
func (*SchemaGrammar_Expecter) CompileAdd ¶
func (_e *SchemaGrammar_Expecter) CompileAdd(blueprint interface{}, command interface{}) *SchemaGrammar_CompileAdd_Call
CompileAdd is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileChange ¶
func (_e *SchemaGrammar_Expecter) CompileChange(blueprint interface{}, command interface{}) *SchemaGrammar_CompileChange_Call
CompileChange is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileColumns ¶
func (_e *SchemaGrammar_Expecter) CompileColumns(schema interface{}, table interface{}) *SchemaGrammar_CompileColumns_Call
CompileColumns is a helper method to define mock.On call
- schema string
- table string
func (*SchemaGrammar_Expecter) CompileComment ¶
func (_e *SchemaGrammar_Expecter) CompileComment(blueprint interface{}, command interface{}) *SchemaGrammar_CompileComment_Call
CompileComment is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileCreate ¶
func (_e *SchemaGrammar_Expecter) CompileCreate(blueprint interface{}) *SchemaGrammar_CompileCreate_Call
CompileCreate is a helper method to define mock.On call
- blueprint driver.Blueprint
func (*SchemaGrammar_Expecter) CompileDefault ¶
func (_e *SchemaGrammar_Expecter) CompileDefault(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDefault_Call
CompileDefault is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileDrop ¶
func (_e *SchemaGrammar_Expecter) CompileDrop(blueprint interface{}) *SchemaGrammar_CompileDrop_Call
CompileDrop is a helper method to define mock.On call
- blueprint driver.Blueprint
func (*SchemaGrammar_Expecter) CompileDropAllTables ¶
func (_e *SchemaGrammar_Expecter) CompileDropAllTables(schema interface{}, tables interface{}) *SchemaGrammar_CompileDropAllTables_Call
CompileDropAllTables is a helper method to define mock.On call
- schema string
- tables []driver.Table
func (*SchemaGrammar_Expecter) CompileDropAllTypes ¶
func (_e *SchemaGrammar_Expecter) CompileDropAllTypes(schema interface{}, types interface{}) *SchemaGrammar_CompileDropAllTypes_Call
CompileDropAllTypes is a helper method to define mock.On call
- schema string
- types []driver.Type
func (*SchemaGrammar_Expecter) CompileDropAllViews ¶
func (_e *SchemaGrammar_Expecter) CompileDropAllViews(schema interface{}, views interface{}) *SchemaGrammar_CompileDropAllViews_Call
CompileDropAllViews is a helper method to define mock.On call
- schema string
- views []driver.View
func (*SchemaGrammar_Expecter) CompileDropColumn ¶
func (_e *SchemaGrammar_Expecter) CompileDropColumn(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropColumn_Call
CompileDropColumn is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileDropForeign ¶
func (_e *SchemaGrammar_Expecter) CompileDropForeign(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropForeign_Call
CompileDropForeign is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileDropFullText ¶
func (_e *SchemaGrammar_Expecter) CompileDropFullText(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropFullText_Call
CompileDropFullText is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileDropIfExists ¶
func (_e *SchemaGrammar_Expecter) CompileDropIfExists(blueprint interface{}) *SchemaGrammar_CompileDropIfExists_Call
CompileDropIfExists is a helper method to define mock.On call
- blueprint driver.Blueprint
func (*SchemaGrammar_Expecter) CompileDropIndex ¶
func (_e *SchemaGrammar_Expecter) CompileDropIndex(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropIndex_Call
CompileDropIndex is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileDropPrimary ¶
func (_e *SchemaGrammar_Expecter) CompileDropPrimary(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropPrimary_Call
CompileDropPrimary is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileDropUnique ¶
func (_e *SchemaGrammar_Expecter) CompileDropUnique(blueprint interface{}, command interface{}) *SchemaGrammar_CompileDropUnique_Call
CompileDropUnique is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileForeign ¶
func (_e *SchemaGrammar_Expecter) CompileForeign(blueprint interface{}, command interface{}) *SchemaGrammar_CompileForeign_Call
CompileForeign is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileForeignKeys ¶
func (_e *SchemaGrammar_Expecter) CompileForeignKeys(schema interface{}, table interface{}) *SchemaGrammar_CompileForeignKeys_Call
CompileForeignKeys is a helper method to define mock.On call
- schema string
- table string
func (*SchemaGrammar_Expecter) CompileFullText ¶
func (_e *SchemaGrammar_Expecter) CompileFullText(blueprint interface{}, command interface{}) *SchemaGrammar_CompileFullText_Call
CompileFullText is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileIndex ¶
func (_e *SchemaGrammar_Expecter) CompileIndex(blueprint interface{}, command interface{}) *SchemaGrammar_CompileIndex_Call
CompileIndex is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileIndexes ¶
func (_e *SchemaGrammar_Expecter) CompileIndexes(schema interface{}, table interface{}) *SchemaGrammar_CompileIndexes_Call
CompileIndexes is a helper method to define mock.On call
- schema string
- table string
func (*SchemaGrammar_Expecter) CompilePrimary ¶
func (_e *SchemaGrammar_Expecter) CompilePrimary(blueprint interface{}, command interface{}) *SchemaGrammar_CompilePrimary_Call
CompilePrimary is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompilePrune ¶
func (_e *SchemaGrammar_Expecter) CompilePrune(database interface{}) *SchemaGrammar_CompilePrune_Call
CompilePrune is a helper method to define mock.On call
- database string
func (*SchemaGrammar_Expecter) CompileRename ¶
func (_e *SchemaGrammar_Expecter) CompileRename(blueprint interface{}, command interface{}) *SchemaGrammar_CompileRename_Call
CompileRename is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileRenameColumn ¶
func (_e *SchemaGrammar_Expecter) CompileRenameColumn(blueprint interface{}, command interface{}, columns interface{}) *SchemaGrammar_CompileRenameColumn_Call
CompileRenameColumn is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
- columns []driver.Column
func (*SchemaGrammar_Expecter) CompileRenameIndex ¶
func (_e *SchemaGrammar_Expecter) CompileRenameIndex(blueprint interface{}, command interface{}, indexes interface{}) *SchemaGrammar_CompileRenameIndex_Call
CompileRenameIndex is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
- indexes []driver.Index
func (*SchemaGrammar_Expecter) CompileTableComment ¶
func (_e *SchemaGrammar_Expecter) CompileTableComment(blueprint interface{}, command interface{}) *SchemaGrammar_CompileTableComment_Call
CompileTableComment is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileTables ¶
func (_e *SchemaGrammar_Expecter) CompileTables(database interface{}) *SchemaGrammar_CompileTables_Call
CompileTables is a helper method to define mock.On call
- database string
func (*SchemaGrammar_Expecter) CompileTypes ¶
func (_e *SchemaGrammar_Expecter) CompileTypes() *SchemaGrammar_CompileTypes_Call
CompileTypes is a helper method to define mock.On call
func (*SchemaGrammar_Expecter) CompileUnique ¶
func (_e *SchemaGrammar_Expecter) CompileUnique(blueprint interface{}, command interface{}) *SchemaGrammar_CompileUnique_Call
CompileUnique is a helper method to define mock.On call
- blueprint driver.Blueprint
- command *driver.Command
func (*SchemaGrammar_Expecter) CompileViews ¶
func (_e *SchemaGrammar_Expecter) CompileViews(database interface{}) *SchemaGrammar_CompileViews_Call
CompileViews is a helper method to define mock.On call
- database string
func (*SchemaGrammar_Expecter) GetAttributeCommands ¶
func (_e *SchemaGrammar_Expecter) GetAttributeCommands() *SchemaGrammar_GetAttributeCommands_Call
GetAttributeCommands is a helper method to define mock.On call
func (*SchemaGrammar_Expecter) TypeBigInteger ¶
func (_e *SchemaGrammar_Expecter) TypeBigInteger(column interface{}) *SchemaGrammar_TypeBigInteger_Call
TypeBigInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeBoolean ¶
func (_e *SchemaGrammar_Expecter) TypeBoolean(column interface{}) *SchemaGrammar_TypeBoolean_Call
TypeBoolean is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeChar ¶
func (_e *SchemaGrammar_Expecter) TypeChar(column interface{}) *SchemaGrammar_TypeChar_Call
TypeChar is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeDate ¶
func (_e *SchemaGrammar_Expecter) TypeDate(column interface{}) *SchemaGrammar_TypeDate_Call
TypeDate is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeDateTime ¶
func (_e *SchemaGrammar_Expecter) TypeDateTime(column interface{}) *SchemaGrammar_TypeDateTime_Call
TypeDateTime is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeDateTimeTz ¶
func (_e *SchemaGrammar_Expecter) TypeDateTimeTz(column interface{}) *SchemaGrammar_TypeDateTimeTz_Call
TypeDateTimeTz is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeDecimal ¶
func (_e *SchemaGrammar_Expecter) TypeDecimal(column interface{}) *SchemaGrammar_TypeDecimal_Call
TypeDecimal is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeDouble ¶
func (_e *SchemaGrammar_Expecter) TypeDouble(column interface{}) *SchemaGrammar_TypeDouble_Call
TypeDouble is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeEnum ¶
func (_e *SchemaGrammar_Expecter) TypeEnum(column interface{}) *SchemaGrammar_TypeEnum_Call
TypeEnum is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeFloat ¶
func (_e *SchemaGrammar_Expecter) TypeFloat(column interface{}) *SchemaGrammar_TypeFloat_Call
TypeFloat is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeInteger ¶
func (_e *SchemaGrammar_Expecter) TypeInteger(column interface{}) *SchemaGrammar_TypeInteger_Call
TypeInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeJson ¶
func (_e *SchemaGrammar_Expecter) TypeJson(column interface{}) *SchemaGrammar_TypeJson_Call
TypeJson is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeJsonb ¶
func (_e *SchemaGrammar_Expecter) TypeJsonb(column interface{}) *SchemaGrammar_TypeJsonb_Call
TypeJsonb is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeLongText ¶
func (_e *SchemaGrammar_Expecter) TypeLongText(column interface{}) *SchemaGrammar_TypeLongText_Call
TypeLongText is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeMediumInteger ¶
func (_e *SchemaGrammar_Expecter) TypeMediumInteger(column interface{}) *SchemaGrammar_TypeMediumInteger_Call
TypeMediumInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeMediumText ¶
func (_e *SchemaGrammar_Expecter) TypeMediumText(column interface{}) *SchemaGrammar_TypeMediumText_Call
TypeMediumText is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeSmallInteger ¶
func (_e *SchemaGrammar_Expecter) TypeSmallInteger(column interface{}) *SchemaGrammar_TypeSmallInteger_Call
TypeSmallInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeString ¶
func (_e *SchemaGrammar_Expecter) TypeString(column interface{}) *SchemaGrammar_TypeString_Call
TypeString is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeText ¶
func (_e *SchemaGrammar_Expecter) TypeText(column interface{}) *SchemaGrammar_TypeText_Call
TypeText is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeTime ¶
func (_e *SchemaGrammar_Expecter) TypeTime(column interface{}) *SchemaGrammar_TypeTime_Call
TypeTime is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeTimeTz ¶
func (_e *SchemaGrammar_Expecter) TypeTimeTz(column interface{}) *SchemaGrammar_TypeTimeTz_Call
TypeTimeTz is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeTimestamp ¶
func (_e *SchemaGrammar_Expecter) TypeTimestamp(column interface{}) *SchemaGrammar_TypeTimestamp_Call
TypeTimestamp is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeTimestampTz ¶
func (_e *SchemaGrammar_Expecter) TypeTimestampTz(column interface{}) *SchemaGrammar_TypeTimestampTz_Call
TypeTimestampTz is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeTinyInteger ¶
func (_e *SchemaGrammar_Expecter) TypeTinyInteger(column interface{}) *SchemaGrammar_TypeTinyInteger_Call
TypeTinyInteger is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeTinyText ¶
func (_e *SchemaGrammar_Expecter) TypeTinyText(column interface{}) *SchemaGrammar_TypeTinyText_Call
TypeTinyText is a helper method to define mock.On call
- column driver.ColumnDefinition
func (*SchemaGrammar_Expecter) TypeUuid ¶
func (_e *SchemaGrammar_Expecter) TypeUuid(column interface{}) *SchemaGrammar_TypeUuid_Call
TypeUuid is a helper method to define mock.On call
- column driver.ColumnDefinition
type SchemaGrammar_GetAttributeCommands_Call ¶
SchemaGrammar_GetAttributeCommands_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAttributeCommands'
func (*SchemaGrammar_GetAttributeCommands_Call) Return ¶
func (_c *SchemaGrammar_GetAttributeCommands_Call) Return(_a0 []string) *SchemaGrammar_GetAttributeCommands_Call
func (*SchemaGrammar_GetAttributeCommands_Call) Run ¶
func (_c *SchemaGrammar_GetAttributeCommands_Call) Run(run func()) *SchemaGrammar_GetAttributeCommands_Call
func (*SchemaGrammar_GetAttributeCommands_Call) RunAndReturn ¶
func (_c *SchemaGrammar_GetAttributeCommands_Call) RunAndReturn(run func() []string) *SchemaGrammar_GetAttributeCommands_Call
type SchemaGrammar_TypeBigInteger_Call ¶
SchemaGrammar_TypeBigInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeBigInteger'
func (*SchemaGrammar_TypeBigInteger_Call) Return ¶
func (_c *SchemaGrammar_TypeBigInteger_Call) Return(_a0 string) *SchemaGrammar_TypeBigInteger_Call
func (*SchemaGrammar_TypeBigInteger_Call) Run ¶
func (_c *SchemaGrammar_TypeBigInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeBigInteger_Call
func (*SchemaGrammar_TypeBigInteger_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeBigInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeBigInteger_Call
type SchemaGrammar_TypeBoolean_Call ¶
SchemaGrammar_TypeBoolean_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeBoolean'
func (*SchemaGrammar_TypeBoolean_Call) Return ¶
func (_c *SchemaGrammar_TypeBoolean_Call) Return(_a0 string) *SchemaGrammar_TypeBoolean_Call
func (*SchemaGrammar_TypeBoolean_Call) Run ¶
func (_c *SchemaGrammar_TypeBoolean_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeBoolean_Call
func (*SchemaGrammar_TypeBoolean_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeBoolean_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeBoolean_Call
type SchemaGrammar_TypeChar_Call ¶
SchemaGrammar_TypeChar_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeChar'
func (*SchemaGrammar_TypeChar_Call) Return ¶
func (_c *SchemaGrammar_TypeChar_Call) Return(_a0 string) *SchemaGrammar_TypeChar_Call
func (*SchemaGrammar_TypeChar_Call) Run ¶
func (_c *SchemaGrammar_TypeChar_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeChar_Call
func (*SchemaGrammar_TypeChar_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeChar_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeChar_Call
type SchemaGrammar_TypeDateTimeTz_Call ¶
SchemaGrammar_TypeDateTimeTz_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDateTimeTz'
func (*SchemaGrammar_TypeDateTimeTz_Call) Return ¶
func (_c *SchemaGrammar_TypeDateTimeTz_Call) Return(_a0 string) *SchemaGrammar_TypeDateTimeTz_Call
func (*SchemaGrammar_TypeDateTimeTz_Call) Run ¶
func (_c *SchemaGrammar_TypeDateTimeTz_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDateTimeTz_Call
func (*SchemaGrammar_TypeDateTimeTz_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeDateTimeTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDateTimeTz_Call
type SchemaGrammar_TypeDateTime_Call ¶
SchemaGrammar_TypeDateTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDateTime'
func (*SchemaGrammar_TypeDateTime_Call) Return ¶
func (_c *SchemaGrammar_TypeDateTime_Call) Return(_a0 string) *SchemaGrammar_TypeDateTime_Call
func (*SchemaGrammar_TypeDateTime_Call) Run ¶
func (_c *SchemaGrammar_TypeDateTime_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDateTime_Call
func (*SchemaGrammar_TypeDateTime_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeDateTime_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDateTime_Call
type SchemaGrammar_TypeDate_Call ¶
SchemaGrammar_TypeDate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDate'
func (*SchemaGrammar_TypeDate_Call) Return ¶
func (_c *SchemaGrammar_TypeDate_Call) Return(_a0 string) *SchemaGrammar_TypeDate_Call
func (*SchemaGrammar_TypeDate_Call) Run ¶
func (_c *SchemaGrammar_TypeDate_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDate_Call
func (*SchemaGrammar_TypeDate_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeDate_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDate_Call
type SchemaGrammar_TypeDecimal_Call ¶
SchemaGrammar_TypeDecimal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDecimal'
func (*SchemaGrammar_TypeDecimal_Call) Return ¶
func (_c *SchemaGrammar_TypeDecimal_Call) Return(_a0 string) *SchemaGrammar_TypeDecimal_Call
func (*SchemaGrammar_TypeDecimal_Call) Run ¶
func (_c *SchemaGrammar_TypeDecimal_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDecimal_Call
func (*SchemaGrammar_TypeDecimal_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeDecimal_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDecimal_Call
type SchemaGrammar_TypeDouble_Call ¶
SchemaGrammar_TypeDouble_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeDouble'
func (*SchemaGrammar_TypeDouble_Call) Return ¶
func (_c *SchemaGrammar_TypeDouble_Call) Return(_a0 string) *SchemaGrammar_TypeDouble_Call
func (*SchemaGrammar_TypeDouble_Call) Run ¶
func (_c *SchemaGrammar_TypeDouble_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeDouble_Call
func (*SchemaGrammar_TypeDouble_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeDouble_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeDouble_Call
type SchemaGrammar_TypeEnum_Call ¶
SchemaGrammar_TypeEnum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeEnum'
func (*SchemaGrammar_TypeEnum_Call) Return ¶
func (_c *SchemaGrammar_TypeEnum_Call) Return(_a0 string) *SchemaGrammar_TypeEnum_Call
func (*SchemaGrammar_TypeEnum_Call) Run ¶
func (_c *SchemaGrammar_TypeEnum_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeEnum_Call
func (*SchemaGrammar_TypeEnum_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeEnum_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeEnum_Call
type SchemaGrammar_TypeFloat_Call ¶
SchemaGrammar_TypeFloat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeFloat'
func (*SchemaGrammar_TypeFloat_Call) Return ¶
func (_c *SchemaGrammar_TypeFloat_Call) Return(_a0 string) *SchemaGrammar_TypeFloat_Call
func (*SchemaGrammar_TypeFloat_Call) Run ¶
func (_c *SchemaGrammar_TypeFloat_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeFloat_Call
func (*SchemaGrammar_TypeFloat_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeFloat_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeFloat_Call
type SchemaGrammar_TypeInteger_Call ¶
SchemaGrammar_TypeInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeInteger'
func (*SchemaGrammar_TypeInteger_Call) Return ¶
func (_c *SchemaGrammar_TypeInteger_Call) Return(_a0 string) *SchemaGrammar_TypeInteger_Call
func (*SchemaGrammar_TypeInteger_Call) Run ¶
func (_c *SchemaGrammar_TypeInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeInteger_Call
func (*SchemaGrammar_TypeInteger_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeInteger_Call
type SchemaGrammar_TypeJson_Call ¶
SchemaGrammar_TypeJson_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeJson'
func (*SchemaGrammar_TypeJson_Call) Return ¶
func (_c *SchemaGrammar_TypeJson_Call) Return(_a0 string) *SchemaGrammar_TypeJson_Call
func (*SchemaGrammar_TypeJson_Call) Run ¶
func (_c *SchemaGrammar_TypeJson_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeJson_Call
func (*SchemaGrammar_TypeJson_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeJson_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeJson_Call
type SchemaGrammar_TypeJsonb_Call ¶
SchemaGrammar_TypeJsonb_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeJsonb'
func (*SchemaGrammar_TypeJsonb_Call) Return ¶
func (_c *SchemaGrammar_TypeJsonb_Call) Return(_a0 string) *SchemaGrammar_TypeJsonb_Call
func (*SchemaGrammar_TypeJsonb_Call) Run ¶
func (_c *SchemaGrammar_TypeJsonb_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeJsonb_Call
func (*SchemaGrammar_TypeJsonb_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeJsonb_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeJsonb_Call
type SchemaGrammar_TypeLongText_Call ¶
SchemaGrammar_TypeLongText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeLongText'
func (*SchemaGrammar_TypeLongText_Call) Return ¶
func (_c *SchemaGrammar_TypeLongText_Call) Return(_a0 string) *SchemaGrammar_TypeLongText_Call
func (*SchemaGrammar_TypeLongText_Call) Run ¶
func (_c *SchemaGrammar_TypeLongText_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeLongText_Call
func (*SchemaGrammar_TypeLongText_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeLongText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeLongText_Call
type SchemaGrammar_TypeMediumInteger_Call ¶
SchemaGrammar_TypeMediumInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeMediumInteger'
func (*SchemaGrammar_TypeMediumInteger_Call) Return ¶
func (_c *SchemaGrammar_TypeMediumInteger_Call) Return(_a0 string) *SchemaGrammar_TypeMediumInteger_Call
func (*SchemaGrammar_TypeMediumInteger_Call) Run ¶
func (_c *SchemaGrammar_TypeMediumInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeMediumInteger_Call
func (*SchemaGrammar_TypeMediumInteger_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeMediumInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeMediumInteger_Call
type SchemaGrammar_TypeMediumText_Call ¶
SchemaGrammar_TypeMediumText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeMediumText'
func (*SchemaGrammar_TypeMediumText_Call) Return ¶
func (_c *SchemaGrammar_TypeMediumText_Call) Return(_a0 string) *SchemaGrammar_TypeMediumText_Call
func (*SchemaGrammar_TypeMediumText_Call) Run ¶
func (_c *SchemaGrammar_TypeMediumText_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeMediumText_Call
func (*SchemaGrammar_TypeMediumText_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeMediumText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeMediumText_Call
type SchemaGrammar_TypeSmallInteger_Call ¶
SchemaGrammar_TypeSmallInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeSmallInteger'
func (*SchemaGrammar_TypeSmallInteger_Call) Return ¶
func (_c *SchemaGrammar_TypeSmallInteger_Call) Return(_a0 string) *SchemaGrammar_TypeSmallInteger_Call
func (*SchemaGrammar_TypeSmallInteger_Call) Run ¶
func (_c *SchemaGrammar_TypeSmallInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeSmallInteger_Call
func (*SchemaGrammar_TypeSmallInteger_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeSmallInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeSmallInteger_Call
type SchemaGrammar_TypeString_Call ¶
SchemaGrammar_TypeString_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeString'
func (*SchemaGrammar_TypeString_Call) Return ¶
func (_c *SchemaGrammar_TypeString_Call) Return(_a0 string) *SchemaGrammar_TypeString_Call
func (*SchemaGrammar_TypeString_Call) Run ¶
func (_c *SchemaGrammar_TypeString_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeString_Call
func (*SchemaGrammar_TypeString_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeString_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeString_Call
type SchemaGrammar_TypeText_Call ¶
SchemaGrammar_TypeText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeText'
func (*SchemaGrammar_TypeText_Call) Return ¶
func (_c *SchemaGrammar_TypeText_Call) Return(_a0 string) *SchemaGrammar_TypeText_Call
func (*SchemaGrammar_TypeText_Call) Run ¶
func (_c *SchemaGrammar_TypeText_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeText_Call
func (*SchemaGrammar_TypeText_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeText_Call
type SchemaGrammar_TypeTimeTz_Call ¶
SchemaGrammar_TypeTimeTz_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTimeTz'
func (*SchemaGrammar_TypeTimeTz_Call) Return ¶
func (_c *SchemaGrammar_TypeTimeTz_Call) Return(_a0 string) *SchemaGrammar_TypeTimeTz_Call
func (*SchemaGrammar_TypeTimeTz_Call) Run ¶
func (_c *SchemaGrammar_TypeTimeTz_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTimeTz_Call
func (*SchemaGrammar_TypeTimeTz_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeTimeTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTimeTz_Call
type SchemaGrammar_TypeTime_Call ¶
SchemaGrammar_TypeTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTime'
func (*SchemaGrammar_TypeTime_Call) Return ¶
func (_c *SchemaGrammar_TypeTime_Call) Return(_a0 string) *SchemaGrammar_TypeTime_Call
func (*SchemaGrammar_TypeTime_Call) Run ¶
func (_c *SchemaGrammar_TypeTime_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTime_Call
func (*SchemaGrammar_TypeTime_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeTime_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTime_Call
type SchemaGrammar_TypeTimestampTz_Call ¶
SchemaGrammar_TypeTimestampTz_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTimestampTz'
func (*SchemaGrammar_TypeTimestampTz_Call) Return ¶
func (_c *SchemaGrammar_TypeTimestampTz_Call) Return(_a0 string) *SchemaGrammar_TypeTimestampTz_Call
func (*SchemaGrammar_TypeTimestampTz_Call) Run ¶
func (_c *SchemaGrammar_TypeTimestampTz_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTimestampTz_Call
func (*SchemaGrammar_TypeTimestampTz_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeTimestampTz_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTimestampTz_Call
type SchemaGrammar_TypeTimestamp_Call ¶
SchemaGrammar_TypeTimestamp_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTimestamp'
func (*SchemaGrammar_TypeTimestamp_Call) Return ¶
func (_c *SchemaGrammar_TypeTimestamp_Call) Return(_a0 string) *SchemaGrammar_TypeTimestamp_Call
func (*SchemaGrammar_TypeTimestamp_Call) Run ¶
func (_c *SchemaGrammar_TypeTimestamp_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTimestamp_Call
func (*SchemaGrammar_TypeTimestamp_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeTimestamp_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTimestamp_Call
type SchemaGrammar_TypeTinyInteger_Call ¶
SchemaGrammar_TypeTinyInteger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTinyInteger'
func (*SchemaGrammar_TypeTinyInteger_Call) Return ¶
func (_c *SchemaGrammar_TypeTinyInteger_Call) Return(_a0 string) *SchemaGrammar_TypeTinyInteger_Call
func (*SchemaGrammar_TypeTinyInteger_Call) Run ¶
func (_c *SchemaGrammar_TypeTinyInteger_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTinyInteger_Call
func (*SchemaGrammar_TypeTinyInteger_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeTinyInteger_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTinyInteger_Call
type SchemaGrammar_TypeTinyText_Call ¶
SchemaGrammar_TypeTinyText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeTinyText'
func (*SchemaGrammar_TypeTinyText_Call) Return ¶
func (_c *SchemaGrammar_TypeTinyText_Call) Return(_a0 string) *SchemaGrammar_TypeTinyText_Call
func (*SchemaGrammar_TypeTinyText_Call) Run ¶
func (_c *SchemaGrammar_TypeTinyText_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeTinyText_Call
func (*SchemaGrammar_TypeTinyText_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeTinyText_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeTinyText_Call
type SchemaGrammar_TypeUuid_Call ¶
SchemaGrammar_TypeUuid_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeUuid'
func (*SchemaGrammar_TypeUuid_Call) Return ¶
func (_c *SchemaGrammar_TypeUuid_Call) Return(_a0 string) *SchemaGrammar_TypeUuid_Call
func (*SchemaGrammar_TypeUuid_Call) Run ¶
func (_c *SchemaGrammar_TypeUuid_Call) Run(run func(column driver.ColumnDefinition)) *SchemaGrammar_TypeUuid_Call
func (*SchemaGrammar_TypeUuid_Call) RunAndReturn ¶
func (_c *SchemaGrammar_TypeUuid_Call) RunAndReturn(run func(driver.ColumnDefinition) string) *SchemaGrammar_TypeUuid_Call