Documentation
¶
Index ¶
- Variables
- func AccountExists(ctx context.Context, exec boil.ContextExecutor, iD string) (bool, error)
- func AccountExistsG(ctx context.Context, iD string) (bool, error)
- func Accounts(mods ...qm.QueryMod) accountQuery
- func ChannelExists(ctx context.Context, exec boil.ContextExecutor, iD string) (bool, error)
- func ChannelExistsG(ctx context.Context, iD string) (bool, error)
- func Channels(mods ...qm.QueryMod) channelQuery
- func InputExists(ctx context.Context, exec boil.ContextExecutor, iD int64) (bool, error)
- func InputExistsG(ctx context.Context, iD int64) (bool, error)
- func Inputs(mods ...qm.QueryMod) inputQuery
- func MessageExists(ctx context.Context, exec boil.ContextExecutor, iD string) (bool, error)
- func MessageExistsG(ctx context.Context, iD string) (bool, error)
- func Messages(mods ...qm.QueryMod) messageQuery
- func NewQuery(mods ...qm.QueryMod) *queries.Query
- type Account
- func (o *Account) Delete(ctx context.Context, exec boil.ContextExecutor) (int64, error)
- func (o *Account) DeleteG(ctx context.Context) (int64, error)
- func (o *Account) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
- func (o *Account) InsertG(ctx context.Context, columns boil.Columns) error
- func (o *Account) Reload(ctx context.Context, exec boil.ContextExecutor) error
- func (o *Account) ReloadG(ctx context.Context) error
- func (o *Account) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
- func (o *Account) UpdateG(ctx context.Context, columns boil.Columns) (int64, error)
- func (o *Account) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, ...) error
- func (o *Account) UpsertG(ctx context.Context, updateOnConflict bool, conflictColumns []string, ...) error
- type AccountSlice
- func (o AccountSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error)
- func (o AccountSlice) DeleteAllG(ctx context.Context) (int64, error)
- func (o *AccountSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
- func (o *AccountSlice) ReloadAllG(ctx context.Context) error
- func (o AccountSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
- func (o AccountSlice) UpdateAllG(ctx context.Context, cols M) (int64, error)
- type Channel
- func (o *Channel) Delete(ctx context.Context, exec boil.ContextExecutor) (int64, error)
- func (o *Channel) DeleteG(ctx context.Context) (int64, error)
- func (o *Channel) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
- func (o *Channel) InsertG(ctx context.Context, columns boil.Columns) error
- func (o *Channel) Reload(ctx context.Context, exec boil.ContextExecutor) error
- func (o *Channel) ReloadG(ctx context.Context) error
- func (o *Channel) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
- func (o *Channel) UpdateG(ctx context.Context, columns boil.Columns) (int64, error)
- func (o *Channel) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, ...) error
- func (o *Channel) UpsertG(ctx context.Context, updateOnConflict bool, conflictColumns []string, ...) error
- type ChannelSlice
- func (o ChannelSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error)
- func (o ChannelSlice) DeleteAllG(ctx context.Context) (int64, error)
- func (o *ChannelSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
- func (o *ChannelSlice) ReloadAllG(ctx context.Context) error
- func (o ChannelSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
- func (o ChannelSlice) UpdateAllG(ctx context.Context, cols M) (int64, error)
- type Input
- func (o *Input) Delete(ctx context.Context, exec boil.ContextExecutor) (int64, error)
- func (o *Input) DeleteG(ctx context.Context) (int64, error)
- func (o *Input) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
- func (o *Input) InsertG(ctx context.Context, columns boil.Columns) error
- func (o *Input) Reload(ctx context.Context, exec boil.ContextExecutor) error
- func (o *Input) ReloadG(ctx context.Context) error
- func (o *Input) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
- func (o *Input) UpdateG(ctx context.Context, columns boil.Columns) (int64, error)
- func (o *Input) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, ...) error
- func (o *Input) UpsertG(ctx context.Context, updateOnConflict bool, conflictColumns []string, ...) error
- type InputSlice
- func (o InputSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error)
- func (o InputSlice) DeleteAllG(ctx context.Context) (int64, error)
- func (o *InputSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
- func (o *InputSlice) ReloadAllG(ctx context.Context) error
- func (o InputSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
- func (o InputSlice) UpdateAllG(ctx context.Context, cols M) (int64, error)
- type M
- type Message
- func (o *Message) Delete(ctx context.Context, exec boil.ContextExecutor) (int64, error)
- func (o *Message) DeleteG(ctx context.Context) (int64, error)
- func (o *Message) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
- func (o *Message) InsertG(ctx context.Context, columns boil.Columns) error
- func (o *Message) Reload(ctx context.Context, exec boil.ContextExecutor) error
- func (o *Message) ReloadG(ctx context.Context) error
- func (o *Message) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
- func (o *Message) UpdateG(ctx context.Context, columns boil.Columns) (int64, error)
- func (o *Message) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, ...) error
- func (o *Message) UpsertG(ctx context.Context, updateOnConflict bool, conflictColumns []string, ...) error
- type MessageSlice
- func (o MessageSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error)
- func (o MessageSlice) DeleteAllG(ctx context.Context) (int64, error)
- func (o *MessageSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
- func (o *MessageSlice) ReloadAllG(ctx context.Context) error
- func (o MessageSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
- func (o MessageSlice) UpdateAllG(ctx context.Context, cols M) (int64, error)
Constants ¶
This section is empty.
Variables ¶
var AccountColumns = struct { ID string TelegramID string Version string }{ ID: "id", TelegramID: "telegram_id", Version: "version", }
var AccountRels = struct {
}{}
AccountRels is where relationship names are stored.
var AccountTableColumns = struct { ID string TelegramID string Version string }{ ID: "account.id", TelegramID: "account.telegram_id", Version: "account.version", }
var AccountWhere = struct { ID whereHelperstring TelegramID whereHelperint64 Version whereHelperint64 }{ ID: whereHelperstring{/* contains filtered or unexported fields */}, TelegramID: whereHelperint64{/* contains filtered or unexported fields */}, Version: whereHelperint64{/* contains filtered or unexported fields */}, }
var ChannelColumns = struct { ID string Hashtags string }{ ID: "id", Hashtags: "hashtags", }
var ChannelRels = struct {
}{}
ChannelRels is where relationship names are stored.
var ChannelTableColumns = struct { ID string Hashtags string }{ ID: "channel.id", Hashtags: "channel.hashtags", }
var ChannelWhere = struct { ID whereHelperstring Hashtags whereHelpertypes_StringArray }{ ID: whereHelperstring{/* contains filtered or unexported fields */}, Hashtags: whereHelpertypes_StringArray{/* contains filtered or unexported fields */}, }
var ErrSyncFail = errors.New("psql_model: failed to synchronize data after insert")
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information. This usually happens when LastInsertId fails or there was a primary key configuration that was not resolvable.
var InputColumns = struct { ID string Name string OwnerID string Inputtype string Description string Version string }{ ID: "id", Name: "name", OwnerID: "owner_id", Inputtype: "inputtype", Description: "description", Version: "version", }
var InputRels = struct {
}{}
InputRels is where relationship names are stored.
var InputTableColumns = struct { ID string Name string OwnerID string Inputtype string Description string Version string }{ ID: "input.id", Name: "input.name", OwnerID: "input.owner_id", Inputtype: "input.inputtype", Description: "input.description", Version: "input.version", }
var InputWhere = struct { ID whereHelperint64 Name whereHelperstring OwnerID whereHelperint64 Inputtype whereHelperstring Description whereHelperstring Version whereHelperint64 }{ ID: whereHelperint64{/* contains filtered or unexported fields */}, Name: whereHelperstring{/* contains filtered or unexported fields */}, OwnerID: whereHelperint64{/* contains filtered or unexported fields */}, Inputtype: whereHelperstring{/* contains filtered or unexported fields */}, Description: whereHelperstring{/* contains filtered or unexported fields */}, Version: whereHelperint64{/* contains filtered or unexported fields */}, }
var MessageColumns = struct { ID string Hashtags string ChannelMessages string }{ ID: "id", Hashtags: "hashtags", ChannelMessages: "channel_messages", }
var MessageRels = struct {
}{}
MessageRels is where relationship names are stored.
var MessageTableColumns = struct { ID string Hashtags string ChannelMessages string }{ ID: "message.id", Hashtags: "message.hashtags", ChannelMessages: "message.channel_messages", }
var MessageWhere = struct { ID whereHelperstring Hashtags whereHelpertypes_StringArray ChannelMessages whereHelpertypes_JSON }{ ID: whereHelperstring{/* contains filtered or unexported fields */}, Hashtags: whereHelpertypes_StringArray{/* contains filtered or unexported fields */}, ChannelMessages: whereHelpertypes_JSON{/* contains filtered or unexported fields */}, }
var TableNames = struct { Account string Channel string Input string Message string }{ Account: "account", Channel: "channel", Input: "input", Message: "message", }
Functions ¶
func AccountExists ¶
AccountExists checks if the Account row exists.
func AccountExistsG ¶
AccountExistsG checks if the Account row exists.
func ChannelExists ¶
ChannelExists checks if the Channel row exists.
func ChannelExistsG ¶
ChannelExistsG checks if the Channel row exists.
func InputExists ¶
InputExists checks if the Input row exists.
func InputExistsG ¶
InputExistsG checks if the Input row exists.
func MessageExists ¶
MessageExists checks if the Message row exists.
func MessageExistsG ¶
MessageExistsG checks if the Message row exists.
Types ¶
type Account ¶
type Account struct {
ID string `boil:"id" json:"id" toml:"id" yaml:"id"`
TelegramID int64 `boil:"telegram_id" json:"telegram_id" toml:"telegram_id" yaml:"telegram_id"`
Version int64 `boil:"version" json:"version" toml:"version" yaml:"version"`
R *accountR `boil:"-" json:"-" toml:"-" yaml:"-"`
L accountL `boil:"-" json:"-" toml:"-" yaml:"-"`
}
Account is an object representing the database table.
func FindAccount ¶
func FindAccount(ctx context.Context, exec boil.ContextExecutor, iD string, selectCols ...string) (*Account, error)
FindAccount retrieves a single record by ID with an executor. If selectCols is empty Find will return all columns.
func FindAccountG ¶
FindAccountG retrieves a single record by ID.
func (*Account) Delete ¶
Delete deletes a single Account record with an executor. Delete will match against the primary key column to find the record to delete.
func (*Account) DeleteG ¶
DeleteG deletes a single Account record. DeleteG will match against the primary key column to find the record to delete.
func (*Account) Insert ¶
func (o *Account) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
Insert a single record using an executor. See boil.Columns.InsertColumnSet documentation to understand column list inference for inserts.
func (*Account) Reload ¶
Reload refetches the object from the database using the primary keys with an executor.
func (*Account) Update ¶
func (o *Account) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
Update uses an executor to update the Account. See boil.Columns.UpdateColumnSet documentation to understand column list inference for updates. Update does not automatically update the record in case of default values. Use .Reload() to refresh the records.
func (*Account) UpdateG ¶
UpdateG a single Account record using the global executor. See Update for more documentation.
func (*Account) Upsert ¶
func (o *Account) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, conflictColumns []string, updateColumns, insertColumns boil.Columns) error
Upsert attempts an insert using an executor, and does an update or ignore on conflict. See boil.Columns documentation for how to properly use updateColumns and insertColumns.
type AccountSlice ¶
type AccountSlice []*Account
AccountSlice is an alias for a slice of pointers to Account. This should almost always be used instead of []Account.
func (AccountSlice) DeleteAll ¶
func (o AccountSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error)
DeleteAll deletes all rows in the slice, using an executor.
func (AccountSlice) DeleteAllG ¶
func (o AccountSlice) DeleteAllG(ctx context.Context) (int64, error)
DeleteAllG deletes all rows in the slice.
func (*AccountSlice) ReloadAll ¶
func (o *AccountSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
ReloadAll refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (*AccountSlice) ReloadAllG ¶
func (o *AccountSlice) ReloadAllG(ctx context.Context) error
ReloadAllG refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (AccountSlice) UpdateAll ¶
func (o AccountSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
UpdateAll updates all rows with the specified column values, using an executor.
func (AccountSlice) UpdateAllG ¶
UpdateAllG updates all rows with the specified column values.
type Channel ¶
type Channel struct {
ID string `boil:"id" json:"id" toml:"id" yaml:"id"`
R *channelR `boil:"-" json:"-" toml:"-" yaml:"-"`
L channelL `boil:"-" json:"-" toml:"-" yaml:"-"`
}
Channel is an object representing the database table.
func FindChannel ¶
func FindChannel(ctx context.Context, exec boil.ContextExecutor, iD string, selectCols ...string) (*Channel, error)
FindChannel retrieves a single record by ID with an executor. If selectCols is empty Find will return all columns.
func FindChannelG ¶
FindChannelG retrieves a single record by ID.
func (*Channel) Delete ¶
Delete deletes a single Channel record with an executor. Delete will match against the primary key column to find the record to delete.
func (*Channel) DeleteG ¶
DeleteG deletes a single Channel record. DeleteG will match against the primary key column to find the record to delete.
func (*Channel) Insert ¶
func (o *Channel) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
Insert a single record using an executor. See boil.Columns.InsertColumnSet documentation to understand column list inference for inserts.
func (*Channel) Reload ¶
Reload refetches the object from the database using the primary keys with an executor.
func (*Channel) Update ¶
func (o *Channel) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
Update uses an executor to update the Channel. See boil.Columns.UpdateColumnSet documentation to understand column list inference for updates. Update does not automatically update the record in case of default values. Use .Reload() to refresh the records.
func (*Channel) UpdateG ¶
UpdateG a single Channel record using the global executor. See Update for more documentation.
func (*Channel) Upsert ¶
func (o *Channel) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, conflictColumns []string, updateColumns, insertColumns boil.Columns) error
Upsert attempts an insert using an executor, and does an update or ignore on conflict. See boil.Columns documentation for how to properly use updateColumns and insertColumns.
type ChannelSlice ¶
type ChannelSlice []*Channel
ChannelSlice is an alias for a slice of pointers to Channel. This should almost always be used instead of []Channel.
func (ChannelSlice) DeleteAll ¶
func (o ChannelSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error)
DeleteAll deletes all rows in the slice, using an executor.
func (ChannelSlice) DeleteAllG ¶
func (o ChannelSlice) DeleteAllG(ctx context.Context) (int64, error)
DeleteAllG deletes all rows in the slice.
func (*ChannelSlice) ReloadAll ¶
func (o *ChannelSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
ReloadAll refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (*ChannelSlice) ReloadAllG ¶
func (o *ChannelSlice) ReloadAllG(ctx context.Context) error
ReloadAllG refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (ChannelSlice) UpdateAll ¶
func (o ChannelSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
UpdateAll updates all rows with the specified column values, using an executor.
func (ChannelSlice) UpdateAllG ¶
UpdateAllG updates all rows with the specified column values.
type Input ¶
type Input struct {
ID int64 `boil:"id" json:"id" toml:"id" yaml:"id"`
Name string `boil:"name" json:"name" toml:"name" yaml:"name"`
OwnerID int64 `boil:"owner_id" json:"owner_id" toml:"owner_id" yaml:"owner_id"`
Inputtype string `boil:"inputtype" json:"inputtype" toml:"inputtype" yaml:"inputtype"`
Description string `boil:"description" json:"description" toml:"description" yaml:"description"`
Version int64 `boil:"version" json:"version" toml:"version" yaml:"version"`
R *inputR `boil:"-" json:"-" toml:"-" yaml:"-"`
L inputL `boil:"-" json:"-" toml:"-" yaml:"-"`
}
Input is an object representing the database table.
func FindInput ¶
func FindInput(ctx context.Context, exec boil.ContextExecutor, iD int64, selectCols ...string) (*Input, error)
FindInput retrieves a single record by ID with an executor. If selectCols is empty Find will return all columns.
func FindInputG ¶
FindInputG retrieves a single record by ID.
func (*Input) Delete ¶
Delete deletes a single Input record with an executor. Delete will match against the primary key column to find the record to delete.
func (*Input) DeleteG ¶
DeleteG deletes a single Input record. DeleteG will match against the primary key column to find the record to delete.
func (*Input) Insert ¶
Insert a single record using an executor. See boil.Columns.InsertColumnSet documentation to understand column list inference for inserts.
func (*Input) Reload ¶
Reload refetches the object from the database using the primary keys with an executor.
func (*Input) Update ¶
func (o *Input) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
Update uses an executor to update the Input. See boil.Columns.UpdateColumnSet documentation to understand column list inference for updates. Update does not automatically update the record in case of default values. Use .Reload() to refresh the records.
func (*Input) UpdateG ¶
UpdateG a single Input record using the global executor. See Update for more documentation.
func (*Input) Upsert ¶
func (o *Input) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, conflictColumns []string, updateColumns, insertColumns boil.Columns) error
Upsert attempts an insert using an executor, and does an update or ignore on conflict. See boil.Columns documentation for how to properly use updateColumns and insertColumns.
type InputSlice ¶
type InputSlice []*Input
InputSlice is an alias for a slice of pointers to Input. This should almost always be used instead of []Input.
func (InputSlice) DeleteAll ¶
func (o InputSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error)
DeleteAll deletes all rows in the slice, using an executor.
func (InputSlice) DeleteAllG ¶
func (o InputSlice) DeleteAllG(ctx context.Context) (int64, error)
DeleteAllG deletes all rows in the slice.
func (*InputSlice) ReloadAll ¶
func (o *InputSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
ReloadAll refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (*InputSlice) ReloadAllG ¶
func (o *InputSlice) ReloadAllG(ctx context.Context) error
ReloadAllG refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (InputSlice) UpdateAll ¶
func (o InputSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
UpdateAll updates all rows with the specified column values, using an executor.
func (InputSlice) UpdateAllG ¶
UpdateAllG updates all rows with the specified column values.
type M ¶
type M map[string]interface{}
M type is for providing columns and column values to UpdateAll.
type Message ¶
type Message struct {
ID string `boil:"id" json:"id" toml:"id" yaml:"id"`
ChannelMessages types.JSON `boil:"channel_messages" json:"channel_messages" toml:"channel_messages" yaml:"channel_messages"`
R *messageR `boil:"-" json:"-" toml:"-" yaml:"-"`
L messageL `boil:"-" json:"-" toml:"-" yaml:"-"`
}
Message is an object representing the database table.
func FindMessage ¶
func FindMessage(ctx context.Context, exec boil.ContextExecutor, iD string, selectCols ...string) (*Message, error)
FindMessage retrieves a single record by ID with an executor. If selectCols is empty Find will return all columns.
func FindMessageG ¶
FindMessageG retrieves a single record by ID.
func (*Message) Delete ¶
Delete deletes a single Message record with an executor. Delete will match against the primary key column to find the record to delete.
func (*Message) DeleteG ¶
DeleteG deletes a single Message record. DeleteG will match against the primary key column to find the record to delete.
func (*Message) Insert ¶
func (o *Message) Insert(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) error
Insert a single record using an executor. See boil.Columns.InsertColumnSet documentation to understand column list inference for inserts.
func (*Message) Reload ¶
Reload refetches the object from the database using the primary keys with an executor.
func (*Message) Update ¶
func (o *Message) Update(ctx context.Context, exec boil.ContextExecutor, columns boil.Columns) (int64, error)
Update uses an executor to update the Message. See boil.Columns.UpdateColumnSet documentation to understand column list inference for updates. Update does not automatically update the record in case of default values. Use .Reload() to refresh the records.
func (*Message) UpdateG ¶
UpdateG a single Message record using the global executor. See Update for more documentation.
func (*Message) Upsert ¶
func (o *Message) Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, conflictColumns []string, updateColumns, insertColumns boil.Columns) error
Upsert attempts an insert using an executor, and does an update or ignore on conflict. See boil.Columns documentation for how to properly use updateColumns and insertColumns.
type MessageSlice ¶
type MessageSlice []*Message
MessageSlice is an alias for a slice of pointers to Message. This should almost always be used instead of []Message.
func (MessageSlice) DeleteAll ¶
func (o MessageSlice) DeleteAll(ctx context.Context, exec boil.ContextExecutor) (int64, error)
DeleteAll deletes all rows in the slice, using an executor.
func (MessageSlice) DeleteAllG ¶
func (o MessageSlice) DeleteAllG(ctx context.Context) (int64, error)
DeleteAllG deletes all rows in the slice.
func (*MessageSlice) ReloadAll ¶
func (o *MessageSlice) ReloadAll(ctx context.Context, exec boil.ContextExecutor) error
ReloadAll refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (*MessageSlice) ReloadAllG ¶
func (o *MessageSlice) ReloadAllG(ctx context.Context) error
ReloadAllG refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice.
func (MessageSlice) UpdateAll ¶
func (o MessageSlice) UpdateAll(ctx context.Context, exec boil.ContextExecutor, cols M) (int64, error)
UpdateAll updates all rows with the specified column values, using an executor.
func (MessageSlice) UpdateAllG ¶
UpdateAllG updates all rows with the specified column values.