Versions in this module Expand all Collapse all v1 v1.24.19 Mar 7, 2021 v1.20.6 Sep 3, 2019 Changes in this version + var ErrSyncFail = errors.New("models: failed to synchronize data after insert") + var TableNames = struct{ ... } + var TimezoneGuildConfigColumns = struct{ ... } + var TimezoneGuildConfigRels = struct{} + var TimezoneGuildConfigWhere = struct{ ... } + var UserTimezoneColumns = struct{ ... } + var UserTimezoneRels = struct{} + var UserTimezoneWhere = struct{ ... } + func NewQuery(mods ...qm.QueryMod) *queries.Query + func TimezoneGuildConfigExists(ctx context.Context, exec boil.ContextExecutor, guildID int64) (bool, error) + func TimezoneGuildConfigExistsG(ctx context.Context, guildID int64) (bool, error) + func TimezoneGuildConfigs(mods ...qm.QueryMod) timezoneGuildConfigQuery + func UserTimezoneExists(ctx context.Context, exec boil.ContextExecutor, userID int64) (bool, error) + func UserTimezoneExistsG(ctx context.Context, userID int64) (bool, error) + func UserTimezones(mods ...qm.QueryMod) userTimezoneQuery + type M map[string]interface + type TimezoneGuildConfig struct + DisabledInChannels types.Int64Array + EnabledInChannels types.Int64Array + GuildID int64 + L timezoneGuildConfigL + NewChannelsDisabled bool + R *timezoneGuildConfigR + func FindTimezoneGuildConfig(ctx context.Context, exec boil.ContextExecutor, guildID int64, ...) (*TimezoneGuildConfig, error) + func FindTimezoneGuildConfigG(ctx context.Context, guildID int64, selectCols ...string) (*TimezoneGuildConfig, error) + func (o *TimezoneGuildConfig) Delete(ctx context.Context, exec boil.ContextExecutor) (int64, error) + func (o *TimezoneGuildConfig) DeleteG(ctx context.Context) (int64, error) + func (o *TimezoneGuildConfig) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error + func (o *TimezoneGuildConfig) InsertG(ctx context.Context, columns boil.Columns) error + func (o *TimezoneGuildConfig) Reload(ctx context.Context, exec boil.ContextExecutor) error + func (o *TimezoneGuildConfig) ReloadG(ctx context.Context) error + func (o *TimezoneGuildConfig) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error) + func (o *TimezoneGuildConfig) UpdateG(ctx context.Context, columns boil.Columns) (int64, error) + func (o *TimezoneGuildConfig) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, ...) error + func (o *TimezoneGuildConfig) UpsertG(ctx context.Context, updateOnConflict bool, conflictColumns []string, ...) error + type TimezoneGuildConfigSlice []*TimezoneGuildConfig + func (o *TimezoneGuildConfigSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error + func (o *TimezoneGuildConfigSlice) ReloadAllG(ctx context.Context) error + func (o TimezoneGuildConfigSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error) + func (o TimezoneGuildConfigSlice) DeleteAllG(ctx context.Context) (int64, error) + func (o TimezoneGuildConfigSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error) + func (o TimezoneGuildConfigSlice) UpdateAllG(ctx context.Context, cols M) (int64, error) + type UserTimezone struct + L userTimezoneL + R *userTimezoneR + TimezoneName string + UserID int64 + func FindUserTimezone(ctx context.Context, exec boil.ContextExecutor, userID int64, ...) (*UserTimezone, error) + func FindUserTimezoneG(ctx context.Context, userID int64, selectCols ...string) (*UserTimezone, error) + func (o *UserTimezone) Delete(ctx context.Context, exec boil.ContextExecutor) (int64, error) + func (o *UserTimezone) DeleteG(ctx context.Context) (int64, error) + func (o *UserTimezone) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error + func (o *UserTimezone) InsertG(ctx context.Context, columns boil.Columns) error + func (o *UserTimezone) Reload(ctx context.Context, exec boil.ContextExecutor) error + func (o *UserTimezone) ReloadG(ctx context.Context) error + func (o *UserTimezone) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error) + func (o *UserTimezone) UpdateG(ctx context.Context, columns boil.Columns) (int64, error) + func (o *UserTimezone) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, ...) error + func (o *UserTimezone) UpsertG(ctx context.Context, updateOnConflict bool, conflictColumns []string, ...) error + type UserTimezoneSlice []*UserTimezone + func (o *UserTimezoneSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error + func (o *UserTimezoneSlice) ReloadAllG(ctx context.Context) error + func (o UserTimezoneSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error) + func (o UserTimezoneSlice) DeleteAllG(ctx context.Context) (int64, error) + func (o UserTimezoneSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error) + func (o UserTimezoneSlice) UpdateAllG(ctx context.Context, cols M) (int64, error)