(file) Return to queries.txt CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL / Attic

Diff for /pegasus/src/Pegasus/CQL/Attic/queries.txt between version 1.1 and 1.1.2.9

version 1.1, 2004/09/23 17:27:01 version 1.1.2.9, 2004/09/30 20:55:07
Line 0 
Line 1 
   select * from class
   select * from class where class = 5
   select * from class where class <= 10
   select * from class where class = 'blah'
   select class from class1
   select class.prop from class
   select class.class1.class2.class3.prop from class where prop = 5
   select * from class where class.prop = 5
   select A::prop#OK from class
   select class.class1.class2.A::prop#OK from class where prop != 'blah'
   select prop[4] from class
   select prop from class where prop >= max(*)
   select class.prop from class where class ISA superclass
   select class.prop from class where class ISA superclassX OR class ISA superclassY
   select class.prop from class where class = max(20) OR class != objectpath(classX.class.prop)
   select class.prop from class where class = max(20) AND class != objectpath(classX.class.prop) AND class ISA superclassX and class = 'blah'
   select * from CIM_InstModification where SourceInstance ISA CIM_FCPort AND PreviousInstance ISA CIM_FCPort AND SourceInstance.CIM_FCPort::OperationalStatus[0] != PreviousInstance.CIM_FCPort::OperationalStatus[0]
   select DetectionTime, SystemIPAddress, PerceivedSeverity, MonitorEventID, UPSttyPath from ACME_UPSAlertIndication where UPSttyPath = '/dev/tty0p1' AND MonitorEventID = 20
   select * from class where class = 'blah' AND NOT class > 10
   select * from class where class = 'blah' AND max(*) IS NOT NULL
   select * from class where prop#'OK' = 'blah'
   select * from class where class.prop#'OK' = 'blah'


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2