List of all callback defined by CcLcConfig
The callback have to be a C++ function-pointer or an interface …
Callback signature
- Sq3LiteExec
typedef void (*
Sq3LiteExecSCB) (
const std::vector<std::string>& vals,
const std::vector<std::string>& cols);
}
class Sq3LiteExecIF {
public:
virtual void callback (
const std::vector<std::string>& vals,
const std::vector<std::string>& cols) = 0;
};
}
Callbacks defined by CcLcConfig
- Member ccsq3lite::Sq3LiteC::Exec (MK_STRN sql, Sq3LiteExecSCB callback_data=NULL)
- Sq3LiteExec
- Member ccsq3lite::Sq3LiteC::Exec (MK_STRN sql, Sq3LiteExecIF *callback_data=NULL)
- Sq3LiteExec
- Member ccsq3lite::Sq3LiteC::ExecV2 (MK_STRN sql, Sq3LiteExecV2IF *callback=NULL)
- Sq3LiteExecV2
- Member ccsq3lite::Sq3LiteC::ExecV2 (MK_STRN sql, Sq3LiteExecV2SCB callback=NULL)
- Sq3LiteExecV2
- Member libsq3lite::Sq3LiteExec (SQ3_LITE sq3lite, MK_STRN sql, Sq3Fupu_Sq3LiteExec_callback_call callback_call, MK_CBP callback_data)
- Sq3LiteExec
- Member libsq3lite::Sq3LiteExecV2 (SQ3_LITE sq3lite, MK_STRN sql, Sq3LiteExecV2CB callback_call, MK_CBP callback) MK_ATTR_HDL
- Sq3LiteExecV2