6
P.A. Bernstein, S. Melnik: Meta Data Management, ICDE'04 Boston
Example: Object-Oriented Wrapper for SQL Tables
lManually program a wrapper for each table
lThis is very repetitive work
lSo you write a program to generate a wrapper for each table
Interface is an OO class representing
a SQL table
Code to map OO operations
to SQL operations
wrapper
SQL Table