Builder
Builder for table
Table of Contents
Methods
- __construct() : mixed
- build() : Result
- Build sql query for creating table
- setFieldCollection() : $this
- Sets collection of fields
- setName() : $this
- Sets name of table
Methods
__construct()
public
__construct() : mixed
build()
Build sql query for creating table
public
build() : Result
Return values
ResultsetFieldCollection()
Sets collection of fields
public
setFieldCollection(FieldCollection $fieldCollection) : $this
Parameters
- $fieldCollection : FieldCollection
Return values
$thissetName()
Sets name of table
public
setName(string $name) : $this
Parameters
- $name : string