MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / Execute

Method Execute

statement.go:40–40  ·  view source on GitHub ↗
(ctx context.Context, session *Session)

Source from the content-addressed store, hash-verified

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.

Callers 11

RunInteractiveMethod · 0.65
RunBatchMethod · 0.65
TestSelectFunction · 0.65
TestDmlFunction · 0.65
TestReadWriteTransactionFunction · 0.65
TestReadOnlyTransactionFunction · 0.65
TestShowCreateTableFunction · 0.65
TestShowColumnsFunction · 0.65
TestShowIndexesFunction · 0.65
TestTruncateTableFunction · 0.65
TestPartitionedDMLFunction · 0.65

Implementers 15

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

Calls

no outgoing calls

Tested by 9

TestSelectFunction · 0.52
TestDmlFunction · 0.52
TestReadWriteTransactionFunction · 0.52
TestReadOnlyTransactionFunction · 0.52
TestShowCreateTableFunction · 0.52
TestShowColumnsFunction · 0.52
TestShowIndexesFunction · 0.52
TestTruncateTableFunction · 0.52
TestPartitionedDMLFunction · 0.52