protected function _list_tables($prefix_limit = FALSE)
    {
        $sql = 'SELECT "tabname" FROM "systables"
            WHERE "tabid" > 99 AND "tabtype" = \'T\' AND LOWER("owner") = '.$this->escape(strtolower($this->username));