Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.ExplicitSkippedMessage) predicate.ExplicitSkippedMessage
- func ID(id int) predicate.ExplicitSkippedMessage
- func IDEQ(id int) predicate.ExplicitSkippedMessage
- func IDGT(id int) predicate.ExplicitSkippedMessage
- func IDGTE(id int) predicate.ExplicitSkippedMessage
- func IDIn(ids ...int) predicate.ExplicitSkippedMessage
- func IDLT(id int) predicate.ExplicitSkippedMessage
- func IDLTE(id int) predicate.ExplicitSkippedMessage
- func IDNEQ(id int) predicate.ExplicitSkippedMessage
- func IDNotIn(ids ...int) predicate.ExplicitSkippedMessage
- func Not(p predicate.ExplicitSkippedMessage) predicate.ExplicitSkippedMessage
- func Or(predicates ...predicate.ExplicitSkippedMessage) predicate.ExplicitSkippedMessage
- func ValidColumn(column string) bool
Constants ¶
const ( // Label holds the string label denoting the explicitskippedmessage type in the database. Label = "explicit_skipped_message" // FieldID holds the string denoting the id field in the database. FieldID = "id" // Table holds the table name of the explicitskippedmessage in the database. Table = "explicit_skipped_messages" )
Variables ¶
var Columns = []string{ FieldID, }
Columns holds all SQL columns for explicitskippedmessage fields.
Functions ¶
func And ¶
func And(predicates ...predicate.ExplicitSkippedMessage) predicate.ExplicitSkippedMessage
And groups predicates with the AND operator between them.
func ID ¶
func ID(id int) predicate.ExplicitSkippedMessage
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id int) predicate.ExplicitSkippedMessage
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.ExplicitSkippedMessage
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.ExplicitSkippedMessage
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.ExplicitSkippedMessage
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.ExplicitSkippedMessage
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.ExplicitSkippedMessage
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.ExplicitSkippedMessage
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int) predicate.ExplicitSkippedMessage
IDNotIn applies the NotIn predicate on the ID field.
func Or ¶
func Or(predicates ...predicate.ExplicitSkippedMessage) predicate.ExplicitSkippedMessage
Or groups predicates with the OR operator between them.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.