MCPcopy Create free account
hub / github.com/araddon/qlbridge / Setup

Method Setup

exec/exec.go:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 // JobRunner is the main RunTime interface for running a SQL Job of tasks
47 JobRunner interface {
48 Setup() error
49 Run() error
50 Close() error
51 }

Callers 15

SetupMethod · 0.65
SetupMethod · 0.65
TestMemDbFunction · 0.65
SetupMethod · 0.65
SetupMethod · 0.65
TestExecSqlCommandsFunction · 0.65
TestExecSelectWhereFunction · 0.65
TestExecGroupByFunction · 0.65
TestExecHavingFunction · 0.65
TestExecInsertFunction · 0.65
TestExecUpdateAndUpsertFunction · 0.65
TestExecDeleteFunction · 0.65

Implementers 4

TaskSequentialexec/task_sequential.go
JobExecutorexec/executor.go
TaskParallelexec/task_parallel.go
TaskBaseexec/task.go

Calls

no outgoing calls

Tested by 10

SetupMethod · 0.52
SetupMethod · 0.52
TestMemDbFunction · 0.52
TestExecSqlCommandsFunction · 0.52
TestExecSelectWhereFunction · 0.52
TestExecGroupByFunction · 0.52
TestExecHavingFunction · 0.52
TestExecInsertFunction · 0.52
TestExecUpdateAndUpsertFunction · 0.52
TestExecDeleteFunction · 0.52