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

Method QueryRowContext

driver/mysql/sql/sqlutils.go:246–246  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...interface{})

Source from the content-addressed store, hash-verified

244 ExecContext(ctx context.Context, query string, args ...interface{}) (gosql.Result, error)
245 QueryContext(ctx context.Context, query string, args ...interface{}) (*gosql.Rows, error)
246 QueryRowContext(ctx context.Context, query string, args ...interface{}) *gosql.Row
247}
248
249func GetServerUUID(db QueryAble) (result string, err error) {

Callers 11

GetTableDDLMethod · 0.80
GetCurrentSnapshotSCNMethod · 0.80
CountTableRowsMethod · 0.80
getChunkDataMethod · 0.80
GetServerUUIDFunction · 0.80
ShowMasterStatusFunction · 0.80
ShowCreateSchemaFunction · 0.80
GetSetWaitTimeoutFunction · 0.80
ShowCreateTableFunction · 0.80
GetSomeSysVarsFunction · 0.80
ShowCreateTableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected