protected function _list_tables($prefix_limit = FALSE)
    {
        $sql = 'SELECT "table_name" FROM "information_schema"."tables" WHERE "table_schema" = \''.$this->schema."'";

        if ($prefix_limit !== FALSE && $this->dbprefix !== '')