Phase II
|
|
|
|
|
|
|
|
|
|
10%
|
20%
|
30%
|
40%
|
50%
|
60%
|
70%
|
80%
|
90%
|
100%
|
The objective of this phase is to create classes which represent logical
elements of an ODBC sub-system. These classes are built upon the ODBC classes
created in Phase I. Such classes may include;
- ODBC Driver
- ODBC Data
Source
- Schema
Object (Schema, Table, View, etc) as derived from ODBC catalog functions.
- Database
Object (Table, Table Column, View, etc) as derived from a result-set/cursor.
The idea here
is that a developer may choose to risk loosing some performance for improved
ease-of-use. This is not intended to abstract the code from ODBC simply to
make it more intuitive for a C++ developer.
|