head     1.5;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.5
date     91.03.19.18.25.39;  author kemnitz;  state Exp;
branches ;
next     1.4;

1.4
date     91.03.19.15.52.17;  author kemnitz;  state Exp;
branches ;
next     1.3;

1.3
date     91.03.19.02.00.39;  author kemnitz;  state Exp;
branches ;
next     1.2;

1.2
date     91.03.19.00.36.31;  author kemnitz;  state Exp;
branches ;
next     1.1;

1.1
date     91.03.19.00.25.19;  author kemnitz;  state Exp;
branches ;
next     ;


desc
@@


1.5
log
@Re-arranged as per the Doctor's orders...
@
text
@/* 
 * this one is inherited
 */
retrieve (stud_emp.all) where overpaid (stud_emp)
\p
@


1.4
log
@demo shuffling
@
text
@d1 2
a2 2
/*
 * and here is the third one; has a class as an argument
d4 1
a4 2

retrieve (emp.name) where overpaid(emp)
@


1.3
log
@Uses ~= rather than ---> 
@
text
@d1 2
a2 3
/* 
 * Mike Olson promised to build this class with an R-tree index
 * on location
d5 1
a5 1
retrieve (fast_emp1000.all) where fast_emp1000.location ~= "(101,1700,66,1700)"
@


1.2
log
@use proper syntax.
@
text
@d6 2
a7 1
retrieve (fast_emp1000.all) where fast_emp1000.location ----> "(0,0,10,10)"
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
retrieve (emp1000.name) where emp1000.location ----> "0,0,10,10"
@
