protected function _list_columns($table = '')
    {
        if (strpos($table, '.') !== FALSE)
        {
            sscanf($table, '%[^.].%s', $owner, $table);