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