On represents the ON clause. ON is used to define conditions on a join. s.Join(...).On("b.author_id = a.id")
(...interface{})
| 194 | // |
| 195 | // s.Join(...).On("b.author_id = a.id") |
| 196 | On(...interface{}) Selector |
| 197 | |
| 198 | // Limit represents the LIMIT parameter. |
| 199 | // |
no outgoing calls