MySQL++
3.3.0
|
Declares the closest C++ equivalent of each MySQL column type. More...
Go to the source code of this file.
Declares the closest C++ equivalent of each MySQL column type.
The typedefs defined here are only for the "non-NULL" variants. To get nullable versions, wrap the appropriate type in the Null<T>
template. See null.h for more information.