Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ String
Method
String
pgconn/pgconn.go:880–882 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
878
}
879
880
func
(ct CommandTag) String() string {
881
return
ct.s
882
}
883
884
// Insert is true if the command tag starts with "INSERT".
885
func
(ct CommandTag) Insert() bool {
Callers
15
BenchmarkCommandTagTypeFromString
Function · 0.95
newScramClient
Function · 0.45
TestConnectChannelBinding
Function · 0.45
TestConnectTimeout
Function · 0.45
TestConnectTimeoutStuckOnTLSHandshake
Function · 0.45
TestConnExec
Function · 0.45
TestConnExecEmpty
Function · 0.45
TestConnExecMultipleQueries
Function · 0.45
TestConnExecParams
Function · 0.45
TestResultReaderValuesHaveSameCapacityAsLength
Function · 0.45
TestConnExecPrepared
Function · 0.45
TestConnExecStatement
Function · 0.45
Calls
no outgoing calls
Tested by
15
BenchmarkCommandTagTypeFromString
Function · 0.76
TestConnectChannelBinding
Function · 0.36
TestConnectTimeout
Function · 0.36
TestConnectTimeoutStuckOnTLSHandshake
Function · 0.36
TestConnExec
Function · 0.36
TestConnExecEmpty
Function · 0.36
TestConnExecMultipleQueries
Function · 0.36
TestConnExecParams
Function · 0.36
TestResultReaderValuesHaveSameCapacityAsLength
Function · 0.36
TestConnExecPrepared
Function · 0.36
TestConnExecStatement
Function · 0.36
TestConnExecBatch
Function · 0.36