MCPcopy Index your code
hub / github.com/cloudspannerecosystem/spanner-cli / Statement

Interface Statement

statement.go:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37const pdmlTimeout = time.Hour * 24
38
39type Statement interface {
40 Execute(ctx context.Context, session *Session) (*Result, error)
41}
42
43// rowCountType is type of modified rows count by DML.
44type rowCountType int

Callers 8

RunInteractiveMethod · 0.65
RunBatchMethod · 0.65
TestSelectFunction · 0.65
TestDmlFunction · 0.65
TestReadWriteTransactionFunction · 0.65
TestReadOnlyTransactionFunction · 0.65
TestShowCreateTableFunction · 0.65
TestShowColumnsFunction · 0.65

Implementers 15

SelectStatementstatement.go
DdlStatementstatement.go
BulkDdlStatementstatement.go
ExplainStatementstatement.go
DescribeStatementstatement.go

Calls

no outgoing calls

Tested by

no test coverage detected