コード例 #1
0
ファイル: Select.php プロジェクト: insidieux/graphite
 /**
  * @inheritdoc
  */
 public function clear()
 {
     $this->cols = [];
     $this->group = [];
     $this->join = [];
     $this->having = [];
     return parent::clear();
 }
コード例 #2
0
ファイル: Insert.php プロジェクト: insidieux/graphite
 /**
  * @inheritdoc
  */
 public function clear()
 {
     $this->values = [];
     return parent::clear();
 }