RowBuilder
Table of Contents
Methods
- __construct() : mixed
- build() : Result
- Build sql query for inserting rows into table
- setRowCollection() : $this
- Sets collection of rows
Methods
__construct()
public
__construct(string $tableName, FieldCollection $fieldCollection) : mixed
Parameters
- $tableName : string
- $fieldCollection : FieldCollection
build()
Build sql query for inserting rows into table
public
build() : Result
Return values
ResultsetRowCollection()
Sets collection of rows
public
setRowCollection(RowCollection $rowCollection) : $this
Parameters
- $rowCollection : RowCollection