Documentation
¶
Index ¶
- func ILike(field, _ string, value interface{}) bson.E
- func In(field, _ string, value interface{}) bson.E
- func IsNull(field, _ string, value interface{}) bson.E
- func Like(field, _ string, value interface{}) bson.E
- func NotIn(field, _ string, value interface{}) bson.E
- type Builder
- type Driver
- type Operator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
Schema *ast.Schema
Logger log.Logger
TableNameGenerator builders.TableNameGenerator
Operators map[string]Operator
AggregatorOperators map[string]builders.AggregatorOperator
CaseConverter builders.ColumnCaseConverter
}
func NewBuilder ¶
Click to show internal directories.
Click to hide internal directories.