/*++
Copyright (c) AFE(Active-Free-Elegance)
Module Name:
table.h
Abstract:
the table class:
1. the table envirement configuration
2. set and clear the food(good ones and bad o
User :
id number;
name varchar(20);
Address :
addr_name varchar(40);
第一种情况: 一对一关系
方法一:
CREATE TABLE user
( id NUMBER(2) CONSTRAINT user_id_pk PRIMARY KEY ,
name VARCHAR(20) CONSTR
/*++
Copyright (c) AFE(Active-Free-Elegance)
Module Name:
table.h
Abstract:
the table class:
1. the table envirement configuration
2. set and clear the food(good ones and bad o