Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Player) predicate.Player
- func AuthCode(v string) predicate.Player
- func AuthCodeContains(v string) predicate.Player
- func AuthCodeContainsFold(v string) predicate.Player
- func AuthCodeEQ(v string) predicate.Player
- func AuthCodeEqualFold(v string) predicate.Player
- func AuthCodeGT(v string) predicate.Player
- func AuthCodeGTE(v string) predicate.Player
- func AuthCodeHasPrefix(v string) predicate.Player
- func AuthCodeHasSuffix(v string) predicate.Player
- func AuthCodeIn(vs ...string) predicate.Player
- func AuthCodeIsNil() predicate.Player
- func AuthCodeLT(v string) predicate.Player
- func AuthCodeLTE(v string) predicate.Player
- func AuthCodeNEQ(v string) predicate.Player
- func AuthCodeNotIn(vs ...string) predicate.Player
- func AuthCodeNotNil() predicate.Player
- func Avatar(v string) predicate.Player
- func AvatarContains(v string) predicate.Player
- func AvatarContainsFold(v string) predicate.Player
- func AvatarEQ(v string) predicate.Player
- func AvatarEqualFold(v string) predicate.Player
- func AvatarGT(v string) predicate.Player
- func AvatarGTE(v string) predicate.Player
- func AvatarHasPrefix(v string) predicate.Player
- func AvatarHasSuffix(v string) predicate.Player
- func AvatarIn(vs ...string) predicate.Player
- func AvatarIsNil() predicate.Player
- func AvatarLT(v string) predicate.Player
- func AvatarLTE(v string) predicate.Player
- func AvatarNEQ(v string) predicate.Player
- func AvatarNotIn(vs ...string) predicate.Player
- func AvatarNotNil() predicate.Player
- func GameBanCount(v int) predicate.Player
- func GameBanCountEQ(v int) predicate.Player
- func GameBanCountGT(v int) predicate.Player
- func GameBanCountGTE(v int) predicate.Player
- func GameBanCountIn(vs ...int) predicate.Player
- func GameBanCountIsNil() predicate.Player
- func GameBanCountLT(v int) predicate.Player
- func GameBanCountLTE(v int) predicate.Player
- func GameBanCountNEQ(v int) predicate.Player
- func GameBanCountNotIn(vs ...int) predicate.Player
- func GameBanCountNotNil() predicate.Player
- func GameBanDate(v time.Time) predicate.Player
- func GameBanDateEQ(v time.Time) predicate.Player
- func GameBanDateGT(v time.Time) predicate.Player
- func GameBanDateGTE(v time.Time) predicate.Player
- func GameBanDateIn(vs ...time.Time) predicate.Player
- func GameBanDateIsNil() predicate.Player
- func GameBanDateLT(v time.Time) predicate.Player
- func GameBanDateLTE(v time.Time) predicate.Player
- func GameBanDateNEQ(v time.Time) predicate.Player
- func GameBanDateNotIn(vs ...time.Time) predicate.Player
- func GameBanDateNotNil() predicate.Player
- func HasMatches() predicate.Player
- func HasMatchesWith(preds ...predicate.Match) predicate.Player
- func HasStats() predicate.Player
- func HasStatsWith(preds ...predicate.MatchPlayer) predicate.Player
- func ID(id uint64) predicate.Player
- func IDEQ(id uint64) predicate.Player
- func IDGT(id uint64) predicate.Player
- func IDGTE(id uint64) predicate.Player
- func IDIn(ids ...uint64) predicate.Player
- func IDLT(id uint64) predicate.Player
- func IDLTE(id uint64) predicate.Player
- func IDNEQ(id uint64) predicate.Player
- func IDNotIn(ids ...uint64) predicate.Player
- func Looses(v int) predicate.Player
- func LoosesEQ(v int) predicate.Player
- func LoosesGT(v int) predicate.Player
- func LoosesGTE(v int) predicate.Player
- func LoosesIn(vs ...int) predicate.Player
- func LoosesIsNil() predicate.Player
- func LoosesLT(v int) predicate.Player
- func LoosesLTE(v int) predicate.Player
- func LoosesNEQ(v int) predicate.Player
- func LoosesNotIn(vs ...int) predicate.Player
- func LoosesNotNil() predicate.Player
- func Name(v string) predicate.Player
- func NameContains(v string) predicate.Player
- func NameContainsFold(v string) predicate.Player
- func NameEQ(v string) predicate.Player
- func NameEqualFold(v string) predicate.Player
- func NameGT(v string) predicate.Player
- func NameGTE(v string) predicate.Player
- func NameHasPrefix(v string) predicate.Player
- func NameHasSuffix(v string) predicate.Player
- func NameIn(vs ...string) predicate.Player
- func NameIsNil() predicate.Player
- func NameLT(v string) predicate.Player
- func NameLTE(v string) predicate.Player
- func NameNEQ(v string) predicate.Player
- func NameNotIn(vs ...string) predicate.Player
- func NameNotNil() predicate.Player
- func Not(p predicate.Player) predicate.Player
- func OldestSharecodeSeen(v string) predicate.Player
- func OldestSharecodeSeenContains(v string) predicate.Player
- func OldestSharecodeSeenContainsFold(v string) predicate.Player
- func OldestSharecodeSeenEQ(v string) predicate.Player
- func OldestSharecodeSeenEqualFold(v string) predicate.Player
- func OldestSharecodeSeenGT(v string) predicate.Player
- func OldestSharecodeSeenGTE(v string) predicate.Player
- func OldestSharecodeSeenHasPrefix(v string) predicate.Player
- func OldestSharecodeSeenHasSuffix(v string) predicate.Player
- func OldestSharecodeSeenIn(vs ...string) predicate.Player
- func OldestSharecodeSeenIsNil() predicate.Player
- func OldestSharecodeSeenLT(v string) predicate.Player
- func OldestSharecodeSeenLTE(v string) predicate.Player
- func OldestSharecodeSeenNEQ(v string) predicate.Player
- func OldestSharecodeSeenNotIn(vs ...string) predicate.Player
- func OldestSharecodeSeenNotNil() predicate.Player
- func Or(predicates ...predicate.Player) predicate.Player
- func ProfileCreated(v time.Time) predicate.Player
- func ProfileCreatedEQ(v time.Time) predicate.Player
- func ProfileCreatedGT(v time.Time) predicate.Player
- func ProfileCreatedGTE(v time.Time) predicate.Player
- func ProfileCreatedIn(vs ...time.Time) predicate.Player
- func ProfileCreatedIsNil() predicate.Player
- func ProfileCreatedLT(v time.Time) predicate.Player
- func ProfileCreatedLTE(v time.Time) predicate.Player
- func ProfileCreatedNEQ(v time.Time) predicate.Player
- func ProfileCreatedNotIn(vs ...time.Time) predicate.Player
- func ProfileCreatedNotNil() predicate.Player
- func SharecodeUpdated(v time.Time) predicate.Player
- func SharecodeUpdatedEQ(v time.Time) predicate.Player
- func SharecodeUpdatedGT(v time.Time) predicate.Player
- func SharecodeUpdatedGTE(v time.Time) predicate.Player
- func SharecodeUpdatedIn(vs ...time.Time) predicate.Player
- func SharecodeUpdatedIsNil() predicate.Player
- func SharecodeUpdatedLT(v time.Time) predicate.Player
- func SharecodeUpdatedLTE(v time.Time) predicate.Player
- func SharecodeUpdatedNEQ(v time.Time) predicate.Player
- func SharecodeUpdatedNotIn(vs ...time.Time) predicate.Player
- func SharecodeUpdatedNotNil() predicate.Player
- func SteamUpdated(v time.Time) predicate.Player
- func SteamUpdatedEQ(v time.Time) predicate.Player
- func SteamUpdatedGT(v time.Time) predicate.Player
- func SteamUpdatedGTE(v time.Time) predicate.Player
- func SteamUpdatedIn(vs ...time.Time) predicate.Player
- func SteamUpdatedLT(v time.Time) predicate.Player
- func SteamUpdatedLTE(v time.Time) predicate.Player
- func SteamUpdatedNEQ(v time.Time) predicate.Player
- func SteamUpdatedNotIn(vs ...time.Time) predicate.Player
- func Ties(v int) predicate.Player
- func TiesEQ(v int) predicate.Player
- func TiesGT(v int) predicate.Player
- func TiesGTE(v int) predicate.Player
- func TiesIn(vs ...int) predicate.Player
- func TiesIsNil() predicate.Player
- func TiesLT(v int) predicate.Player
- func TiesLTE(v int) predicate.Player
- func TiesNEQ(v int) predicate.Player
- func TiesNotIn(vs ...int) predicate.Player
- func TiesNotNil() predicate.Player
- func VacCount(v int) predicate.Player
- func VacCountEQ(v int) predicate.Player
- func VacCountGT(v int) predicate.Player
- func VacCountGTE(v int) predicate.Player
- func VacCountIn(vs ...int) predicate.Player
- func VacCountIsNil() predicate.Player
- func VacCountLT(v int) predicate.Player
- func VacCountLTE(v int) predicate.Player
- func VacCountNEQ(v int) predicate.Player
- func VacCountNotIn(vs ...int) predicate.Player
- func VacCountNotNil() predicate.Player
- func VacDate(v time.Time) predicate.Player
- func VacDateEQ(v time.Time) predicate.Player
- func VacDateGT(v time.Time) predicate.Player
- func VacDateGTE(v time.Time) predicate.Player
- func VacDateIn(vs ...time.Time) predicate.Player
- func VacDateIsNil() predicate.Player
- func VacDateLT(v time.Time) predicate.Player
- func VacDateLTE(v time.Time) predicate.Player
- func VacDateNEQ(v time.Time) predicate.Player
- func VacDateNotIn(vs ...time.Time) predicate.Player
- func VacDateNotNil() predicate.Player
- func ValidColumn(column string) bool
- func VanityURL(v string) predicate.Player
- func VanityURLContains(v string) predicate.Player
- func VanityURLContainsFold(v string) predicate.Player
- func VanityURLEQ(v string) predicate.Player
- func VanityURLEqualFold(v string) predicate.Player
- func VanityURLGT(v string) predicate.Player
- func VanityURLGTE(v string) predicate.Player
- func VanityURLHasPrefix(v string) predicate.Player
- func VanityURLHasSuffix(v string) predicate.Player
- func VanityURLIn(vs ...string) predicate.Player
- func VanityURLIsNil() predicate.Player
- func VanityURLLT(v string) predicate.Player
- func VanityURLLTE(v string) predicate.Player
- func VanityURLNEQ(v string) predicate.Player
- func VanityURLNotIn(vs ...string) predicate.Player
- func VanityURLNotNil() predicate.Player
- func VanityURLReal(v string) predicate.Player
- func VanityURLRealContains(v string) predicate.Player
- func VanityURLRealContainsFold(v string) predicate.Player
- func VanityURLRealEQ(v string) predicate.Player
- func VanityURLRealEqualFold(v string) predicate.Player
- func VanityURLRealGT(v string) predicate.Player
- func VanityURLRealGTE(v string) predicate.Player
- func VanityURLRealHasPrefix(v string) predicate.Player
- func VanityURLRealHasSuffix(v string) predicate.Player
- func VanityURLRealIn(vs ...string) predicate.Player
- func VanityURLRealIsNil() predicate.Player
- func VanityURLRealLT(v string) predicate.Player
- func VanityURLRealLTE(v string) predicate.Player
- func VanityURLRealNEQ(v string) predicate.Player
- func VanityURLRealNotIn(vs ...string) predicate.Player
- func VanityURLRealNotNil() predicate.Player
- func Wins(v int) predicate.Player
- func WinsEQ(v int) predicate.Player
- func WinsGT(v int) predicate.Player
- func WinsGTE(v int) predicate.Player
- func WinsIn(vs ...int) predicate.Player
- func WinsIsNil() predicate.Player
- func WinsLT(v int) predicate.Player
- func WinsLTE(v int) predicate.Player
- func WinsNEQ(v int) predicate.Player
- func WinsNotIn(vs ...int) predicate.Player
- func WinsNotNil() predicate.Player
Constants ¶
const ( // Label holds the string label denoting the player type in the database. Label = "player" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldAvatar holds the string denoting the avatar field in the database. FieldAvatar = "avatar" // FieldVanityURL holds the string denoting the vanity_url field in the database. FieldVanityURL = "vanity_url" // FieldVanityURLReal holds the string denoting the vanity_url_real field in the database. FieldVanityURLReal = "vanity_url_real" // FieldVacDate holds the string denoting the vac_date field in the database. FieldVacDate = "vac_date" // FieldVacCount holds the string denoting the vac_count field in the database. FieldVacCount = "vac_count" // FieldGameBanDate holds the string denoting the game_ban_date field in the database. FieldGameBanDate = "game_ban_date" // FieldGameBanCount holds the string denoting the game_ban_count field in the database. FieldGameBanCount = "game_ban_count" // FieldSteamUpdated holds the string denoting the steam_updated field in the database. FieldSteamUpdated = "steam_updated" FieldSharecodeUpdated = "sharecode_updated" // FieldAuthCode holds the string denoting the auth_code field in the database. FieldAuthCode = "auth_code" // FieldProfileCreated holds the string denoting the profile_created field in the database. FieldProfileCreated = "profile_created" FieldOldestSharecodeSeen = "oldest_sharecode_seen" // FieldWins holds the string denoting the wins field in the database. FieldWins = "wins" // FieldLooses holds the string denoting the looses field in the database. FieldLooses = "looses" // FieldTies holds the string denoting the ties field in the database. FieldTies = "ties" // EdgeStats holds the string denoting the stats edge name in mutations. EdgeStats = "stats" // EdgeMatches holds the string denoting the matches edge name in mutations. EdgeMatches = "matches" // Table holds the table name of the player in the database. Table = "players" // StatsTable is the table that holds the stats relation/edge. StatsTable = "match_players" // StatsInverseTable is the table name for the MatchPlayer entity. // It exists in this package in order to avoid circular dependency with the "matchplayer" package. StatsInverseTable = "match_players" // StatsColumn is the table column denoting the stats relation/edge. StatsColumn = "player_stats" // MatchesTable is the table that holds the matches relation/edge. The primary key declared below. MatchesTable = "player_matches" // MatchesInverseTable is the table name for the Match entity. // It exists in this package in order to avoid circular dependency with the "match" package. MatchesInverseTable = "matches" )
Variables ¶
var Columns = []string{ FieldID, FieldName, FieldAvatar, FieldVanityURL, FieldVanityURLReal, FieldVacDate, FieldVacCount, FieldGameBanDate, FieldGameBanCount, FieldSteamUpdated, FieldSharecodeUpdated, FieldAuthCode, FieldProfileCreated, FieldOldestSharecodeSeen, FieldWins, FieldLooses, FieldTies, }
Columns holds all SQL columns for player fields.
var ( // DefaultSteamUpdated holds the default value on creation for the "steam_updated" field. DefaultSteamUpdated func() time.Time )
var ( // MatchesPrimaryKey and MatchesColumn2 are the table columns denoting the // primary key for the matches relation (M2M). MatchesPrimaryKey = []string{"player_id", "match_id"} )
Functions ¶
func And ¶
And groups predicates with the AND operator between them.
func AuthCode ¶
AuthCode applies equality check predicate on the "auth_code" field. It's identical to AuthCodeEQ.
func AuthCodeContains ¶
AuthCodeContains applies the Contains predicate on the "auth_code" field.
func AuthCodeContainsFold ¶
AuthCodeContainsFold applies the ContainsFold predicate on the "auth_code" field.
func AuthCodeEQ ¶
AuthCodeEQ applies the EQ predicate on the "auth_code" field.
func AuthCodeEqualFold ¶
AuthCodeEqualFold applies the EqualFold predicate on the "auth_code" field.
func AuthCodeGT ¶
AuthCodeGT applies the GT predicate on the "auth_code" field.
func AuthCodeGTE ¶
AuthCodeGTE applies the GTE predicate on the "auth_code" field.
func AuthCodeHasPrefix ¶
AuthCodeHasPrefix applies the HasPrefix predicate on the "auth_code" field.
func AuthCodeHasSuffix ¶
AuthCodeHasSuffix applies the HasSuffix predicate on the "auth_code" field.
func AuthCodeIn ¶
AuthCodeIn applies the In predicate on the "auth_code" field.
func AuthCodeIsNil ¶
AuthCodeIsNil applies the IsNil predicate on the "auth_code" field.
func AuthCodeLT ¶
AuthCodeLT applies the LT predicate on the "auth_code" field.
func AuthCodeLTE ¶
AuthCodeLTE applies the LTE predicate on the "auth_code" field.
func AuthCodeNEQ ¶
AuthCodeNEQ applies the NEQ predicate on the "auth_code" field.
func AuthCodeNotIn ¶
AuthCodeNotIn applies the NotIn predicate on the "auth_code" field.
func AuthCodeNotNil ¶
AuthCodeNotNil applies the NotNil predicate on the "auth_code" field.
func Avatar ¶
Avatar applies equality check predicate on the "avatar" field. It's identical to AvatarEQ.
func AvatarContains ¶
AvatarContains applies the Contains predicate on the "avatar" field.
func AvatarContainsFold ¶
AvatarContainsFold applies the ContainsFold predicate on the "avatar" field.
func AvatarEQ ¶
AvatarEQ applies the EQ predicate on the "avatar" field.
func AvatarEqualFold ¶
AvatarEqualFold applies the EqualFold predicate on the "avatar" field.
func AvatarGT ¶
AvatarGT applies the GT predicate on the "avatar" field.
func AvatarGTE ¶
AvatarGTE applies the GTE predicate on the "avatar" field.
func AvatarHasPrefix ¶
AvatarHasPrefix applies the HasPrefix predicate on the "avatar" field.
func AvatarHasSuffix ¶
AvatarHasSuffix applies the HasSuffix predicate on the "avatar" field.
func AvatarIn ¶
AvatarIn applies the In predicate on the "avatar" field.
func AvatarIsNil ¶
AvatarIsNil applies the IsNil predicate on the "avatar" field.
func AvatarLT ¶
AvatarLT applies the LT predicate on the "avatar" field.
func AvatarLTE ¶
AvatarLTE applies the LTE predicate on the "avatar" field.
func AvatarNEQ ¶
AvatarNEQ applies the NEQ predicate on the "avatar" field.
func AvatarNotIn ¶
AvatarNotIn applies the NotIn predicate on the "avatar" field.
func AvatarNotNil ¶
AvatarNotNil applies the NotNil predicate on the "avatar" field.
func GameBanCount ¶
GameBanCount applies equality check predicate on the "game_ban_count" field. It's identical to GameBanCountEQ.
func GameBanCountEQ ¶
GameBanCountEQ applies the EQ predicate on the "game_ban_count" field.
func GameBanCountGT ¶
GameBanCountGT applies the GT predicate on the "game_ban_count" field.
func GameBanCountGTE ¶
GameBanCountGTE applies the GTE predicate on the "game_ban_count" field.
func GameBanCountIn ¶
GameBanCountIn applies the In predicate on the "game_ban_count" field.
func GameBanCountIsNil ¶
GameBanCountIsNil applies the IsNil predicate on the "game_ban_count" field.
func GameBanCountLT ¶
GameBanCountLT applies the LT predicate on the "game_ban_count" field.
func GameBanCountLTE ¶
GameBanCountLTE applies the LTE predicate on the "game_ban_count" field.
func GameBanCountNEQ ¶
GameBanCountNEQ applies the NEQ predicate on the "game_ban_count" field.
func GameBanCountNotIn ¶
GameBanCountNotIn applies the NotIn predicate on the "game_ban_count" field.
func GameBanCountNotNil ¶
GameBanCountNotNil applies the NotNil predicate on the "game_ban_count" field.
func GameBanDate ¶
GameBanDate applies equality check predicate on the "game_ban_date" field. It's identical to GameBanDateEQ.
func GameBanDateEQ ¶
GameBanDateEQ applies the EQ predicate on the "game_ban_date" field.
func GameBanDateGT ¶
GameBanDateGT applies the GT predicate on the "game_ban_date" field.
func GameBanDateGTE ¶
GameBanDateGTE applies the GTE predicate on the "game_ban_date" field.
func GameBanDateIn ¶
GameBanDateIn applies the In predicate on the "game_ban_date" field.
func GameBanDateIsNil ¶
GameBanDateIsNil applies the IsNil predicate on the "game_ban_date" field.
func GameBanDateLT ¶
GameBanDateLT applies the LT predicate on the "game_ban_date" field.
func GameBanDateLTE ¶
GameBanDateLTE applies the LTE predicate on the "game_ban_date" field.
func GameBanDateNEQ ¶
GameBanDateNEQ applies the NEQ predicate on the "game_ban_date" field.
func GameBanDateNotIn ¶
GameBanDateNotIn applies the NotIn predicate on the "game_ban_date" field.
func GameBanDateNotNil ¶
GameBanDateNotNil applies the NotNil predicate on the "game_ban_date" field.
func HasMatches ¶
HasMatches applies the HasEdge predicate on the "matches" edge.
func HasMatchesWith ¶
HasMatchesWith applies the HasEdge predicate on the "matches" edge with a given conditions (other predicates).
func HasStats ¶
HasStats applies the HasEdge predicate on the "stats" edge.
func HasStatsWith ¶
func HasStatsWith(preds ...predicate.MatchPlayer) predicate.Player
HasStatsWith applies the HasEdge predicate on the "stats" edge with a given conditions (other predicates).
func IDGTE ¶
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
IDIn applies the In predicate on the ID field.
func IDLTE ¶
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
IDNotIn applies the NotIn predicate on the ID field.
func Looses ¶
Looses applies equality check predicate on the "looses" field. It's identical to LoosesEQ.
func LoosesEQ ¶
LoosesEQ applies the EQ predicate on the "looses" field.
func LoosesGT ¶
LoosesGT applies the GT predicate on the "looses" field.
func LoosesGTE ¶
LoosesGTE applies the GTE predicate on the "looses" field.
func LoosesIn ¶
LoosesIn applies the In predicate on the "looses" field.
func LoosesIsNil ¶
LoosesIsNil applies the IsNil predicate on the "looses" field.
func LoosesLT ¶
LoosesLT applies the LT predicate on the "looses" field.
func LoosesLTE ¶
LoosesLTE applies the LTE predicate on the "looses" field.
func LoosesNEQ ¶
LoosesNEQ applies the NEQ predicate on the "looses" field.
func LoosesNotIn ¶
LoosesNotIn applies the NotIn predicate on the "looses" field.
func LoosesNotNil ¶
LoosesNotNil applies the NotNil predicate on the "looses" field.
func Name ¶
Name applies equality check predicate on the "name" field. It's identical to NameEQ.
func NameContains ¶
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEQ ¶
NameEQ applies the EQ predicate on the "name" field.
func NameEqualFold ¶
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameGT ¶
NameGT applies the GT predicate on the "name" field.
func NameGTE ¶
NameGTE applies the GTE predicate on the "name" field.
func NameHasPrefix ¶
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func NameIn ¶
NameIn applies the In predicate on the "name" field.
func NameIsNil ¶
NameIsNil applies the IsNil predicate on the "name" field.
func NameLT ¶
NameLT applies the LT predicate on the "name" field.
func NameLTE ¶
NameLTE applies the LTE predicate on the "name" field.
func NameNEQ ¶
NameNEQ applies the NEQ predicate on the "name" field.
func NameNotIn ¶
NameNotIn applies the NotIn predicate on the "name" field.
func NameNotNil ¶
NameNotNil applies the NotNil predicate on the "name" field.
func Not ¶
Not applies the not operator on the given predicate.
func OldestSharecodeSeen ¶
OldestSharecodeSeen applies equality check predicate on the "oldest_sharecode_seen" field. It's identical to OldestSharecodeSeenEQ.
func OldestSharecodeSeenContains ¶
OldestSharecodeSeenContains applies the Contains predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenContainsFold ¶
OldestSharecodeSeenContainsFold applies the ContainsFold predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenEQ ¶
OldestSharecodeSeenEQ applies the EQ predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenEqualFold ¶
OldestSharecodeSeenEqualFold applies the EqualFold predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenGT ¶
OldestSharecodeSeenGT applies the GT predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenGTE ¶
OldestSharecodeSeenGTE applies the GTE predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenHasPrefix ¶
OldestSharecodeSeenHasPrefix applies the HasPrefix predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenHasSuffix ¶
OldestSharecodeSeenHasSuffix applies the HasSuffix predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenIn ¶
OldestSharecodeSeenIn applies the In predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenIsNil ¶
OldestSharecodeSeenIsNil applies the IsNil predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenLT ¶
OldestSharecodeSeenLT applies the LT predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenLTE ¶
OldestSharecodeSeenLTE applies the LTE predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenNEQ ¶
OldestSharecodeSeenNEQ applies the NEQ predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenNotIn ¶
OldestSharecodeSeenNotIn applies the NotIn predicate on the "oldest_sharecode_seen" field.
func OldestSharecodeSeenNotNil ¶
OldestSharecodeSeenNotNil applies the NotNil predicate on the "oldest_sharecode_seen" field.
func Or ¶
Or groups predicates with the OR operator between them.
func ProfileCreated ¶
ProfileCreated applies equality check predicate on the "profile_created" field. It's identical to ProfileCreatedEQ.
func ProfileCreatedEQ ¶
ProfileCreatedEQ applies the EQ predicate on the "profile_created" field.
func ProfileCreatedGT ¶
ProfileCreatedGT applies the GT predicate on the "profile_created" field.
func ProfileCreatedGTE ¶
ProfileCreatedGTE applies the GTE predicate on the "profile_created" field.
func ProfileCreatedIn ¶
ProfileCreatedIn applies the In predicate on the "profile_created" field.
func ProfileCreatedIsNil ¶
ProfileCreatedIsNil applies the IsNil predicate on the "profile_created" field.
func ProfileCreatedLT ¶
ProfileCreatedLT applies the LT predicate on the "profile_created" field.
func ProfileCreatedLTE ¶
ProfileCreatedLTE applies the LTE predicate on the "profile_created" field.
func ProfileCreatedNEQ ¶
ProfileCreatedNEQ applies the NEQ predicate on the "profile_created" field.
func ProfileCreatedNotIn ¶
ProfileCreatedNotIn applies the NotIn predicate on the "profile_created" field.
func ProfileCreatedNotNil ¶
ProfileCreatedNotNil applies the NotNil predicate on the "profile_created" field.
func SharecodeUpdated ¶
SharecodeUpdated applies equality check predicate on the "sharecode_updated" field. It's identical to SharecodeUpdatedEQ.
func SharecodeUpdatedEQ ¶
SharecodeUpdatedEQ applies the EQ predicate on the "sharecode_updated" field.
func SharecodeUpdatedGT ¶
SharecodeUpdatedGT applies the GT predicate on the "sharecode_updated" field.
func SharecodeUpdatedGTE ¶
SharecodeUpdatedGTE applies the GTE predicate on the "sharecode_updated" field.
func SharecodeUpdatedIn ¶
SharecodeUpdatedIn applies the In predicate on the "sharecode_updated" field.
func SharecodeUpdatedIsNil ¶
SharecodeUpdatedIsNil applies the IsNil predicate on the "sharecode_updated" field.
func SharecodeUpdatedLT ¶
SharecodeUpdatedLT applies the LT predicate on the "sharecode_updated" field.
func SharecodeUpdatedLTE ¶
SharecodeUpdatedLTE applies the LTE predicate on the "sharecode_updated" field.
func SharecodeUpdatedNEQ ¶
SharecodeUpdatedNEQ applies the NEQ predicate on the "sharecode_updated" field.
func SharecodeUpdatedNotIn ¶
SharecodeUpdatedNotIn applies the NotIn predicate on the "sharecode_updated" field.
func SharecodeUpdatedNotNil ¶
SharecodeUpdatedNotNil applies the NotNil predicate on the "sharecode_updated" field.
func SteamUpdated ¶
SteamUpdated applies equality check predicate on the "steam_updated" field. It's identical to SteamUpdatedEQ.
func SteamUpdatedEQ ¶
SteamUpdatedEQ applies the EQ predicate on the "steam_updated" field.
func SteamUpdatedGT ¶
SteamUpdatedGT applies the GT predicate on the "steam_updated" field.
func SteamUpdatedGTE ¶
SteamUpdatedGTE applies the GTE predicate on the "steam_updated" field.
func SteamUpdatedIn ¶
SteamUpdatedIn applies the In predicate on the "steam_updated" field.
func SteamUpdatedLT ¶
SteamUpdatedLT applies the LT predicate on the "steam_updated" field.
func SteamUpdatedLTE ¶
SteamUpdatedLTE applies the LTE predicate on the "steam_updated" field.
func SteamUpdatedNEQ ¶
SteamUpdatedNEQ applies the NEQ predicate on the "steam_updated" field.
func SteamUpdatedNotIn ¶
SteamUpdatedNotIn applies the NotIn predicate on the "steam_updated" field.
func Ties ¶
Ties applies equality check predicate on the "ties" field. It's identical to TiesEQ.
func TiesEQ ¶
TiesEQ applies the EQ predicate on the "ties" field.
func TiesGT ¶
TiesGT applies the GT predicate on the "ties" field.
func TiesGTE ¶
TiesGTE applies the GTE predicate on the "ties" field.
func TiesIn ¶
TiesIn applies the In predicate on the "ties" field.
func TiesIsNil ¶
TiesIsNil applies the IsNil predicate on the "ties" field.
func TiesLT ¶
TiesLT applies the LT predicate on the "ties" field.
func TiesLTE ¶
TiesLTE applies the LTE predicate on the "ties" field.
func TiesNEQ ¶
TiesNEQ applies the NEQ predicate on the "ties" field.
func TiesNotIn ¶
TiesNotIn applies the NotIn predicate on the "ties" field.
func TiesNotNil ¶
TiesNotNil applies the NotNil predicate on the "ties" field.
func VacCount ¶
VacCount applies equality check predicate on the "vac_count" field. It's identical to VacCountEQ.
func VacCountEQ ¶
VacCountEQ applies the EQ predicate on the "vac_count" field.
func VacCountGT ¶
VacCountGT applies the GT predicate on the "vac_count" field.
func VacCountGTE ¶
VacCountGTE applies the GTE predicate on the "vac_count" field.
func VacCountIn ¶
VacCountIn applies the In predicate on the "vac_count" field.
func VacCountIsNil ¶
VacCountIsNil applies the IsNil predicate on the "vac_count" field.
func VacCountLT ¶
VacCountLT applies the LT predicate on the "vac_count" field.
func VacCountLTE ¶
VacCountLTE applies the LTE predicate on the "vac_count" field.
func VacCountNEQ ¶
VacCountNEQ applies the NEQ predicate on the "vac_count" field.
func VacCountNotIn ¶
VacCountNotIn applies the NotIn predicate on the "vac_count" field.
func VacCountNotNil ¶
VacCountNotNil applies the NotNil predicate on the "vac_count" field.
func VacDate ¶
VacDate applies equality check predicate on the "vac_date" field. It's identical to VacDateEQ.
func VacDateEQ ¶
VacDateEQ applies the EQ predicate on the "vac_date" field.
func VacDateGT ¶
VacDateGT applies the GT predicate on the "vac_date" field.
func VacDateGTE ¶
VacDateGTE applies the GTE predicate on the "vac_date" field.
func VacDateIn ¶
VacDateIn applies the In predicate on the "vac_date" field.
func VacDateIsNil ¶
VacDateIsNil applies the IsNil predicate on the "vac_date" field.
func VacDateLT ¶
VacDateLT applies the LT predicate on the "vac_date" field.
func VacDateLTE ¶
VacDateLTE applies the LTE predicate on the "vac_date" field.
func VacDateNEQ ¶
VacDateNEQ applies the NEQ predicate on the "vac_date" field.
func VacDateNotIn ¶
VacDateNotIn applies the NotIn predicate on the "vac_date" field.
func VacDateNotNil ¶
VacDateNotNil applies the NotNil predicate on the "vac_date" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
func VanityURL ¶
VanityURL applies equality check predicate on the "vanity_url" field. It's identical to VanityURLEQ.
func VanityURLContains ¶
VanityURLContains applies the Contains predicate on the "vanity_url" field.
func VanityURLContainsFold ¶
VanityURLContainsFold applies the ContainsFold predicate on the "vanity_url" field.
func VanityURLEQ ¶
VanityURLEQ applies the EQ predicate on the "vanity_url" field.
func VanityURLEqualFold ¶
VanityURLEqualFold applies the EqualFold predicate on the "vanity_url" field.
func VanityURLGT ¶
VanityURLGT applies the GT predicate on the "vanity_url" field.
func VanityURLGTE ¶
VanityURLGTE applies the GTE predicate on the "vanity_url" field.
func VanityURLHasPrefix ¶
VanityURLHasPrefix applies the HasPrefix predicate on the "vanity_url" field.
func VanityURLHasSuffix ¶
VanityURLHasSuffix applies the HasSuffix predicate on the "vanity_url" field.
func VanityURLIn ¶
VanityURLIn applies the In predicate on the "vanity_url" field.
func VanityURLIsNil ¶
VanityURLIsNil applies the IsNil predicate on the "vanity_url" field.
func VanityURLLT ¶
VanityURLLT applies the LT predicate on the "vanity_url" field.
func VanityURLLTE ¶
VanityURLLTE applies the LTE predicate on the "vanity_url" field.
func VanityURLNEQ ¶
VanityURLNEQ applies the NEQ predicate on the "vanity_url" field.
func VanityURLNotIn ¶
VanityURLNotIn applies the NotIn predicate on the "vanity_url" field.
func VanityURLNotNil ¶
VanityURLNotNil applies the NotNil predicate on the "vanity_url" field.
func VanityURLReal ¶
VanityURLReal applies equality check predicate on the "vanity_url_real" field. It's identical to VanityURLRealEQ.
func VanityURLRealContains ¶
VanityURLRealContains applies the Contains predicate on the "vanity_url_real" field.
func VanityURLRealContainsFold ¶
VanityURLRealContainsFold applies the ContainsFold predicate on the "vanity_url_real" field.
func VanityURLRealEQ ¶
VanityURLRealEQ applies the EQ predicate on the "vanity_url_real" field.
func VanityURLRealEqualFold ¶
VanityURLRealEqualFold applies the EqualFold predicate on the "vanity_url_real" field.
func VanityURLRealGT ¶
VanityURLRealGT applies the GT predicate on the "vanity_url_real" field.
func VanityURLRealGTE ¶
VanityURLRealGTE applies the GTE predicate on the "vanity_url_real" field.
func VanityURLRealHasPrefix ¶
VanityURLRealHasPrefix applies the HasPrefix predicate on the "vanity_url_real" field.
func VanityURLRealHasSuffix ¶
VanityURLRealHasSuffix applies the HasSuffix predicate on the "vanity_url_real" field.
func VanityURLRealIn ¶
VanityURLRealIn applies the In predicate on the "vanity_url_real" field.
func VanityURLRealIsNil ¶
VanityURLRealIsNil applies the IsNil predicate on the "vanity_url_real" field.
func VanityURLRealLT ¶
VanityURLRealLT applies the LT predicate on the "vanity_url_real" field.
func VanityURLRealLTE ¶
VanityURLRealLTE applies the LTE predicate on the "vanity_url_real" field.
func VanityURLRealNEQ ¶
VanityURLRealNEQ applies the NEQ predicate on the "vanity_url_real" field.
func VanityURLRealNotIn ¶
VanityURLRealNotIn applies the NotIn predicate on the "vanity_url_real" field.
func VanityURLRealNotNil ¶
VanityURLRealNotNil applies the NotNil predicate on the "vanity_url_real" field.
func Wins ¶
Wins applies equality check predicate on the "wins" field. It's identical to WinsEQ.
func WinsEQ ¶
WinsEQ applies the EQ predicate on the "wins" field.
func WinsGT ¶
WinsGT applies the GT predicate on the "wins" field.
func WinsGTE ¶
WinsGTE applies the GTE predicate on the "wins" field.
func WinsIn ¶
WinsIn applies the In predicate on the "wins" field.
func WinsIsNil ¶
WinsIsNil applies the IsNil predicate on the "wins" field.
func WinsLT ¶
WinsLT applies the LT predicate on the "wins" field.
func WinsLTE ¶
WinsLTE applies the LTE predicate on the "wins" field.
func WinsNEQ ¶
WinsNEQ applies the NEQ predicate on the "wins" field.
func WinsNotIn ¶
WinsNotIn applies the NotIn predicate on the "wins" field.
Types ¶
This section is empty.