theSq3Lite 10.0
Loading...
Searching...
No Matches
Callback Signature List

List of all callback defined by cssq3lite

The callback have to be a instance-method, a class-method or an interface

Callback signature

  • Sq3LiteExec
    public interface Sq3LiteExecIF {
    void Sq3LiteExec( string[] vals, string[] cols );
    }
    static enum MkErrorE Sq3LiteExec(SQ3_LITE sq3lite, MK_STRN sql, Sq3Fupu_Sq3LiteExec_callback_call callback_call, MK_CBP callback_data)
    One-Step Query Execution Interface …
    ...
    public delegate void Sq3LiteExecCCB ( string[] vals, string[] cols );
  • Sq3LiteExecV2
    public interface Sq3LiteExecV2IF {
    void Sq3LiteExecV2( MkBufferListC vals, MkBufferListC cols );
    }
    #define Sq3LiteExecV2(...)
    ...
    public delegate void Sq3LiteExecV2CCB ( MkBufferListC vals, MkBufferListC cols );

Callbacks defined by cssq3lite

Member Sq3LiteExec (SQ3_LITE sq3lite, MK_STRN sql, Sq3Fupu_Sq3LiteExec_callback_call callback_call, MK_CBP callback_data)
Sq3LiteExec
Member Sq3LiteExecV2_RT (MK_RT mkrt, SQ3_LITE sq3lite, MK_STRN sql, Sq3LiteExecV2CB callback_call, MK_CBP callback)
Sq3LiteExecV2