DbPgSQL::DelTable PHP Method

DelTable() public method

删除表
public DelTable ( string $table )
$table string 表名
    public function DelTable($table)
    {
        $this->QueryMulit($this->sql->DelTable($table));
    }