Sq3BlobC - the class known as sq3blob or Blob define by Sq3BlobS … More...
Topics | |
Sq3BlobC_Class_CC_API | |
Sq3BlobC - define the class … | |
Sq3BlobC_TOR_CC_API | |
Sq3BlobC - various functions to create, initialize and destroy … | |
Sq3BlobC_Misc_CC_API | |
Sq3BlobC - various functions to perform misc operations … | |
Classes | |
struct | ccsq3lite::Sq3BlobC_A |
Struct to represent the data of the Sq3BlobC … → C-API: libsq3lite::Sq3BlobS More... | |
class | ccsq3lite::Sq3BlobC |
Struct to represent the data of the Sq3BlobC … → C-API: libsq3lite::Sq3BlobS More... | |
Functions | |
ccsq3lite::Sq3BlobC::Sq3BlobC (SQ3_BLOB hdl) | |
static Sq3BlobC * | ccsq3lite::Sq3BlobC::Sq3BlobC_ObjNew (MK_RT_ARGS SQ3_BLOB hdl) |
return Sq3BlobC from LibMsgqueObject | |
SQ3_BLOB | ccsq3lite::Sq3BlobC::getBLOB () const |
return the LibMsgqueObject from current Sq3BlobC instance | |
SQ3_BLOB | ccsq3lite::Sq3BlobC::getBLOB__null_allow () const |
return the LibMsgqueObject from current Sq3BlobC instance | |
SQ3_BLOBN | ccsq3lite::Sq3BlobC::getBLOBN () const |
(const) return the LibMsgqueObject from current Sq3BlobC instance | |
SQ3_BLOBN | ccsq3lite::Sq3BlobC::getBLOBN__null_allow () const |
(const) return the LibMsgqueObject from current Sq3BlobC instance | |
static SQ3_BLOB | ccsq3lite::Sq3BlobC::getBLOB (Sq3BlobC *clsHdl) |
return LibMsgqueObject from current Sq3BlobC pointer | |
static SQ3_BLOB | ccsq3lite::Sq3BlobC::getBLOB__null_allow (Sq3BlobC *clsHdl) |
return LibMsgqueObject from current Sq3BlobC pointer | |
static SQ3_BLOBN | ccsq3lite::Sq3BlobC::getBLOBN (const Sq3BlobC *clsHdl) |
(const) return LibMsgqueObject from current Sq3BlobC pointer | |
static SQ3_BLOBN | ccsq3lite::Sq3BlobC::getBLOBN__null_allow (const Sq3BlobC *clsHdl) |
(const) return LibMsgqueObject from current Sq3BlobC pointer | |
static SQ3_BLOB | ccsq3lite::Sq3BlobC::getBLOB (const Sq3BlobC &clsHdl) |
return LibMsgqueObject from current Sq3BlobC reference | |
static SQ3_BLOB | ccsq3lite::Sq3BlobC::getBLOB__null_allow (const Sq3BlobC &clsHdl) |
return LibMsgqueObject from current Sq3BlobC reference | |
static SQ3_BLOBN | ccsq3lite::Sq3BlobC::getBLOBN (const Sq3BlobC &clsHdl) |
(const) return LibMsgqueObject from current Sq3BlobC reference | |
static SQ3_BLOBN | ccsq3lite::Sq3BlobC::getBLOBN__null_allow (const Sq3BlobC &clsHdl) |
(const) return LibMsgqueObject from current Sq3BlobC reference | |
bool | ccsq3lite::Sq3BlobC::Check () const |
check if pointer is still valid | |
Variables | |
static thread_local Sq3BlobC | ccsq3lite::Sq3BlobC::MK_NULL_REF = {(MK_OBJ)0} |
Sq3BlobC - the class known as sq3blob or Blob define by Sq3BlobS …
Struct to represent the data of the Sq3BlobC …
A Handle To An Open BLOB …
An instance of this object represents an open BLOB on which incremental BLOB I/O can be performed. Objects of this type are created by Sq3BlobOpen () and destroyed by Sq3BlobClose (). The Sq3BlobRead () and Sq3BlobWrite () interfaces can be used to read or write small subsections of the BLOB. The Sq3BlobBytes () interface returns the size of the BLOB in bytes.
Reference code from sqlite3:
|
inline |
check if pointer is still valid
Definition at line 152 of file Sq3BlobC_cc.hh.
|
inline |
return the LibMsgqueObject from current Sq3BlobC instance
Definition at line 84 of file Sq3BlobC_cc.hh.
return LibMsgqueObject from current Sq3BlobC reference
Definition at line 132 of file Sq3BlobC_cc.hh.
|
inline |
return the LibMsgqueObject from current Sq3BlobC instance
Definition at line 91 of file Sq3BlobC_cc.hh.
return LibMsgqueObject from current Sq3BlobC reference
Definition at line 137 of file Sq3BlobC_cc.hh.
return LibMsgqueObject from current Sq3BlobC pointer
Definition at line 115 of file Sq3BlobC_cc.hh.
|
inline |
(const) return the LibMsgqueObject from current Sq3BlobC instance
Definition at line 96 of file Sq3BlobC_cc.hh.
(const) return LibMsgqueObject from current Sq3BlobC reference
Definition at line 142 of file Sq3BlobC_cc.hh.
|
inline |
(const) return the LibMsgqueObject from current Sq3BlobC instance
Definition at line 103 of file Sq3BlobC_cc.hh.
(const) return LibMsgqueObject from current Sq3BlobC reference
Definition at line 147 of file Sq3BlobC_cc.hh.
(const) return LibMsgqueObject from current Sq3BlobC pointer
Definition at line 127 of file Sq3BlobC_cc.hh.
|
inline |
Definition at line 75 of file Sq3BlobC_cc.hh.
|
inlinestatic |
return Sq3BlobC from LibMsgqueObject
Definition at line 79 of file Sq3BlobC_cc.hh.
Definition at line 36 of file Sq3BlobC_cc.hh.