MCPcopy
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
880func (ct CommandTag) String() string {
881 return ct.s
882}
883
884// Insert is true if the command tag starts with "INSERT".
885func (ct CommandTag) Insert() bool {

Callers 15

newScramClientFunction · 0.45
TestConnectTimeoutFunction · 0.45
TestConnExecFunction · 0.45
TestConnExecEmptyFunction · 0.45
TestConnExecParamsFunction · 0.45
TestConnExecPreparedFunction · 0.45
TestConnExecStatementFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestConnectTimeoutFunction · 0.36
TestConnExecFunction · 0.36
TestConnExecEmptyFunction · 0.36
TestConnExecParamsFunction · 0.36
TestConnExecPreparedFunction · 0.36
TestConnExecStatementFunction · 0.36
TestConnExecBatchFunction · 0.36