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 UpdateInstr ¶
func GenerateUpdateInstr ¶
func GenerateUpdateInstr(count int, collisionRate float32) []UpdateInstr
func GenerateUpdateInstrWithId ¶
func GenerateUpdateInstrWithId(count int, collisionRate float32) []UpdateInstr
Click to show internal directories.
Click to hide internal directories.