package
Version:
v0.1.0-alpha.59
Opens a new window with list of versions in this module.
Published: May 25, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
TODO: change composite to support in...
func Eq(col string, value interface{}) *simpleQueryClause
func In(col string, vals ...interface{}) *inClause
type InClause interface {
RebindInClause() bool
}
type QueryClause interface {
GetClause() string
GetValues() []interface{}
}
TODO
Source Files
¶
Click to show internal directories.
Click to hide internal directories.