File: DBShow.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Contents: Procs to print out entities and tuples
Last edited by:
Rick Cattell on November 4, 1983 11:29 am
Willie-Sue, February 15, 1985 6:07:16 pm PST
DIRECTORY Rope;
DBShow: CEDAR DEFINITIONS =
BEGIN
Show: PUBLIC PROC [huh: REF ANY --Entity or Relship--] RETURNS [Rope.ROPE];
Displays entity, relship, domain, attribute, or relation
ShowAll: PUBLIC PROC [huh: REF ANY] RETURNS [Rope.ROPE];
Displays an entity and its referencing relships
END.
Changed by Willie-Sue on February 15, 1985
made Cedar, added tioga formatting