download

Matakuliah
Tahun
Versi
: M0174/OBJECT ORIENTED DATABASE
: 2005
: 1/0
MATERI PENDUKUNG
ODL DEFINITION
1
ODL Definition
• An ODL schema is a list of definitions of interfaces, classes, literals,
types, constants, exceptions, and modules :
<ODL schema> ::= <definition>
[ <definition> ] *
<definition> ::=
| <interface definition>
| <class definition>
| <literal definition>
| <type definition>
| <constant definition>
| <exception definition>
| <module definition>
2