Beispiel #1
0
 /**
  * @param   string  $table
  */
 public function into(string $table)
 {
     $this->sql->addTables([$table]);
 }