Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
type
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
RunInteractive
Method · 0.65
RunBatch
Method · 0.65
TestSelect
Function · 0.65
TestDml
Function · 0.65
TestReadWriteTransaction
Function · 0.65
TestReadOnlyTransaction
Function · 0.65
TestShowCreateTable
Function · 0.65
TestShowColumns
Function · 0.65
TestShowIndexes
Function · 0.65
TestTruncateTable
Function · 0.65
TestPartitionedDML
Function · 0.65
Implementers
15
SelectStatement
statement.go
CreateDatabaseStatement
statement.go
DropDatabaseStatement
statement.go
DdlStatement
statement.go
BulkDdlStatement
statement.go
ShowDatabasesStatement
statement.go
ShowCreateTableStatement
statement.go
ShowTablesStatement
statement.go
ExplainStatement
statement.go
DescribeStatement
statement.go
ExplainAnalyzeStatement
statement.go
ShowColumnsStatement
statement.go
Calls
no outgoing calls
Tested by
9
TestSelect
Function · 0.52
TestDml
Function · 0.52
TestReadWriteTransaction
Function · 0.52
TestReadOnlyTransaction
Function · 0.52
TestShowCreateTable
Function · 0.52
TestShowColumns
Function · 0.52
TestShowIndexes
Function · 0.52
TestTruncateTable
Function · 0.52
TestPartitionedDML
Function · 0.52