概览
示例
截图
比较
应用
下载
Documentation
集市
现状与日程
常见问题
作者与许可证
论坛
资助Ultimate++
搜索本站
语言
中文(简体)











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.

本页也有english版本. 你想帮忙吗?