func github.com/go-pg/pg/v10/orm.NewInsertQuery

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		insert.go#L19: func NewInsertQuery(q *Query) *InsertQuery {
		query.go#L269: 	return q._with(name, NewInsertQuery(subq))
		query.go#L1038: 	query := NewInsertQuery(q)