golang.org/x/pkgsite/internal/database.DB.BulkInsertReturning (method)
5 uses
golang.org/x/pkgsite/internal/database (current package)
database.go#L301: func (db *DB) BulkInsertReturning(ctx context.Context, table string, columns []string, values []interface{}, conflictAction string, returningColumns []string, scanFunc func(*sql.Rows) error) (err error) {
database.go#L323: return db.BulkInsertReturning(ctx, table, columns, values, conflictAction, returningColumns, scanFunc)
golang.org/x/pkgsite/internal/postgres
path.go#L147: if err := db.BulkInsertReturning(ctx, "paths", pathCols, values,
symbol.go#L286: if err := db.BulkInsertReturning(ctx, "package_symbols",
symbol.go#L345: if err := db.BulkInsertReturning(ctx, "symbol_names", []string{"name"},
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |