VIEW  allFrameSets

View of all defined frame sets within the archive

This view is simply a union of all frame sets from all the merge logs
in the archive. This provides a direct link between a given frame set
and it's constituent multiframes and detector frames.


SELECT * FROM lasFrameSets
UNION ALL
SELECT * FROM gpsFrameSets
UNION ALL
SELECT * FROM gcsFrameSets
UNION ALL
SELECT * FROM dxsFrameSets
UNION ALL
SELECT * FROM udsFrameSets

The details of the table defined by this view are available here.