theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - py - jv - cc
Loading...
Searching...
No Matches
Callback Signature List

List of all callback defined by TclSq3Lite

The callback have to be a Tcl proc or method

Callback signature

  • Sq3LiteExec
    callback-args := vals:List[in] cols:List[in]
    [static] proc callback { callback-args ?additional-args...? } ...
    [instance] ::oo::class create YYY {
    method callback { callback-args ?additional-args...? } ...
    [class] ::oo::class create ZZZ {
    self method callback { callback-args ?additional-args...? } ...
  • Sq3LiteExecV2
    callback-args := vals:MkBufferList[in] cols:MkBufferList[in]
    [static] proc callback { callback-args ?additional-args...? } ...
    [instance] ::oo::class create YYY {
    method callback { callback-args ?additional-args...? } ...
    [class] ::oo::class create ZZZ {
    self method callback { callback-args ?additional-args...? } ...

Callbacks defined by TclSq3Lite

Global Sq3LiteExec (SQ3_LITE sq3lite, MK_STRN sql, Sq3Fupu_Sq3LiteExec_callback_call callback_call, MK_CBP callback_data)
Sq3LiteExec
Global Sq3LiteExecV2 (SQ3_LITE sq3lite, MK_STRN sql, Sq3LiteExecV2CB callback_call, MK_CBP callback) MK_ATTR_HDL
Sq3LiteExecV2