MCPcopy Create free account
hub / github.com/corestoreio/pkg / SetRowCount

Method SetRowCount

sql/dml/insert.go:162–165  ·  view source on GitHub ↗

SetRowCount defines the number of expected rows. Each set of place holders within the brackets defines a row. This setting defaults to one. It gets applied when fields `args` and `Records` have been left empty. For each defined column the QueryBuilder creates a place holder. Use when creating a prep

(rows int)