160 - 问,mysql++的SSQLS

160 - 问,mysql++的SSQLS

Mysql++

官网

http://tangentsoft.net/mysql++/

SSQLS

Specialized SQL Structures

The Specialized SQL Structure (SSQLS) feature lets you easily define C++ structures that match the form of your SQL tables. At the most superficial level, an SSQLS has a member variable corresponding to each field in the SQL table. But, an SSQLS also has several methods, operators, and data members used by MySQL++’s internals to provide neat functionality, which we cover in this chapter.

You define SSQLSes using the macros defined in ssqls.h. This is the only MySQL++ header not automatically included for you by mysql++.h. You have to include it in code modules that use the SSQLS feature.

参考资料

http://tangentsoft.net/mysql++/doc/html/userman/

你可能感兴趣的:(160 - 问,mysql++的SSQLS)