diff options
Diffstat (limited to 'relationship/README')
-rw-r--r-- | relationship/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/relationship/README b/relationship/README index c7eacf3..6400960 100644 --- a/relationship/README +++ b/relationship/README @@ -37,9 +37,9 @@ database.hxx driver.cxx Driver for the example. It includes the employee.hxx and employee-odb.hxx - headers to gain access to the 'employee' class and the database support - code for this class. It also includes database.hxx for the - create_database() function declaration. + headers to gain access to the persistent classes and their database support + code. It also includes database.hxx for the create_database() function + declaration. In main() the driver first calls create_database() to obtain the database instance. It then creates a number of 'employee', 'employer', and 'project' |