package
0.0.0-20190826072840-d707797ef115
Repository: https://github.com/sillydong/gnorm.git
Documentation: pkg.go.dev
# Interfaces
DB is the common interface for database operations.
WhereClause has a String function should return a properly formatted where clause (not including the WHERE) for positional arguments starting at idx.
# Type aliases
BoolField is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
Float64Field is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
Int64Field is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
IntField is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
MysqlNullTimeField is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
SqlNullBoolField is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
SqlNullFloat64Field is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
SqlNullInt64Field is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
SqlNullStringField is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
StringField is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
TimeTimeField is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.
Uint32Field is a component that returns a WhereClause that contains a comparison based on its field and a strongly typed value.