Metaclasses and their application: data model tailoring and database integration
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berlin u.a.
Springer
1995
|
Schriftenreihe: | Lecture notes in computer science
943 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | IX, 200 S. graph. Darst. |
ISBN: | 3540600639 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV010229464 | ||
003 | DE-604 | ||
005 | 19950926 | ||
007 | t| | ||
008 | 950612s1995 gw d||| |||| 00||| eng d | ||
016 | 7 | |a 944505201 |2 DE-101 | |
020 | |a 3540600639 |9 3-540-60063-9 | ||
035 | |a (OCoLC)32740082 | ||
035 | |a (OCoLC)845028568 | ||
035 | |a (DE-599)BVBBV010229464 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c DE | ||
049 | |a DE-91G |a DE-384 |a DE-739 |a DE-19 |a DE-20 |a DE-706 |a DE-634 |a DE-83 |a DE-11 |a DE-188 | ||
050 | 0 | |a QA76.64.K53 1995 | |
082 | 0 | |a 005.75 |2 20 | |
082 | 0 | |a 005.75 20 | |
084 | |a ST 240 |0 (DE-625)143625: |2 rvk | ||
084 | |a DAT 651f |2 stub | ||
084 | |a 28 |2 sdnb | ||
100 | 1 | |a Klas, Wolfgang |e Verfasser |4 aut | |
245 | 1 | 0 | |a Metaclasses and their application |b data model tailoring and database integration |c Wolfgang Klas ; Michael Schrefl |
264 | 1 | |a Berlin u.a. |b Springer |c 1995 | |
300 | |a IX, 200 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Lecture notes in computer science |v 943 | |
650 | 7 | |a Banco de dados |2 larpcal | |
650 | 7 | |a Bases de données - Gestion |2 ram | |
650 | 4 | |a Bases de données orientées objet | |
650 | 4 | |a Conception orientée objet (Informatique) | |
650 | 7 | |a Databanken |2 gtt | |
650 | 7 | |a Management |2 gtt | |
650 | 7 | |a Programmation orientée objets (informatique) |2 ram | |
650 | 7 | |a SGBD orienté objet |2 inriac | |
650 | 7 | |a classe objet |2 inriac | |
650 | 7 | |a intégration base donnée |2 inriac | |
650 | 7 | |a modèle donnée |2 inriac | |
650 | 7 | |a modèle à objet |2 inriac | |
650 | 7 | |a méta-objet |2 inriac | |
650 | 4 | |a Object-oriented programming | |
650 | 4 | |a Database management | |
650 | 0 | 7 | |a Objektorientiertes Datenbanksystem |0 (DE-588)4202958-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Metadatenmodell |0 (DE-588)4384643-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Objektklasse |0 (DE-588)4384644-0 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Objektorientiertes Datenbanksystem |0 (DE-588)4202958-2 |D s |
689 | 0 | 1 | |a Objektklasse |0 (DE-588)4384644-0 |D s |
689 | 0 | 2 | |a Metadatenmodell |0 (DE-588)4384643-9 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Schrefl, Michael |e Verfasser |4 aut | |
830 | 0 | |a Lecture notes in computer science |v 943 |w (DE-604)BV000000607 |9 943 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006799866&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-006799866 |
Datensatz im Suchindex
_version_ | 1820874847431950336 |
---|---|
adam_text |
CONTENTS
1
INTRODUCTION
.
1
1.1
PROBLEM
DESCRIPTION
.
1
1.2
RELATEDWORK
.
3
1.3
FRAMEWORK
.
4
1.4
OUTLINE
.
6
2
FUNDAMENTAL
PRINCIPLES
OF
OBJECT-ORIENTED
SYSTEMS
.
8
2.1
INTRODUCTION
.
8
2.2
OBJECT-ORIENTATION
-
WHAT
DOES
IT
MEAN?
.
8
2.3
THE
OBJECT-ORIENTED
PARADIGM
.
9
2.4
MOTIVATION
AND
HISTORY
OF
OBJECT-ORIENTED
DATA
MODELS
.
11
2.5
TERMINOLOGY
.
12
2.6
NAMING
CONVENTIONS
AND
SOME
NOTES
ON
THE EXAMPLES
.
13
3
BASIC
CONCEPTS
FOR
METACLASSES
IN
THE
OBJECT-ORIENTED
DATA
MODEL
.
14
3.1
INTRODUCTION
.
14
3.2
POSTULATES
ON
THE
DATA
MODEL
.
14
3.3
PRELIMINARY
DEFMITIONS
.
15
3.4
SYNTAX
.
15
3.4.1
LYPES
.
15
3.4.2
CLASSES
.
23
3.5
SEMANTICS
.
28
3.5.1
CLASSES
.
28
3.5.2
OBJECTS
.
29
3.6
OWN-TYPES
.
32
3.7
CLASSES
AS
REGULAR
OBJECTS
.
34
3.8
INSTANCE-INSTANCE-TYPES
.
37
3.9
THE
BASIC
MODEL
OF
MESSAGE
PASSING
.
43
3.10
SPECIFIC
METHOD INHERITANCE
BEHAVIOR
.
47
3.10.1
SEMANTIC
RELATIONSHIPS
AS
MODELLING
PRIMITIVES
.
47
3.10.2
GENERAL CHARACTERIZATION
OF
SEMANTIC
RELATIONSHIPS
.
50
3.10.3
MESSAGE HAENDLER SUPPORT
FOR
INHERITANCE
VIA
SEMANTIC
RELATIONSHIPS
53
3.11
SHORT-HAND
NOTATIONS
.
56
3.12
DEFINING
A
SCHEMA
.
56
3.12.1
SCHEMA
.
56
VIII
3.12.2
THE
INITIAL METACLASS
SYSTEM
.
58
3.12.3
HOW
TO
SPECIFY
A
SCHEMA
.
65
4
SEMANTIC
DATA MODELLING
.
71
4.1
INTRODUCTION
.
71
4.2
OBJECT
SPECIALIZATION
.
71
4.3
AGGREGATION
.
74
4.4
COMPONENTS
.
76
4.5
HYPERTEXT
STRUCTURES
.
78
5
METACLASSES
FOR
SEMANTIC DATA
MODELLING
.
82
5.1
INTRODUCTION
.
82
5.2
GENERAL
APPROACH
OF
DEFMING
SEMANTIC
MODELLING
PRIMITIVES
.
82
5.2.1
DEFMING
SEMANTIC
RELATIONSHIPS
THROUGH
A
SINGLE
METACLASS
.
82
5.2.2
DEFMING
SEMANTIC
RELATIONSHIPS
THROUGH
MULTIPLE
METACLASSES
.
83
5.3
OBJECT
SPECIALIZATION
.
85
5.3.1
ROLE
SPECIALIZATION
OF
A
SINGLE
CLASS
.
85
5.3.2
CATEGORY
SPECIALIZATION
.
91
5.4
AGGREGATIONS
.
97
5.5
COMPONENTS
.
102
5.6
ROLE-SPECIALIZED
COMPONENTS
.
108
5.7
HYPERTEXT
NODES
AND
LINKS
.
112
6
OBJECT
CLASS
DEFINITION
BY
GENERALIZATION
.
123
6.1
INTRODUCTION
.
123
6.2
NAME
AND
SCALE
DIFFERENCES
.
123
6.3
A
FIRST,
UNSATISFACTORY
APPROACH
TO
GENERALIZATION
.
124
6.4
A
SECOND,
SATISFACTORY
APPROACH
TO
GENERALIZATION
.
125
6.5
THE
CONCEPT
OF
OBJECT
COLORING
.
126
6.6
SOLVING
NAME
DIFFERENCES
.
126
6.7
THE
CONCEPT
OF
OBJECT
TRANSFORMATION
.
127
6.8
SOLVING
SCALE
DIFFERENCES
.
,
.
!
.
.
127
6.9
OBJECT
COLORING
VS.
OBJECT
TRANSFORMATION
.
128
6.10
UPWARD
PROPERTY
INHERITANCE
.
130
6.11
DIFFERENT
TYPES
OF
GENERALIZATION
CLASSES
.
131
6.11.1
SEMANTIC
RELATIONSHIPS BETWEEN
OBJECT
CLASSES
.
131
6.11.2
SEMANTIC
RELATIONSHIPS
BETWEEN
PROPERTIES
OF
OBJECTS
.
133
6.11.3
THE
REPRESENTATION
OF
SEMANTIC RELATIONSHIPS
BETWEEN
OBJECT
CLASSES
136
IX
6.11.4
THE
REPRESENTATION
OF
SEMANTIC
RELATIONSHIPS
BETWEEN
PROPERTIES
OF
OBJECTS
.
140
6.11.5
MESSAGE
TRANSFORMATION
AND
UPWARD
PROPERTY
PROPAGATION
.
141
6.11.6
INTEGRATION
OF
RELATIONSHIPS
.
144
6.11.7
INTEGRATING
DATA-I\PE-CLASSES
AND
ABSTRACT
OBJECT
CLASSES
.
146
6.12
SUMMARY
.
149
7
METACLASSES
FOR
OBJECT
CLASS
DEFINITION
BY
GENERALIZATION
.
150
7.1
INTRODUCTION
.
150
7.2
LOCAL
CLASSES
.
150
7.3
GENERALIZATION
CLASSES
.
154
7.3.1
CATEGORY
GENERALIZATION
CLASSES
.
159
7.3.2
ROLE
GENERALIZATION
CLASSES
.
160
7.3.3
DATA
TYPE
GENERALIZATION
CLASSES
.
166
7.4
OBJECT
COLORING
.
166
7.5
SUMMARY
.
168
8
METACLASSES
IN
OTHER
OBJECT-ORIENTED
SYSTEMS
.
172
8.1
INTRODUCTION
.
172
8.2
SMALLTALK-80
METACLASSES
.
172
8.3
CLOS
METACLASSES
.
176
8.4
LOOPS
METACLASSES
.
177
8.5
METACLASSES
IN
OTHER
LANGUAGES
AND
MODELS
.
177
9
CONCLUSION
.
178
10
LITERATURE
.
182
APPENDIX
A:
INDEX
TO
"TYPES
AND
CLASSES
.
191
APPENDIX
B:
INDEX
TO
FUNCTIONS
.
193
APPENDIX
C:
SUMMARY
OF
FORMAL
NOTATION
.
194
APPENDIX
D:
TABLE
OF
DEFINITIONS
.
195
APPENDIX
E:
TABLE
OF
FIGURES
.
196
APPENDIX
F:
TABLES
.
201 |
any_adam_object | 1 |
author | Klas, Wolfgang Schrefl, Michael |
author_facet | Klas, Wolfgang Schrefl, Michael |
author_role | aut aut |
author_sort | Klas, Wolfgang |
author_variant | w k wk m s ms |
building | Verbundindex |
bvnumber | BV010229464 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.64.K53 1995 |
callnumber-search | QA76.64.K53 1995 |
callnumber-sort | QA 276.64 K53 41995 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 240 |
classification_tum | DAT 651f |
ctrlnum | (OCoLC)32740082 (OCoLC)845028568 (DE-599)BVBBV010229464 |
dewey-full | 005.75 005.7520 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.75 005.75 20 |
dewey-search | 005.75 005.75 20 |
dewey-sort | 15.75 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 cb4500</leader><controlfield tag="001">BV010229464</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">19950926</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">950612s1995 gw d||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">944505201</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3540600639</subfield><subfield code="9">3-540-60063-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)32740082</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)845028568</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV010229464</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91G</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.64.K53 1995</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.75</subfield><subfield code="2">20</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.75 20</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 240</subfield><subfield code="0">(DE-625)143625:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 651f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">28</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Klas, Wolfgang</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Metaclasses and their application</subfield><subfield code="b">data model tailoring and database integration</subfield><subfield code="c">Wolfgang Klas ; Michael Schrefl</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin u.a.</subfield><subfield code="b">Springer</subfield><subfield code="c">1995</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">IX, 200 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Lecture notes in computer science</subfield><subfield code="v">943</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Banco de dados</subfield><subfield code="2">larpcal</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Bases de données - Gestion</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Bases de données orientées objet</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Conception orientée objet (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Databanken</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Management</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programmation orientée objets (informatique)</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">SGBD orienté objet</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">classe objet</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">intégration base donnée</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">modèle donnée</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">modèle à objet</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">méta-objet</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Object-oriented programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Database management</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Objektorientiertes Datenbanksystem</subfield><subfield code="0">(DE-588)4202958-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Metadatenmodell</subfield><subfield code="0">(DE-588)4384643-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Objektklasse</subfield><subfield code="0">(DE-588)4384644-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Objektorientiertes Datenbanksystem</subfield><subfield code="0">(DE-588)4202958-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Objektklasse</subfield><subfield code="0">(DE-588)4384644-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Metadatenmodell</subfield><subfield code="0">(DE-588)4384643-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Schrefl, Michael</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Lecture notes in computer science</subfield><subfield code="v">943</subfield><subfield code="w">(DE-604)BV000000607</subfield><subfield code="9">943</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006799866&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-006799866</subfield></datafield></record></collection> |
id | DE-604.BV010229464 |
illustrated | Illustrated |
indexdate | 2025-01-10T15:06:14Z |
institution | BVB |
isbn | 3540600639 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-006799866 |
oclc_num | 32740082 845028568 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-384 DE-739 DE-19 DE-BY-UBM DE-20 DE-706 DE-634 DE-83 DE-11 DE-188 |
owner_facet | DE-91G DE-BY-TUM DE-384 DE-739 DE-19 DE-BY-UBM DE-20 DE-706 DE-634 DE-83 DE-11 DE-188 |
physical | IX, 200 S. graph. Darst. |
publishDate | 1995 |
publishDateSearch | 1995 |
publishDateSort | 1995 |
publisher | Springer |
record_format | marc |
series | Lecture notes in computer science |
series2 | Lecture notes in computer science |
spelling | Klas, Wolfgang Verfasser aut Metaclasses and their application data model tailoring and database integration Wolfgang Klas ; Michael Schrefl Berlin u.a. Springer 1995 IX, 200 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Lecture notes in computer science 943 Banco de dados larpcal Bases de données - Gestion ram Bases de données orientées objet Conception orientée objet (Informatique) Databanken gtt Management gtt Programmation orientée objets (informatique) ram SGBD orienté objet inriac classe objet inriac intégration base donnée inriac modèle donnée inriac modèle à objet inriac méta-objet inriac Object-oriented programming Database management Objektorientiertes Datenbanksystem (DE-588)4202958-2 gnd rswk-swf Metadatenmodell (DE-588)4384643-9 gnd rswk-swf Objektklasse (DE-588)4384644-0 gnd rswk-swf Objektorientiertes Datenbanksystem (DE-588)4202958-2 s Objektklasse (DE-588)4384644-0 s Metadatenmodell (DE-588)4384643-9 s DE-604 Schrefl, Michael Verfasser aut Lecture notes in computer science 943 (DE-604)BV000000607 943 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006799866&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Klas, Wolfgang Schrefl, Michael Metaclasses and their application data model tailoring and database integration Lecture notes in computer science Banco de dados larpcal Bases de données - Gestion ram Bases de données orientées objet Conception orientée objet (Informatique) Databanken gtt Management gtt Programmation orientée objets (informatique) ram SGBD orienté objet inriac classe objet inriac intégration base donnée inriac modèle donnée inriac modèle à objet inriac méta-objet inriac Object-oriented programming Database management Objektorientiertes Datenbanksystem (DE-588)4202958-2 gnd Metadatenmodell (DE-588)4384643-9 gnd Objektklasse (DE-588)4384644-0 gnd |
subject_GND | (DE-588)4202958-2 (DE-588)4384643-9 (DE-588)4384644-0 |
title | Metaclasses and their application data model tailoring and database integration |
title_auth | Metaclasses and their application data model tailoring and database integration |
title_exact_search | Metaclasses and their application data model tailoring and database integration |
title_full | Metaclasses and their application data model tailoring and database integration Wolfgang Klas ; Michael Schrefl |
title_fullStr | Metaclasses and their application data model tailoring and database integration Wolfgang Klas ; Michael Schrefl |
title_full_unstemmed | Metaclasses and their application data model tailoring and database integration Wolfgang Klas ; Michael Schrefl |
title_short | Metaclasses and their application |
title_sort | metaclasses and their application data model tailoring and database integration |
title_sub | data model tailoring and database integration |
topic | Banco de dados larpcal Bases de données - Gestion ram Bases de données orientées objet Conception orientée objet (Informatique) Databanken gtt Management gtt Programmation orientée objets (informatique) ram SGBD orienté objet inriac classe objet inriac intégration base donnée inriac modèle donnée inriac modèle à objet inriac méta-objet inriac Object-oriented programming Database management Objektorientiertes Datenbanksystem (DE-588)4202958-2 gnd Metadatenmodell (DE-588)4384643-9 gnd Objektklasse (DE-588)4384644-0 gnd |
topic_facet | Banco de dados Bases de données - Gestion Bases de données orientées objet Conception orientée objet (Informatique) Databanken Management Programmation orientée objets (informatique) SGBD orienté objet classe objet intégration base donnée modèle donnée modèle à objet méta-objet Object-oriented programming Database management Objektorientiertes Datenbanksystem Metadatenmodell Objektklasse |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006799866&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV000000607 |
work_keys_str_mv | AT klaswolfgang metaclassesandtheirapplicationdatamodeltailoringanddatabaseintegration AT schreflmichael metaclassesandtheirapplicationdatamodeltailoringanddatabaseintegration |