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

File: [Pegasus] / pegasus / src / Pegasus / CQL / Attic / queries.txt (download)
Revision: 1.1.2.3, Fri Sep 24 18:37:52 2004 UTC (19 years, 9 months ago) by humberto
Branch: CQL_2_5_BRANCH
Changes since 1.1.2.2: +1 -0 lines
PEP#: 183

TITLE: CQL stage 1

DESCRIPTION: CQL stage 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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2