MCPcopy Create free account
hub / github.com/actiontech/dtle / Run

Method Run

driver/handle.go:352–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350
351type DriverHandle interface {
352 Run()
353
354 // Shutdown is used to stop the task.
355 // Do not send ExitResult in Shutdown().

Callers 15

resumeTaskMethod · 0.65
TestParseDMLSQLFunction · 0.65
TestParseDDLSQLFunction · 0.65
TestParseDDLSQLDROPFunction · 0.65
TestParseAlterTableFunction · 0.65
TestParseDropTableFunction · 0.65
TestParseConstraintSQLFunction · 0.65
RunMethod · 0.65
RunMethod · 0.65

Implementers 4

ExtractorOracledriver/oracle/extractor/extractor_orac
Extractordriver/mysql/extractor.go
Applierdriver/mysql/applier.go
KafkaRunnerdriver/kafka/kafka3.go

Calls

no outgoing calls

Tested by 15

TestParseDMLSQLFunction · 0.52
TestParseDDLSQLFunction · 0.52
TestParseDDLSQLDROPFunction · 0.52
TestParseAlterTableFunction · 0.52
TestParseDropTableFunction · 0.52
TestParseConstraintSQLFunction · 0.52
Test_matchTableFunction · 0.52
Test_skipQueryDDLFunction · 0.52
Test_isSkipQueryFunction · 0.52