Object-Oriented Concepts, Databases, and Applications 1989
DOI: 10.1145/63320.66505
|View full text |Cite
|
Sign up to set email alerts
|

Overview of the Iris DBMS

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
9
0

Year Published

1990
1990
2008
2008

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 77 publications
(9 citation statements)
references
References 0 publications
0
9
0
Order By: Relevance
“…In the second example we make use of a virtual function for a more complex join. 10 All employees that have the same manager as x are collected in the function colleagues, whose scope is limited by t h e let operation. If we a r e interested in all employees who have at least one colleague, the virtual function colleagues can be used in the subsequent selection: let colleagues = x : manager]: select y: manager(y) = manager(x)x 6 = y](adom (Empl)) in select x: colleagues(x) 6…”
Section: Semantics Of Expressionsmentioning
confidence: 99%
See 1 more Smart Citation
“…In the second example we make use of a virtual function for a more complex join. 10 All employees that have the same manager as x are collected in the function colleagues, whose scope is limited by t h e let operation. If we a r e interested in all employees who have at least one colleague, the virtual function colleagues can be used in the subsequent selection: let colleagues = x : manager]: select y: manager(y) = manager(x)x 6 = y](adom (Empl)) in select x: colleagues(x) 6…”
Section: Semantics Of Expressionsmentioning
confidence: 99%
“…The type inference rule means that e 1 :: 1 can be inferred under the assumption that f is a variable of type 2 10. See 21] for a discussion of di erent alternatives for joins: symmetric tuple/object generating asymmetric as functions.…”
mentioning
confidence: 99%
“…Prototype implementations of version management systems in ODBMS are described in [FISH89] and [KIMW88b] Cooperative transaction processing and versioning appear to be probable requirements for future CAD systems, office information systems, and sophisticated artificial intelligence systems.…”
Section: Support For Versioningmentioning
confidence: 99%
“…Some of these systems, while they do not incorporate all aspects of the object data model, as presented in section 5, do support many of the functions associated with object systems. Examples [FISH89] uses the ALLBASE relational DBMS as its storage manager.…”
Section: Review Of Odbmsmentioning
confidence: 99%
“…Section 3). This language was inspired by some proposals made for query languages for the Entity Relationship model 8,11], as well as proposals to extend SQL to cope with features of other database models than the relational one 30,16]. Syntax and semantics of this language are de ned using an Extended Backus-Naur Form grammar.…”
Section: Introductionmentioning
confidence: 99%