Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo

class SqlRaw : public String, ValueType<SqlRaw, SQLRAW_V> 

This type represents a string with binary data. It is required because otherwise Sql interface would be unable to tell which sql statement parameters should be treated as regular texts and which parameters are raw binary data (to be stored into raw binary data columns).

Note that only input parameters - values in Insert/Update statements - can be SqlRaw. When fetching data from database, normal String values are returned for binary columns.

Last edit by cxl on 09/18/2012. Do you want to contribute?. T++