(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.10, Mon Oct 11 17:30:03 2004 UTC (19 years, 8 months ago) by humberto
Branch: CQL_2_5_BRANCH
Changes since 1.1.2.9: +18 -22 lines
PEP#: 193

TITLE: CQL Stage 1

DESCRIPTION: Stage 1 Implementation

select * from CQL_TestPropertyTypes where PropertyString = 'Bert Rules'
select * from CQL_TestPropertyTypes where PropertyString != 'Bert Rules'
select * from CQL_TestPropertyTypes where PropertyUint8 = PropertyUint16
select * from CQL_TestPropertyTypes where PropertyUint8 <= PropertyUint16
select * from CQL_TestPropertyTypes where PropertyUint8 >= PropertyUint16
select * from CQL_TestPropertyTypes where PropertyUint8 != PropertyUint16
select * from CQL_TestPropertyTypes where PropertyUint8 != PropertyUint32
select * from CQL_TestPropertyTypes where PropertyUint64 < PropertySint64
select * from CQL_TestPropertyTypes where PropertyUint64 = PropertySint64
select * from CQL_TestPropertyTypes where PropertyUint64 > PropertySint64
select * from CQL_TestPropertyTypes where PropertySint64 < PropertyUint64
select * from CQL_TestPropertyTypes where PropertySint64 = PropertyUint64
select * from CQL_TestPropertyTypes where PropertySint64 > PropertyUint64
select * from CQL_TestPropertyTypes where PropertySint64 > PropertyUint64
select * from CQL_TestPropertyTypes where PropertyBoolean = true
select * from CQL_TestPropertyTypes where PropertyString = 'Bert Rules' AND PropertyUint32 = 32
select * from CQL_TestPropertyTypes where PropertyString = 'Bert Rules' OR PropertyUint32 = 31
select * from CQL_TestPropertyTypes where PropertyString = 'Bert Rule' OR PropertyUint32 = 32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2