Documentation
¶
Overview ¶
Package mock_sql_execution_engine is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSQlExecutionEngine ¶
type MockSQlExecutionEngine struct {
// contains filtered or unexported fields
}
MockSQlExecutionEngine is a mock of SQlExecutionEngine interface
func NewMockSQlExecutionEngine ¶
func NewMockSQlExecutionEngine(ctrl *gomock.Controller) *MockSQlExecutionEngine
NewMockSQlExecutionEngine creates a new mock instance
func (*MockSQlExecutionEngine) EXPECT ¶
func (m *MockSQlExecutionEngine) EXPECT() *MockSQlExecutionEngineMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSQlExecutionEngine) Execute ¶
func (m *MockSQlExecutionEngine) Execute(arg0 []*core.Msg, arg1 *schema_store.Table) error
Execute mocks base method
func (*MockSQlExecutionEngine) Init ¶
func (m *MockSQlExecutionEngine) Init(arg0 int) error
Init mocks base method
type MockSQlExecutionEngineMockRecorder ¶
type MockSQlExecutionEngineMockRecorder struct {
// contains filtered or unexported fields
}
MockSQlExecutionEngineMockRecorder is the mock recorder for MockSQlExecutionEngine
func (*MockSQlExecutionEngineMockRecorder) Execute ¶
func (mr *MockSQlExecutionEngineMockRecorder) Execute(arg0, arg1 interface{}) *gomock.Call
Execute indicates an expected call of Execute
func (*MockSQlExecutionEngineMockRecorder) Init ¶
func (mr *MockSQlExecutionEngineMockRecorder) Init(arg0 interface{}) *gomock.Call
Init indicates an expected call of Init
Click to show internal directories.
Click to hide internal directories.