We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251c1ab commit 2a700b5Copy full SHA for 2a700b5
README.md
@@ -44,8 +44,8 @@ SQLiteClassBuilder createMyClasses(
44
* using Decimal = double;
45
* using DoublePrcsn = double;
46
* using Double = double;
47
- * using Blob = std::shared_ptr<std::vector<Tinyint> >;
48
- * using Clob = std::shared_ptr< std::basic_string<unsigned char> >;
+ * ``using Blob = std::shared_ptr<std::vector<Tinyint> >; // Stores binary data``
+ * ``using Clob = std::shared_ptr< std::vector<char> >; // Stores strings that can have multiple NULL terminators``
49
* using Nchar = **std::wstring**;
50
* using Nvarchar = **std::wstring**;
51
* using Character = std::string;
0 commit comments