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


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

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

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


desc
@@


1.3
log
@demo shuffling
@
text
@/*
 * here is a POSTQUEL function with a class as an argument
 * it defines a complex object manager of type emp for each 
 * employee
 */
define postquel function manager_2 (emp)
returns emp is
retrieve (e.all) 
from e in emp 
where e.name  = dept.mgrname
and dept.dname = current.dept
\p
@


1.2
log
@reorganized demo scripts
@
text
@d1 11
a11 2
append toyemp(name="spyros", age=28,
	location="(6,27)"::point, annualsal = 1212)
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
/* and get rid of a bunch of instances */
delete emp1 where emp1.dept = "toy"
@
