theSq3Lite 10.0
|
namespace for the CcSq3Lite "C++"-API More...
Classes | |
class | Sq3BlobC |
Struct to represent the data of the Sq3BlobC … → C-API: libsq3lite::Sq3BlobS More... | |
struct | Sq3BlobC_A |
Struct to represent the data of the Sq3BlobC … → C-API: libsq3lite::Sq3BlobS More... | |
class | Sq3FileC |
Struct to represent the data of the Sq3FileC … → C-API: libsq3lite::Sq3FileS More... | |
struct | Sq3FileC_A |
Struct to represent the data of the Sq3FileC … → C-API: libsq3lite::Sq3FileS More... | |
class | Sq3Lite |
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) … More... | |
class | Sq3LiteC |
Struct to represent the data of the Sq3LiteC … → C-API: libsq3lite::Sq3LiteS More... | |
struct | Sq3LiteC_A |
Struct to represent the data of the Sq3LiteC … → C-API: libsq3lite::Sq3LiteS More... | |
struct | Sq3LiteExecCallbackC |
infrastructur to use the CcLcConfig specific callback … More... | |
class | Sq3LiteExecIF |
Callback for a Sq3LiteExec. More... | |
struct | Sq3LiteExecV2CallbackC |
infrastructur to use the CcLcConfig specific callback … More... | |
class | Sq3LiteExecV2IF |
Callback for a Sq3LiteExecV2. More... | |
class | Sq3StaticC |
static constructor for CcLcConfig … More... | |
class | Sq3StmtC |
Struct to represent the data of the Sq3StmtC … → C-API: libsq3lite::Sq3StmtS More... | |
struct | Sq3StmtC_A |
Struct to represent the data of the Sq3StmtC … → C-API: libsq3lite::Sq3StmtS More... | |
class | Sq3ValueC |
Struct to represent the data of the Sq3ValueC … → C-API: libsq3lite::Sq3ValueS More... | |
struct | Sq3ValueC_A |
Struct to represent the data of the Sq3ValueC … → C-API: libsq3lite::Sq3ValueS More... | |
Typedefs | |
typedef void(* | Sq3LiteExecSCB) (const std::vector< std::string > &vals, const std::vector< std::string > &cols) |
static callback fired at Sq3LiteExec … | |
typedef void(* | Sq3LiteExecV2SCB) (const MkBufferListC &vals, const MkBufferListC &cols) |
static callback fired at Sq3LiteExec … | |
Variables | |
static MkRuntimeCallbackS | sSq3RuntimeCallback = {0} |
namespace for the CcSq3Lite "C++"-API
typedef void(* ccsq3lite::Sq3LiteExecSCB) (const std::vector< std::string > &vals, const std::vector< std::string > &cols) |
static callback fired at Sq3LiteExec …
Definition at line 30 of file Sq3LiteC_cc.hh.
typedef void(* ccsq3lite::Sq3LiteExecV2SCB) (const MkBufferListC &vals, const MkBufferListC &cols) |
static callback fired at Sq3LiteExec …
Definition at line 48 of file Sq3LiteC_cc.hh.
|
static |
Definition at line 45 of file LibSq3Lite_cc.cc.