Gdn_DatabaseStructure::setAlterTableThreshold PHP Method

setAlterTableThreshold() public method

Set the alterTableThreshold.
public setAlterTableThreshold ( integer $alterTableThreshold ) : Gdn_MySQLStructure
$alterTableThreshold integer
return Gdn_MySQLStructure Returns `$this` for fluent calls.
    public function setAlterTableThreshold($alterTableThreshold)
    {
        $this->alterTableThreshold = $alterTableThreshold;
        return $this;
    }