DelTable() public method

删除表,返回SQL语句
public DelTable ( string $table ) : string
$table string
return string
Example #1
0
 /**
  * @param $table
  */
 function DelTable($table)
 {
     $this->QueryMulit($this->sql->DelTable($table));
 }