Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchUpdater ¶
type BatchUpdater interface {
Set(setColumn string, value any) BatchUpdater
Case(caseSetColumn, caseWhenColumn string) BatchUpdater
When(whenValue, thenValue any) BatchUpdater
Generate() (string, error)
}
func NewMysqlBatchUpdater ¶
func NewMysqlBatchUpdater(table string) BatchUpdater
Click to show internal directories.
Click to hide internal directories.