Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.License) predicate.License
- func ID(id int) predicate.License
- func IDEQ(id int) predicate.License
- func IDGT(id int) predicate.License
- func IDGTE(id int) predicate.License
- func IDIn(ids ...int) predicate.License
- func IDLT(id int) predicate.License
- func IDLTE(id int) predicate.License
- func IDNEQ(id int) predicate.License
- func IDNotIn(ids ...int) predicate.License
- func Not(p predicate.License) predicate.License
- func Or(predicates ...predicate.License) predicate.License
- func ValidColumn(column string) bool
Constants ¶
View Source
const ( // Label holds the string label denoting the license type in the database. Label = "license" // FieldID holds the string denoting the id field in the database. FieldID = "id" // Table holds the table name of the license in the database. Table = "licenses" )
Variables ¶
View Source
var Columns = []string{ FieldID, }
Columns holds all SQL columns for license fields.
Functions ¶
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.