MCPcopy Index your code
hub / github.com/upper/db / Wait

Method Wait

clauses.go:484–484  ·  view source on GitHub ↗

Wait blocks until the whole batch is executed.

()

Source from the content-addressed store, hash-verified

482
483 // Wait blocks until the whole batch is executed.
484 Wait() error
485
486 // Err returns the last error that happened while executing the batch (or nil
487 // if no error happened).

Callers 11

TestBatchInsertMethod · 0.65
TestPaginatorMethod · 0.65
testPostgreSQLTypesFunction · 0.65
TestMySQLTypesMethod · 0.65
testPostgreSQLTypesFunction · 0.65

Implementers 1

BatchInserterinternal/sqlbuilder/batch.go

Calls

no outgoing calls

Tested by 5

testPostgreSQLTypesFunction · 0.52
TestMySQLTypesMethod · 0.52
testPostgreSQLTypesFunction · 0.52