Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchUpdater ¶ added in v0.0.26
type BatchUpdater interface {
Add(whenValue, thenValue any) BatchUpdater
Generate() (string, error)
}
func NewMysqlBatchUpdater ¶ added in v0.0.26
func NewMysqlBatchUpdater(table, updateSet, whenColumn string) BatchUpdater
Click to show internal directories.
Click to hide internal directories.