inserter

package
v0.0.0-...-58b14ed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AtomUpdate

func AtomUpdate(db connection, tableName string, instrs []UpdateInstr) error

func CaseUpdate

func CaseUpdate(db *sql.DB, tableName string, instrs []UpdateInstr) error

func JoinUpdate

func JoinUpdate(db *sql.DB, tableName string, instrs []UpdateInstr) error

Types

type KeyValue

type KeyValue struct {
	Key   string
	Value interface{}
}

type UpdateInstr

type UpdateInstr struct {
	SetInstr   []KeyValue
	WhereInstr []KeyValue
}

func GenerateUpdateInstr

func GenerateUpdateInstr(count int, collisionRate float32) []UpdateInstr

func GenerateUpdateInstrWithId

func GenerateUpdateInstrWithId(count int, collisionRate float32) []UpdateInstr

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL