SELECT JobId, ObjectLength, ObjectFullLength, ObjectIndex, ObjectType, ObjectCompression, FileIndex, ObjectName, RestoreObject, PluginName
  FROM RestoreObject
 WHERE JobId IN (%s)
   AND ObjectType = %d
 ORDER BY ObjectIndex ASC
