String returns the SQL statement to be used in the query.
()
| 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 |
no outgoing calls