
ODB
machuanfei_c
这个作者很懒,什么都没留下…
展开
-
ODB 安装及运行官方实例
1、ODB资源下载 下载地址 http://www.codesynthesis.com/products/odb/download.xhtml 三个资源 ODB Compliler odb-2.4.0-i686-windows odb的执行文件 Common Runtime Library ...原创 2018-09-04 19:56:29 · 5941 阅读 · 0 评论 -
ODB 入门介绍(一)
编写person.hxx文件 // file : self/person.hxx// copyright : not copyrighted - public domain#ifndef PERSON_HXX#define PERSON_HXX#include <string>#include <cstddef> #include <o...原创 2018-09-05 19:32:34 · 10433 阅读 · 3 评论 -
ODB 入门介绍(二)
mysql中是有默认值的, odb中也有 // file : self/person.hxx// copyright : not copyrighted - public domain#ifndef PERSON_HXX#define PERSON_HXX#include <string>#include <cstddef> #include ...原创 2018-09-06 20:08:57 · 6907 阅读 · 0 评论 -
ODB 入门介绍(三)
聚合嵌套类的数据 先上关系代码 // file : self/person.hxx// copyright : not copyrighted - public domain#ifndef PERSON_HXX#define PERSON_HXX#include <string>#include <vector>#include <cstd...原创 2018-09-06 20:42:04 · 1017 阅读 · 0 评论