MCPcopy
hub / github.com/upper/db / String

Method String

result.go:32–32  ·  view source on GitHub ↗

String returns the SQL statement to be used in the query.

()

Source from the content-addressed store, hash-verified

30
31 // String returns the SQL statement to be used in the query.
32 String() string
33
34 // Limit defines the maximum number of results for this set. It only has
35 // effect on `One()`, `All()` and `Next()`. A negative limit cancels any

Callers 15

initFunction · 0.65
StringMethod · 0.65
OpenMethod · 0.65
CompileMethod · 0.65
NewRawValueFunction · 0.65
MustCompileMethod · 0.65
expandArgumentFunction · 0.65
TestSelectFunction · 0.65
TestInsertFunction · 0.65
TestUpdateFunction · 0.65
TestDeleteFunction · 0.65
TestPaginateFunction · 0.65

Implementers 2

Resultinternal/sqladapter/result.go
resultadapter/mongo/result.go

Calls

no outgoing calls

Tested by 15

TestSelectFunction · 0.52
TestInsertFunction · 0.52
TestUpdateFunction · 0.52
TestDeleteFunction · 0.52
TestPaginateFunction · 0.52
BenchmarkDelete1Function · 0.52
BenchmarkDelete2Function · 0.52
BenchmarkInsert1Function · 0.52
BenchmarkInsert2Function · 0.52
BenchmarkInsert3Function · 0.52
BenchmarkInsert4Function · 0.52
BenchmarkInsert5Function · 0.52