Gdn_DatabaseStructure::setAlterTableThreshold PHP 메소드

setAlterTableThreshold() 공개 메소드

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