Returns the name assigned to the N1QL query, if there is one.
()
| 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) |
no outgoing calls
no test coverage detected