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 PythonSq3Lite

The callback have to be a Python proc or method

Callback signature

  • Sq3LiteExec
    callback-args := vals:List[in] , cols:List[in]
    [static] def callback ( callback-args )
    [instance] class YYY:
    def callback ( self, callback-args )
    [class] class ZZZ:
    @staticmethod
    def callback ( callback-args )
  • Sq3LiteExecV2
    callback-args := vals:MkBufferList[in] , cols:MkBufferList[in]
    [static] def callback ( callback-args )
    [instance] class YYY:
    def callback ( self, callback-args )
    [class] class ZZZ:
    @staticmethod
    def callback ( callback-args )

Callbacks defined by PythonSq3Lite

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