📄 bpafunctor.htm
字号:
<pre><code><span class="codeComment">//Function object to bind SQL parameters to a data object</span>
class BPAExampleObj
{
public:
void operator()(BoundIOs &boundIOs, ParamObjExample &paramObj)
{
boundIOs[0] == paramObj.lowIntValue;
boundIOs[1] == paramObj.highIntValue;
boundIOs[2] == paramObj.strValue;
boundIOs[3] == paramObj.dateValue;
}
};
</code></pre>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -