Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.FieldType) predicate.FieldType
- func ID(id int) predicate.FieldType
- func IDEQ(id int) predicate.FieldType
- func IDGT(id int) predicate.FieldType
- func IDGTE(id int) predicate.FieldType
- func IDIn(ids ...int) predicate.FieldType
- func IDLT(id int) predicate.FieldType
- func IDLTE(id int) predicate.FieldType
- func IDNEQ(id int) predicate.FieldType
- func IDNotIn(ids ...int) predicate.FieldType
- func Int(v int) predicate.FieldType
- func Int16(v int16) predicate.FieldType
- func Int16EQ(v int16) predicate.FieldType
- func Int16GT(v int16) predicate.FieldType
- func Int16GTE(v int16) predicate.FieldType
- func Int16In(vs ...int16) predicate.FieldType
- func Int16LT(v int16) predicate.FieldType
- func Int16LTE(v int16) predicate.FieldType
- func Int16NEQ(v int16) predicate.FieldType
- func Int16NotIn(vs ...int16) predicate.FieldType
- func Int32(v int32) predicate.FieldType
- func Int32EQ(v int32) predicate.FieldType
- func Int32GT(v int32) predicate.FieldType
- func Int32GTE(v int32) predicate.FieldType
- func Int32In(vs ...int32) predicate.FieldType
- func Int32LT(v int32) predicate.FieldType
- func Int32LTE(v int32) predicate.FieldType
- func Int32NEQ(v int32) predicate.FieldType
- func Int32NotIn(vs ...int32) predicate.FieldType
- func Int64(v int64) predicate.FieldType
- func Int64EQ(v int64) predicate.FieldType
- func Int64GT(v int64) predicate.FieldType
- func Int64GTE(v int64) predicate.FieldType
- func Int64In(vs ...int64) predicate.FieldType
- func Int64LT(v int64) predicate.FieldType
- func Int64LTE(v int64) predicate.FieldType
- func Int64NEQ(v int64) predicate.FieldType
- func Int64NotIn(vs ...int64) predicate.FieldType
- func Int8(v int8) predicate.FieldType
- func Int8EQ(v int8) predicate.FieldType
- func Int8GT(v int8) predicate.FieldType
- func Int8GTE(v int8) predicate.FieldType
- func Int8In(vs ...int8) predicate.FieldType
- func Int8LT(v int8) predicate.FieldType
- func Int8LTE(v int8) predicate.FieldType
- func Int8NEQ(v int8) predicate.FieldType
- func Int8NotIn(vs ...int8) predicate.FieldType
- func IntEQ(v int) predicate.FieldType
- func IntGT(v int) predicate.FieldType
- func IntGTE(v int) predicate.FieldType
- func IntIn(vs ...int) predicate.FieldType
- func IntLT(v int) predicate.FieldType
- func IntLTE(v int) predicate.FieldType
- func IntNEQ(v int) predicate.FieldType
- func IntNotIn(vs ...int) predicate.FieldType
- func NillableInt(v int) predicate.FieldType
- func NillableInt16(v int16) predicate.FieldType
- func NillableInt16EQ(v int16) predicate.FieldType
- func NillableInt16GT(v int16) predicate.FieldType
- func NillableInt16GTE(v int16) predicate.FieldType
- func NillableInt16In(vs ...int16) predicate.FieldType
- func NillableInt16IsNil() predicate.FieldType
- func NillableInt16LT(v int16) predicate.FieldType
- func NillableInt16LTE(v int16) predicate.FieldType
- func NillableInt16NEQ(v int16) predicate.FieldType
- func NillableInt16NotIn(vs ...int16) predicate.FieldType
- func NillableInt16NotNil() predicate.FieldType
- func NillableInt32(v int32) predicate.FieldType
- func NillableInt32EQ(v int32) predicate.FieldType
- func NillableInt32GT(v int32) predicate.FieldType
- func NillableInt32GTE(v int32) predicate.FieldType
- func NillableInt32In(vs ...int32) predicate.FieldType
- func NillableInt32IsNil() predicate.FieldType
- func NillableInt32LT(v int32) predicate.FieldType
- func NillableInt32LTE(v int32) predicate.FieldType
- func NillableInt32NEQ(v int32) predicate.FieldType
- func NillableInt32NotIn(vs ...int32) predicate.FieldType
- func NillableInt32NotNil() predicate.FieldType
- func NillableInt64(v int64) predicate.FieldType
- func NillableInt64EQ(v int64) predicate.FieldType
- func NillableInt64GT(v int64) predicate.FieldType
- func NillableInt64GTE(v int64) predicate.FieldType
- func NillableInt64In(vs ...int64) predicate.FieldType
- func NillableInt64IsNil() predicate.FieldType
- func NillableInt64LT(v int64) predicate.FieldType
- func NillableInt64LTE(v int64) predicate.FieldType
- func NillableInt64NEQ(v int64) predicate.FieldType
- func NillableInt64NotIn(vs ...int64) predicate.FieldType
- func NillableInt64NotNil() predicate.FieldType
- func NillableInt8(v int8) predicate.FieldType
- func NillableInt8EQ(v int8) predicate.FieldType
- func NillableInt8GT(v int8) predicate.FieldType
- func NillableInt8GTE(v int8) predicate.FieldType
- func NillableInt8In(vs ...int8) predicate.FieldType
- func NillableInt8IsNil() predicate.FieldType
- func NillableInt8LT(v int8) predicate.FieldType
- func NillableInt8LTE(v int8) predicate.FieldType
- func NillableInt8NEQ(v int8) predicate.FieldType
- func NillableInt8NotIn(vs ...int8) predicate.FieldType
- func NillableInt8NotNil() predicate.FieldType
- func NillableIntEQ(v int) predicate.FieldType
- func NillableIntGT(v int) predicate.FieldType
- func NillableIntGTE(v int) predicate.FieldType
- func NillableIntIn(vs ...int) predicate.FieldType
- func NillableIntIsNil() predicate.FieldType
- func NillableIntLT(v int) predicate.FieldType
- func NillableIntLTE(v int) predicate.FieldType
- func NillableIntNEQ(v int) predicate.FieldType
- func NillableIntNotIn(vs ...int) predicate.FieldType
- func NillableIntNotNil() predicate.FieldType
- func Not(p predicate.FieldType) predicate.FieldType
- func OptionalFloat(v float64) predicate.FieldType
- func OptionalFloat32(v float32) predicate.FieldType
- func OptionalFloat32EQ(v float32) predicate.FieldType
- func OptionalFloat32GT(v float32) predicate.FieldType
- func OptionalFloat32GTE(v float32) predicate.FieldType
- func OptionalFloat32In(vs ...float32) predicate.FieldType
- func OptionalFloat32IsNil() predicate.FieldType
- func OptionalFloat32LT(v float32) predicate.FieldType
- func OptionalFloat32LTE(v float32) predicate.FieldType
- func OptionalFloat32NEQ(v float32) predicate.FieldType
- func OptionalFloat32NotIn(vs ...float32) predicate.FieldType
- func OptionalFloat32NotNil() predicate.FieldType
- func OptionalFloatEQ(v float64) predicate.FieldType
- func OptionalFloatGT(v float64) predicate.FieldType
- func OptionalFloatGTE(v float64) predicate.FieldType
- func OptionalFloatIn(vs ...float64) predicate.FieldType
- func OptionalFloatIsNil() predicate.FieldType
- func OptionalFloatLT(v float64) predicate.FieldType
- func OptionalFloatLTE(v float64) predicate.FieldType
- func OptionalFloatNEQ(v float64) predicate.FieldType
- func OptionalFloatNotIn(vs ...float64) predicate.FieldType
- func OptionalFloatNotNil() predicate.FieldType
- func OptionalInt(v int) predicate.FieldType
- func OptionalInt16(v int16) predicate.FieldType
- func OptionalInt16EQ(v int16) predicate.FieldType
- func OptionalInt16GT(v int16) predicate.FieldType
- func OptionalInt16GTE(v int16) predicate.FieldType
- func OptionalInt16In(vs ...int16) predicate.FieldType
- func OptionalInt16IsNil() predicate.FieldType
- func OptionalInt16LT(v int16) predicate.FieldType
- func OptionalInt16LTE(v int16) predicate.FieldType
- func OptionalInt16NEQ(v int16) predicate.FieldType
- func OptionalInt16NotIn(vs ...int16) predicate.FieldType
- func OptionalInt16NotNil() predicate.FieldType
- func OptionalInt32(v int32) predicate.FieldType
- func OptionalInt32EQ(v int32) predicate.FieldType
- func OptionalInt32GT(v int32) predicate.FieldType
- func OptionalInt32GTE(v int32) predicate.FieldType
- func OptionalInt32In(vs ...int32) predicate.FieldType
- func OptionalInt32IsNil() predicate.FieldType
- func OptionalInt32LT(v int32) predicate.FieldType
- func OptionalInt32LTE(v int32) predicate.FieldType
- func OptionalInt32NEQ(v int32) predicate.FieldType
- func OptionalInt32NotIn(vs ...int32) predicate.FieldType
- func OptionalInt32NotNil() predicate.FieldType
- func OptionalInt64(v int64) predicate.FieldType
- func OptionalInt64EQ(v int64) predicate.FieldType
- func OptionalInt64GT(v int64) predicate.FieldType
- func OptionalInt64GTE(v int64) predicate.FieldType
- func OptionalInt64In(vs ...int64) predicate.FieldType
- func OptionalInt64IsNil() predicate.FieldType
- func OptionalInt64LT(v int64) predicate.FieldType
- func OptionalInt64LTE(v int64) predicate.FieldType
- func OptionalInt64NEQ(v int64) predicate.FieldType
- func OptionalInt64NotIn(vs ...int64) predicate.FieldType
- func OptionalInt64NotNil() predicate.FieldType
- func OptionalInt8(v int8) predicate.FieldType
- func OptionalInt8EQ(v int8) predicate.FieldType
- func OptionalInt8GT(v int8) predicate.FieldType
- func OptionalInt8GTE(v int8) predicate.FieldType
- func OptionalInt8In(vs ...int8) predicate.FieldType
- func OptionalInt8IsNil() predicate.FieldType
- func OptionalInt8LT(v int8) predicate.FieldType
- func OptionalInt8LTE(v int8) predicate.FieldType
- func OptionalInt8NEQ(v int8) predicate.FieldType
- func OptionalInt8NotIn(vs ...int8) predicate.FieldType
- func OptionalInt8NotNil() predicate.FieldType
- func OptionalIntEQ(v int) predicate.FieldType
- func OptionalIntGT(v int) predicate.FieldType
- func OptionalIntGTE(v int) predicate.FieldType
- func OptionalIntIn(vs ...int) predicate.FieldType
- func OptionalIntIsNil() predicate.FieldType
- func OptionalIntLT(v int) predicate.FieldType
- func OptionalIntLTE(v int) predicate.FieldType
- func OptionalIntNEQ(v int) predicate.FieldType
- func OptionalIntNotIn(vs ...int) predicate.FieldType
- func OptionalIntNotNil() predicate.FieldType
- func OptionalUint(v uint) predicate.FieldType
- func OptionalUint16(v uint16) predicate.FieldType
- func OptionalUint16EQ(v uint16) predicate.FieldType
- func OptionalUint16GT(v uint16) predicate.FieldType
- func OptionalUint16GTE(v uint16) predicate.FieldType
- func OptionalUint16In(vs ...uint16) predicate.FieldType
- func OptionalUint16IsNil() predicate.FieldType
- func OptionalUint16LT(v uint16) predicate.FieldType
- func OptionalUint16LTE(v uint16) predicate.FieldType
- func OptionalUint16NEQ(v uint16) predicate.FieldType
- func OptionalUint16NotIn(vs ...uint16) predicate.FieldType
- func OptionalUint16NotNil() predicate.FieldType
- func OptionalUint32(v uint32) predicate.FieldType
- func OptionalUint32EQ(v uint32) predicate.FieldType
- func OptionalUint32GT(v uint32) predicate.FieldType
- func OptionalUint32GTE(v uint32) predicate.FieldType
- func OptionalUint32In(vs ...uint32) predicate.FieldType
- func OptionalUint32IsNil() predicate.FieldType
- func OptionalUint32LT(v uint32) predicate.FieldType
- func OptionalUint32LTE(v uint32) predicate.FieldType
- func OptionalUint32NEQ(v uint32) predicate.FieldType
- func OptionalUint32NotIn(vs ...uint32) predicate.FieldType
- func OptionalUint32NotNil() predicate.FieldType
- func OptionalUint64(v uint64) predicate.FieldType
- func OptionalUint64EQ(v uint64) predicate.FieldType
- func OptionalUint64GT(v uint64) predicate.FieldType
- func OptionalUint64GTE(v uint64) predicate.FieldType
- func OptionalUint64In(vs ...uint64) predicate.FieldType
- func OptionalUint64IsNil() predicate.FieldType
- func OptionalUint64LT(v uint64) predicate.FieldType
- func OptionalUint64LTE(v uint64) predicate.FieldType
- func OptionalUint64NEQ(v uint64) predicate.FieldType
- func OptionalUint64NotIn(vs ...uint64) predicate.FieldType
- func OptionalUint64NotNil() predicate.FieldType
- func OptionalUint8(v uint8) predicate.FieldType
- func OptionalUint8EQ(v uint8) predicate.FieldType
- func OptionalUint8GT(v uint8) predicate.FieldType
- func OptionalUint8GTE(v uint8) predicate.FieldType
- func OptionalUint8In(vs ...uint8) predicate.FieldType
- func OptionalUint8IsNil() predicate.FieldType
- func OptionalUint8LT(v uint8) predicate.FieldType
- func OptionalUint8LTE(v uint8) predicate.FieldType
- func OptionalUint8NEQ(v uint8) predicate.FieldType
- func OptionalUint8NotIn(vs ...uint8) predicate.FieldType
- func OptionalUint8NotNil() predicate.FieldType
- func OptionalUintEQ(v uint) predicate.FieldType
- func OptionalUintGT(v uint) predicate.FieldType
- func OptionalUintGTE(v uint) predicate.FieldType
- func OptionalUintIn(vs ...uint) predicate.FieldType
- func OptionalUintIsNil() predicate.FieldType
- func OptionalUintLT(v uint) predicate.FieldType
- func OptionalUintLTE(v uint) predicate.FieldType
- func OptionalUintNEQ(v uint) predicate.FieldType
- func OptionalUintNotIn(vs ...uint) predicate.FieldType
- func OptionalUintNotNil() predicate.FieldType
- func Or(predicates ...predicate.FieldType) predicate.FieldType
- func StateEQ(v State) predicate.FieldType
- func StateIn(vs ...State) predicate.FieldType
- func StateIsNil() predicate.FieldType
- func StateNEQ(v State) predicate.FieldType
- func StateNotIn(vs ...State) predicate.FieldType
- func StateNotNil() predicate.FieldType
- func StateValidator(s State) error
- func ValidateOptionalInt32(v int32) predicate.FieldType
- func ValidateOptionalInt32EQ(v int32) predicate.FieldType
- func ValidateOptionalInt32GT(v int32) predicate.FieldType
- func ValidateOptionalInt32GTE(v int32) predicate.FieldType
- func ValidateOptionalInt32In(vs ...int32) predicate.FieldType
- func ValidateOptionalInt32IsNil() predicate.FieldType
- func ValidateOptionalInt32LT(v int32) predicate.FieldType
- func ValidateOptionalInt32LTE(v int32) predicate.FieldType
- func ValidateOptionalInt32NEQ(v int32) predicate.FieldType
- func ValidateOptionalInt32NotIn(vs ...int32) predicate.FieldType
- func ValidateOptionalInt32NotNil() predicate.FieldType
- type State
Constants ¶
const ( // Label holds the string label denoting the fieldtype type in the database. Label = "field_type" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldInt holds the string denoting the int vertex property in the database. FieldInt = "int" // FieldInt8 holds the string denoting the int8 vertex property in the database. FieldInt8 = "int8" // FieldInt16 holds the string denoting the int16 vertex property in the database. FieldInt16 = "int16" // FieldInt32 holds the string denoting the int32 vertex property in the database. FieldInt32 = "int32" // FieldInt64 holds the string denoting the int64 vertex property in the database. FieldInt64 = "int64" // FieldOptionalInt holds the string denoting the optional_int vertex property in the database. FieldOptionalInt = "optional_int" // FieldOptionalInt8 holds the string denoting the optional_int8 vertex property in the database. FieldOptionalInt8 = "optional_int8" // FieldOptionalInt16 holds the string denoting the optional_int16 vertex property in the database. FieldOptionalInt16 = "optional_int16" // FieldOptionalInt32 holds the string denoting the optional_int32 vertex property in the database. FieldOptionalInt32 = "optional_int32" // FieldOptionalInt64 holds the string denoting the optional_int64 vertex property in the database. FieldOptionalInt64 = "optional_int64" // FieldNillableInt holds the string denoting the nillable_int vertex property in the database. FieldNillableInt = "nillable_int" // FieldNillableInt8 holds the string denoting the nillable_int8 vertex property in the database. FieldNillableInt8 = "nillable_int8" // FieldNillableInt16 holds the string denoting the nillable_int16 vertex property in the database. FieldNillableInt16 = "nillable_int16" // FieldNillableInt32 holds the string denoting the nillable_int32 vertex property in the database. FieldNillableInt32 = "nillable_int32" // FieldNillableInt64 holds the string denoting the nillable_int64 vertex property in the database. FieldNillableInt64 = "nillable_int64" // FieldValidateOptionalInt32 holds the string denoting the validate_optional_int32 vertex property in the database. FieldValidateOptionalInt32 = "validate_optional_int32" // FieldOptionalUint holds the string denoting the optional_uint vertex property in the database. FieldOptionalUint = "optional_uint" // FieldOptionalUint8 holds the string denoting the optional_uint8 vertex property in the database. FieldOptionalUint8 = "optional_uint8" // FieldOptionalUint16 holds the string denoting the optional_uint16 vertex property in the database. FieldOptionalUint16 = "optional_uint16" // FieldOptionalUint32 holds the string denoting the optional_uint32 vertex property in the database. FieldOptionalUint32 = "optional_uint32" // FieldOptionalUint64 holds the string denoting the optional_uint64 vertex property in the database. FieldOptionalUint64 = "optional_uint64" // FieldState holds the string denoting the state vertex property in the database. FieldState = "state" // FieldOptionalFloat holds the string denoting the optional_float vertex property in the database. FieldOptionalFloat = "optional_float" // FieldOptionalFloat32 holds the string denoting the optional_float32 vertex property in the database. FieldOptionalFloat32 = "optional_float32" // Table holds the table name of the fieldtype in the database. Table = "field_types" )
Variables ¶
var Columns = []string{ FieldID, FieldInt, FieldInt8, FieldInt16, FieldInt32, FieldInt64, FieldOptionalInt, FieldOptionalInt8, FieldOptionalInt16, FieldOptionalInt32, FieldOptionalInt64, FieldNillableInt, FieldNillableInt8, FieldNillableInt16, FieldNillableInt32, FieldNillableInt64, FieldValidateOptionalInt32, FieldOptionalUint, FieldOptionalUint8, FieldOptionalUint16, FieldOptionalUint32, FieldOptionalUint64, FieldState, FieldOptionalFloat, FieldOptionalFloat32, }
Columns holds all SQL columns for fieldtype fields.
var ( // ValidateOptionalInt32Validator is a validator for the "validate_optional_int32" field. It is called by the builders before save. ValidateOptionalInt32Validator func(int32) error )
Functions ¶
func Int16 ¶
Int16 applies equality check predicate on the "int16" field. It's identical to Int16EQ.
func Int16NotIn ¶
Int16NotIn applies the NotIn predicate on the "int16" field.
func Int32 ¶
Int32 applies equality check predicate on the "int32" field. It's identical to Int32EQ.
func Int32NotIn ¶
Int32NotIn applies the NotIn predicate on the "int32" field.
func Int64 ¶
Int64 applies equality check predicate on the "int64" field. It's identical to Int64EQ.
func Int64NotIn ¶
Int64NotIn applies the NotIn predicate on the "int64" field.
func NillableInt ¶
NillableInt applies equality check predicate on the "nillable_int" field. It's identical to NillableIntEQ.
func NillableInt16 ¶
NillableInt16 applies equality check predicate on the "nillable_int16" field. It's identical to NillableInt16EQ.
func NillableInt16EQ ¶
NillableInt16EQ applies the EQ predicate on the "nillable_int16" field.
func NillableInt16GT ¶
NillableInt16GT applies the GT predicate on the "nillable_int16" field.
func NillableInt16GTE ¶
NillableInt16GTE applies the GTE predicate on the "nillable_int16" field.
func NillableInt16In ¶
NillableInt16In applies the In predicate on the "nillable_int16" field.
func NillableInt16IsNil ¶
NillableInt16IsNil applies the IsNil predicate on the "nillable_int16" field.
func NillableInt16LT ¶
NillableInt16LT applies the LT predicate on the "nillable_int16" field.
func NillableInt16LTE ¶
NillableInt16LTE applies the LTE predicate on the "nillable_int16" field.
func NillableInt16NEQ ¶
NillableInt16NEQ applies the NEQ predicate on the "nillable_int16" field.
func NillableInt16NotIn ¶
NillableInt16NotIn applies the NotIn predicate on the "nillable_int16" field.
func NillableInt16NotNil ¶
NillableInt16NotNil applies the NotNil predicate on the "nillable_int16" field.
func NillableInt32 ¶
NillableInt32 applies equality check predicate on the "nillable_int32" field. It's identical to NillableInt32EQ.
func NillableInt32EQ ¶
NillableInt32EQ applies the EQ predicate on the "nillable_int32" field.
func NillableInt32GT ¶
NillableInt32GT applies the GT predicate on the "nillable_int32" field.
func NillableInt32GTE ¶
NillableInt32GTE applies the GTE predicate on the "nillable_int32" field.
func NillableInt32In ¶
NillableInt32In applies the In predicate on the "nillable_int32" field.
func NillableInt32IsNil ¶
NillableInt32IsNil applies the IsNil predicate on the "nillable_int32" field.
func NillableInt32LT ¶
NillableInt32LT applies the LT predicate on the "nillable_int32" field.
func NillableInt32LTE ¶
NillableInt32LTE applies the LTE predicate on the "nillable_int32" field.
func NillableInt32NEQ ¶
NillableInt32NEQ applies the NEQ predicate on the "nillable_int32" field.
func NillableInt32NotIn ¶
NillableInt32NotIn applies the NotIn predicate on the "nillable_int32" field.
func NillableInt32NotNil ¶
NillableInt32NotNil applies the NotNil predicate on the "nillable_int32" field.
func NillableInt64 ¶
NillableInt64 applies equality check predicate on the "nillable_int64" field. It's identical to NillableInt64EQ.
func NillableInt64EQ ¶
NillableInt64EQ applies the EQ predicate on the "nillable_int64" field.
func NillableInt64GT ¶
NillableInt64GT applies the GT predicate on the "nillable_int64" field.
func NillableInt64GTE ¶
NillableInt64GTE applies the GTE predicate on the "nillable_int64" field.
func NillableInt64In ¶
NillableInt64In applies the In predicate on the "nillable_int64" field.
func NillableInt64IsNil ¶
NillableInt64IsNil applies the IsNil predicate on the "nillable_int64" field.
func NillableInt64LT ¶
NillableInt64LT applies the LT predicate on the "nillable_int64" field.
func NillableInt64LTE ¶
NillableInt64LTE applies the LTE predicate on the "nillable_int64" field.
func NillableInt64NEQ ¶
NillableInt64NEQ applies the NEQ predicate on the "nillable_int64" field.
func NillableInt64NotIn ¶
NillableInt64NotIn applies the NotIn predicate on the "nillable_int64" field.
func NillableInt64NotNil ¶
NillableInt64NotNil applies the NotNil predicate on the "nillable_int64" field.
func NillableInt8 ¶
NillableInt8 applies equality check predicate on the "nillable_int8" field. It's identical to NillableInt8EQ.
func NillableInt8EQ ¶
NillableInt8EQ applies the EQ predicate on the "nillable_int8" field.
func NillableInt8GT ¶
NillableInt8GT applies the GT predicate on the "nillable_int8" field.
func NillableInt8GTE ¶
NillableInt8GTE applies the GTE predicate on the "nillable_int8" field.
func NillableInt8In ¶
NillableInt8In applies the In predicate on the "nillable_int8" field.
func NillableInt8IsNil ¶
NillableInt8IsNil applies the IsNil predicate on the "nillable_int8" field.
func NillableInt8LT ¶
NillableInt8LT applies the LT predicate on the "nillable_int8" field.
func NillableInt8LTE ¶
NillableInt8LTE applies the LTE predicate on the "nillable_int8" field.
func NillableInt8NEQ ¶
NillableInt8NEQ applies the NEQ predicate on the "nillable_int8" field.
func NillableInt8NotIn ¶
NillableInt8NotIn applies the NotIn predicate on the "nillable_int8" field.
func NillableInt8NotNil ¶
NillableInt8NotNil applies the NotNil predicate on the "nillable_int8" field.
func NillableIntEQ ¶
NillableIntEQ applies the EQ predicate on the "nillable_int" field.
func NillableIntGT ¶
NillableIntGT applies the GT predicate on the "nillable_int" field.
func NillableIntGTE ¶
NillableIntGTE applies the GTE predicate on the "nillable_int" field.
func NillableIntIn ¶
NillableIntIn applies the In predicate on the "nillable_int" field.
func NillableIntIsNil ¶
NillableIntIsNil applies the IsNil predicate on the "nillable_int" field.
func NillableIntLT ¶
NillableIntLT applies the LT predicate on the "nillable_int" field.
func NillableIntLTE ¶
NillableIntLTE applies the LTE predicate on the "nillable_int" field.
func NillableIntNEQ ¶
NillableIntNEQ applies the NEQ predicate on the "nillable_int" field.
func NillableIntNotIn ¶
NillableIntNotIn applies the NotIn predicate on the "nillable_int" field.
func NillableIntNotNil ¶
NillableIntNotNil applies the NotNil predicate on the "nillable_int" field.
func OptionalFloat ¶
OptionalFloat applies equality check predicate on the "optional_float" field. It's identical to OptionalFloatEQ.
func OptionalFloat32 ¶
OptionalFloat32 applies equality check predicate on the "optional_float32" field. It's identical to OptionalFloat32EQ.
func OptionalFloat32EQ ¶
OptionalFloat32EQ applies the EQ predicate on the "optional_float32" field.
func OptionalFloat32GT ¶
OptionalFloat32GT applies the GT predicate on the "optional_float32" field.
func OptionalFloat32GTE ¶
OptionalFloat32GTE applies the GTE predicate on the "optional_float32" field.
func OptionalFloat32In ¶
OptionalFloat32In applies the In predicate on the "optional_float32" field.
func OptionalFloat32IsNil ¶
OptionalFloat32IsNil applies the IsNil predicate on the "optional_float32" field.
func OptionalFloat32LT ¶
OptionalFloat32LT applies the LT predicate on the "optional_float32" field.
func OptionalFloat32LTE ¶
OptionalFloat32LTE applies the LTE predicate on the "optional_float32" field.
func OptionalFloat32NEQ ¶
OptionalFloat32NEQ applies the NEQ predicate on the "optional_float32" field.
func OptionalFloat32NotIn ¶
OptionalFloat32NotIn applies the NotIn predicate on the "optional_float32" field.
func OptionalFloat32NotNil ¶
OptionalFloat32NotNil applies the NotNil predicate on the "optional_float32" field.
func OptionalFloatEQ ¶
OptionalFloatEQ applies the EQ predicate on the "optional_float" field.
func OptionalFloatGT ¶
OptionalFloatGT applies the GT predicate on the "optional_float" field.
func OptionalFloatGTE ¶
OptionalFloatGTE applies the GTE predicate on the "optional_float" field.
func OptionalFloatIn ¶
OptionalFloatIn applies the In predicate on the "optional_float" field.
func OptionalFloatIsNil ¶
OptionalFloatIsNil applies the IsNil predicate on the "optional_float" field.
func OptionalFloatLT ¶
OptionalFloatLT applies the LT predicate on the "optional_float" field.
func OptionalFloatLTE ¶
OptionalFloatLTE applies the LTE predicate on the "optional_float" field.
func OptionalFloatNEQ ¶
OptionalFloatNEQ applies the NEQ predicate on the "optional_float" field.
func OptionalFloatNotIn ¶
OptionalFloatNotIn applies the NotIn predicate on the "optional_float" field.
func OptionalFloatNotNil ¶
OptionalFloatNotNil applies the NotNil predicate on the "optional_float" field.
func OptionalInt ¶
OptionalInt applies equality check predicate on the "optional_int" field. It's identical to OptionalIntEQ.
func OptionalInt16 ¶
OptionalInt16 applies equality check predicate on the "optional_int16" field. It's identical to OptionalInt16EQ.
func OptionalInt16EQ ¶
OptionalInt16EQ applies the EQ predicate on the "optional_int16" field.
func OptionalInt16GT ¶
OptionalInt16GT applies the GT predicate on the "optional_int16" field.
func OptionalInt16GTE ¶
OptionalInt16GTE applies the GTE predicate on the "optional_int16" field.
func OptionalInt16In ¶
OptionalInt16In applies the In predicate on the "optional_int16" field.
func OptionalInt16IsNil ¶
OptionalInt16IsNil applies the IsNil predicate on the "optional_int16" field.
func OptionalInt16LT ¶
OptionalInt16LT applies the LT predicate on the "optional_int16" field.
func OptionalInt16LTE ¶
OptionalInt16LTE applies the LTE predicate on the "optional_int16" field.
func OptionalInt16NEQ ¶
OptionalInt16NEQ applies the NEQ predicate on the "optional_int16" field.
func OptionalInt16NotIn ¶
OptionalInt16NotIn applies the NotIn predicate on the "optional_int16" field.
func OptionalInt16NotNil ¶
OptionalInt16NotNil applies the NotNil predicate on the "optional_int16" field.
func OptionalInt32 ¶
OptionalInt32 applies equality check predicate on the "optional_int32" field. It's identical to OptionalInt32EQ.
func OptionalInt32EQ ¶
OptionalInt32EQ applies the EQ predicate on the "optional_int32" field.
func OptionalInt32GT ¶
OptionalInt32GT applies the GT predicate on the "optional_int32" field.
func OptionalInt32GTE ¶
OptionalInt32GTE applies the GTE predicate on the "optional_int32" field.
func OptionalInt32In ¶
OptionalInt32In applies the In predicate on the "optional_int32" field.
func OptionalInt32IsNil ¶
OptionalInt32IsNil applies the IsNil predicate on the "optional_int32" field.
func OptionalInt32LT ¶
OptionalInt32LT applies the LT predicate on the "optional_int32" field.
func OptionalInt32LTE ¶
OptionalInt32LTE applies the LTE predicate on the "optional_int32" field.
func OptionalInt32NEQ ¶
OptionalInt32NEQ applies the NEQ predicate on the "optional_int32" field.
func OptionalInt32NotIn ¶
OptionalInt32NotIn applies the NotIn predicate on the "optional_int32" field.
func OptionalInt32NotNil ¶
OptionalInt32NotNil applies the NotNil predicate on the "optional_int32" field.
func OptionalInt64 ¶
OptionalInt64 applies equality check predicate on the "optional_int64" field. It's identical to OptionalInt64EQ.
func OptionalInt64EQ ¶
OptionalInt64EQ applies the EQ predicate on the "optional_int64" field.
func OptionalInt64GT ¶
OptionalInt64GT applies the GT predicate on the "optional_int64" field.
func OptionalInt64GTE ¶
OptionalInt64GTE applies the GTE predicate on the "optional_int64" field.
func OptionalInt64In ¶
OptionalInt64In applies the In predicate on the "optional_int64" field.
func OptionalInt64IsNil ¶
OptionalInt64IsNil applies the IsNil predicate on the "optional_int64" field.
func OptionalInt64LT ¶
OptionalInt64LT applies the LT predicate on the "optional_int64" field.
func OptionalInt64LTE ¶
OptionalInt64LTE applies the LTE predicate on the "optional_int64" field.
func OptionalInt64NEQ ¶
OptionalInt64NEQ applies the NEQ predicate on the "optional_int64" field.
func OptionalInt64NotIn ¶
OptionalInt64NotIn applies the NotIn predicate on the "optional_int64" field.
func OptionalInt64NotNil ¶
OptionalInt64NotNil applies the NotNil predicate on the "optional_int64" field.
func OptionalInt8 ¶
OptionalInt8 applies equality check predicate on the "optional_int8" field. It's identical to OptionalInt8EQ.
func OptionalInt8EQ ¶
OptionalInt8EQ applies the EQ predicate on the "optional_int8" field.
func OptionalInt8GT ¶
OptionalInt8GT applies the GT predicate on the "optional_int8" field.
func OptionalInt8GTE ¶
OptionalInt8GTE applies the GTE predicate on the "optional_int8" field.
func OptionalInt8In ¶
OptionalInt8In applies the In predicate on the "optional_int8" field.
func OptionalInt8IsNil ¶
OptionalInt8IsNil applies the IsNil predicate on the "optional_int8" field.
func OptionalInt8LT ¶
OptionalInt8LT applies the LT predicate on the "optional_int8" field.
func OptionalInt8LTE ¶
OptionalInt8LTE applies the LTE predicate on the "optional_int8" field.
func OptionalInt8NEQ ¶
OptionalInt8NEQ applies the NEQ predicate on the "optional_int8" field.
func OptionalInt8NotIn ¶
OptionalInt8NotIn applies the NotIn predicate on the "optional_int8" field.
func OptionalInt8NotNil ¶
OptionalInt8NotNil applies the NotNil predicate on the "optional_int8" field.
func OptionalIntEQ ¶
OptionalIntEQ applies the EQ predicate on the "optional_int" field.
func OptionalIntGT ¶
OptionalIntGT applies the GT predicate on the "optional_int" field.
func OptionalIntGTE ¶
OptionalIntGTE applies the GTE predicate on the "optional_int" field.
func OptionalIntIn ¶
OptionalIntIn applies the In predicate on the "optional_int" field.
func OptionalIntIsNil ¶
OptionalIntIsNil applies the IsNil predicate on the "optional_int" field.
func OptionalIntLT ¶
OptionalIntLT applies the LT predicate on the "optional_int" field.
func OptionalIntLTE ¶
OptionalIntLTE applies the LTE predicate on the "optional_int" field.
func OptionalIntNEQ ¶
OptionalIntNEQ applies the NEQ predicate on the "optional_int" field.
func OptionalIntNotIn ¶
OptionalIntNotIn applies the NotIn predicate on the "optional_int" field.
func OptionalIntNotNil ¶
OptionalIntNotNil applies the NotNil predicate on the "optional_int" field.
func OptionalUint ¶
OptionalUint applies equality check predicate on the "optional_uint" field. It's identical to OptionalUintEQ.
func OptionalUint16 ¶
OptionalUint16 applies equality check predicate on the "optional_uint16" field. It's identical to OptionalUint16EQ.
func OptionalUint16EQ ¶
OptionalUint16EQ applies the EQ predicate on the "optional_uint16" field.
func OptionalUint16GT ¶
OptionalUint16GT applies the GT predicate on the "optional_uint16" field.
func OptionalUint16GTE ¶
OptionalUint16GTE applies the GTE predicate on the "optional_uint16" field.
func OptionalUint16In ¶
OptionalUint16In applies the In predicate on the "optional_uint16" field.
func OptionalUint16IsNil ¶
OptionalUint16IsNil applies the IsNil predicate on the "optional_uint16" field.
func OptionalUint16LT ¶
OptionalUint16LT applies the LT predicate on the "optional_uint16" field.
func OptionalUint16LTE ¶
OptionalUint16LTE applies the LTE predicate on the "optional_uint16" field.
func OptionalUint16NEQ ¶
OptionalUint16NEQ applies the NEQ predicate on the "optional_uint16" field.
func OptionalUint16NotIn ¶
OptionalUint16NotIn applies the NotIn predicate on the "optional_uint16" field.
func OptionalUint16NotNil ¶
OptionalUint16NotNil applies the NotNil predicate on the "optional_uint16" field.
func OptionalUint32 ¶
OptionalUint32 applies equality check predicate on the "optional_uint32" field. It's identical to OptionalUint32EQ.
func OptionalUint32EQ ¶
OptionalUint32EQ applies the EQ predicate on the "optional_uint32" field.
func OptionalUint32GT ¶
OptionalUint32GT applies the GT predicate on the "optional_uint32" field.
func OptionalUint32GTE ¶
OptionalUint32GTE applies the GTE predicate on the "optional_uint32" field.
func OptionalUint32In ¶
OptionalUint32In applies the In predicate on the "optional_uint32" field.
func OptionalUint32IsNil ¶
OptionalUint32IsNil applies the IsNil predicate on the "optional_uint32" field.
func OptionalUint32LT ¶
OptionalUint32LT applies the LT predicate on the "optional_uint32" field.
func OptionalUint32LTE ¶
OptionalUint32LTE applies the LTE predicate on the "optional_uint32" field.
func OptionalUint32NEQ ¶
OptionalUint32NEQ applies the NEQ predicate on the "optional_uint32" field.
func OptionalUint32NotIn ¶
OptionalUint32NotIn applies the NotIn predicate on the "optional_uint32" field.
func OptionalUint32NotNil ¶
OptionalUint32NotNil applies the NotNil predicate on the "optional_uint32" field.
func OptionalUint64 ¶
OptionalUint64 applies equality check predicate on the "optional_uint64" field. It's identical to OptionalUint64EQ.
func OptionalUint64EQ ¶
OptionalUint64EQ applies the EQ predicate on the "optional_uint64" field.
func OptionalUint64GT ¶
OptionalUint64GT applies the GT predicate on the "optional_uint64" field.
func OptionalUint64GTE ¶
OptionalUint64GTE applies the GTE predicate on the "optional_uint64" field.
func OptionalUint64In ¶
OptionalUint64In applies the In predicate on the "optional_uint64" field.
func OptionalUint64IsNil ¶
OptionalUint64IsNil applies the IsNil predicate on the "optional_uint64" field.
func OptionalUint64LT ¶
OptionalUint64LT applies the LT predicate on the "optional_uint64" field.
func OptionalUint64LTE ¶
OptionalUint64LTE applies the LTE predicate on the "optional_uint64" field.
func OptionalUint64NEQ ¶
OptionalUint64NEQ applies the NEQ predicate on the "optional_uint64" field.
func OptionalUint64NotIn ¶
OptionalUint64NotIn applies the NotIn predicate on the "optional_uint64" field.
func OptionalUint64NotNil ¶
OptionalUint64NotNil applies the NotNil predicate on the "optional_uint64" field.
func OptionalUint8 ¶
OptionalUint8 applies equality check predicate on the "optional_uint8" field. It's identical to OptionalUint8EQ.
func OptionalUint8EQ ¶
OptionalUint8EQ applies the EQ predicate on the "optional_uint8" field.
func OptionalUint8GT ¶
OptionalUint8GT applies the GT predicate on the "optional_uint8" field.
func OptionalUint8GTE ¶
OptionalUint8GTE applies the GTE predicate on the "optional_uint8" field.
func OptionalUint8In ¶
OptionalUint8In applies the In predicate on the "optional_uint8" field.
func OptionalUint8IsNil ¶
OptionalUint8IsNil applies the IsNil predicate on the "optional_uint8" field.
func OptionalUint8LT ¶
OptionalUint8LT applies the LT predicate on the "optional_uint8" field.
func OptionalUint8LTE ¶
OptionalUint8LTE applies the LTE predicate on the "optional_uint8" field.
func OptionalUint8NEQ ¶
OptionalUint8NEQ applies the NEQ predicate on the "optional_uint8" field.
func OptionalUint8NotIn ¶
OptionalUint8NotIn applies the NotIn predicate on the "optional_uint8" field.
func OptionalUint8NotNil ¶
OptionalUint8NotNil applies the NotNil predicate on the "optional_uint8" field.
func OptionalUintEQ ¶
OptionalUintEQ applies the EQ predicate on the "optional_uint" field.
func OptionalUintGT ¶
OptionalUintGT applies the GT predicate on the "optional_uint" field.
func OptionalUintGTE ¶
OptionalUintGTE applies the GTE predicate on the "optional_uint" field.
func OptionalUintIn ¶
OptionalUintIn applies the In predicate on the "optional_uint" field.
func OptionalUintIsNil ¶
OptionalUintIsNil applies the IsNil predicate on the "optional_uint" field.
func OptionalUintLT ¶
OptionalUintLT applies the LT predicate on the "optional_uint" field.
func OptionalUintLTE ¶
OptionalUintLTE applies the LTE predicate on the "optional_uint" field.
func OptionalUintNEQ ¶
OptionalUintNEQ applies the NEQ predicate on the "optional_uint" field.
func OptionalUintNotIn ¶
OptionalUintNotIn applies the NotIn predicate on the "optional_uint" field.
func OptionalUintNotNil ¶
OptionalUintNotNil applies the NotNil predicate on the "optional_uint" field.
func StateIsNil ¶
StateIsNil applies the IsNil predicate on the "state" field.
func StateNotIn ¶
StateNotIn applies the NotIn predicate on the "state" field.
func StateNotNil ¶
StateNotNil applies the NotNil predicate on the "state" field.
func StateValidator ¶
StateValidator is a validator for the "s" field enum values. It is called by the builders before save.
func ValidateOptionalInt32 ¶
ValidateOptionalInt32 applies equality check predicate on the "validate_optional_int32" field. It's identical to ValidateOptionalInt32EQ.
func ValidateOptionalInt32EQ ¶
ValidateOptionalInt32EQ applies the EQ predicate on the "validate_optional_int32" field.
func ValidateOptionalInt32GT ¶
ValidateOptionalInt32GT applies the GT predicate on the "validate_optional_int32" field.
func ValidateOptionalInt32GTE ¶
ValidateOptionalInt32GTE applies the GTE predicate on the "validate_optional_int32" field.
func ValidateOptionalInt32In ¶
ValidateOptionalInt32In applies the In predicate on the "validate_optional_int32" field.
func ValidateOptionalInt32IsNil ¶
ValidateOptionalInt32IsNil applies the IsNil predicate on the "validate_optional_int32" field.
func ValidateOptionalInt32LT ¶
ValidateOptionalInt32LT applies the LT predicate on the "validate_optional_int32" field.
func ValidateOptionalInt32LTE ¶
ValidateOptionalInt32LTE applies the LTE predicate on the "validate_optional_int32" field.
func ValidateOptionalInt32NEQ ¶
ValidateOptionalInt32NEQ applies the NEQ predicate on the "validate_optional_int32" field.
func ValidateOptionalInt32NotIn ¶
ValidateOptionalInt32NotIn applies the NotIn predicate on the "validate_optional_int32" field.
func ValidateOptionalInt32NotNil ¶
ValidateOptionalInt32NotNil applies the NotNil predicate on the "validate_optional_int32" field.