MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / N1QLQueryName

Method N1QLQueryName

db/functions.go:44–44  ·  view source on GitHub ↗

Returns the name assigned to the N1QL query, if there is one.

()

Source from the content-addressed store, hash-verified

42
43 // Returns the name assigned to the N1QL query, if there is one.
44 N1QLQueryName() (string, bool)
45
46 // Creates an invocation of the function, which can then be run or iterated.
47 Invoke(db *Database, args map[string]interface{}, mutationAllowed bool, ctx context.Context) (UserFunctionInvocation, error)

Callers 1

initDatabaseStatsFunction · 0.65

Implementers 1

functionImpldb/functions/function.go

Calls

no outgoing calls

Tested by

no test coverage detected