Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Or ¶
Or adds sql or condition example: Or(finder, "id>?", 1) --> or id>? args:[1] example: Or(finder, "id=? and name != ?", 10, "John") --> or (id=? and name!=?) args:[10, "John"]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.