theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3ValueC_Info_CC_API

Sq3ValueC - get type-informationMore...

+ Collaboration diagram for Sq3ValueC_Info_CC_API:

Functions

Sq3TextE ccsq3lite::Sq3ValueC::Bytes () const
  C++: Sq3TextE sq3val.Bytes() C-API
Obtaining SQL Values …
 
Sq3TextE ccsq3lite::Sq3ValueC::Encoding () const
  C++: Sq3TextE sq3val.Encoding() C-API
Report the internal text encoding state of an sqlite3_value object …
 
MK_BOOL ccsq3lite::Sq3ValueC::FromBind () const
  C++: MK_BOOL sq3val.FromBind() C-API
Obtaining SQL Values …
 
MK_BOOL ccsq3lite::Sq3ValueC::NoChange () const
  C++: MK_BOOL sq3val.NoChange() C-API
Obtaining SQL Values …
 
Sq3TypeE ccsq3lite::Sq3ValueC::NumericType () const
  C++: Sq3TypeE sq3val.NumericType() C-API
Obtaining SQL Values …
 
MK_I32 ccsq3lite::Sq3ValueC::SubType () const
  C++: MK_I32 sq3val.SubType() C-API
Finding The Subtype Of SQL Values …
 
Sq3TypeE ccsq3lite::Sq3ValueC::Type () const
  C++: Sq3TypeE sq3val.Type() C-API
Obtaining SQL Values …
 

Detailed Description

Sq3ValueC - get type-information

Function Documentation

◆ Bytes()

Sq3TextE ccsq3lite::Sq3ValueC::Bytes ( ) const
inline

C++: Sq3TextE sq3val.Bytes() C-API
Obtaining SQL Values …

Definition at line 103 of file Sq3ValueC_inline_cc.hh.

103 {
104 MK_UNUSED auto sq3val = getVALN();
105 enum Sq3TextE __retVal__L = Sq3ValueBytes(sq3val);
106 return __retVal__L;
107 }
#define MK_UNUSED
Sq3TextE
Text Encodings.
SQ3_VALN getVALN() const
(const) return the LibMsgqueObject from current Sq3ValueC instance
static enum Sq3TextE Sq3ValueBytes(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ Encoding()

Sq3TextE ccsq3lite::Sq3ValueC::Encoding ( ) const
inline

C++: Sq3TextE sq3val.Encoding() C-API
Report the internal text encoding state of an sqlite3_value object …

Definition at line 110 of file Sq3ValueC_inline_cc.hh.

110 {
111 MK_UNUSED auto sq3val = getVALN();
112 enum Sq3TextE __retVal__L = Sq3ValueEncoding(sq3val);
113 return __retVal__L;
114 }
static enum Sq3TextE Sq3ValueEncoding(SQ3_VALN sq3val)
Report the internal text encoding state of an sqlite3_value object …

◆ FromBind()

MK_BOOL ccsq3lite::Sq3ValueC::FromBind ( ) const
inline

C++: MK_BOOL sq3val.FromBind() C-API
Obtaining SQL Values …

Definition at line 117 of file Sq3ValueC_inline_cc.hh.

117 {
118 MK_UNUSED auto sq3val = getVALN();
119 MK_BOOL __retVal__L = Sq3ValueFromBind(sq3val);
120 return __retVal__L;
121 }
static MK_BOOL Sq3ValueFromBind(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ NoChange()

MK_BOOL ccsq3lite::Sq3ValueC::NoChange ( ) const
inline

C++: MK_BOOL sq3val.NoChange() C-API
Obtaining SQL Values …

Definition at line 128 of file Sq3ValueC_inline_cc.hh.

128 {
129 MK_UNUSED auto sq3val = getVALN();
130 MK_BOOL __retVal__L = Sq3ValueNoChange(sq3val);
131 return __retVal__L;
132 }
static MK_BOOL Sq3ValueNoChange(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ NumericType()

Sq3TypeE ccsq3lite::Sq3ValueC::NumericType ( ) const
inline

C++: Sq3TypeE sq3val.NumericType() C-API
Obtaining SQL Values …

Definition at line 135 of file Sq3ValueC_inline_cc.hh.

135 {
136 MK_UNUSED auto sq3val = getVALN();
137 enum Sq3TypeE __retVal__L = Sq3ValueNumericType(sq3val);
138 return __retVal__L;
139 }
Sq3TypeE
Fundamental Datatypes.
static enum Sq3TypeE Sq3ValueNumericType(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ SubType()

MK_I32 ccsq3lite::Sq3ValueC::SubType ( ) const
inline

C++: MK_I32 sq3val.SubType() C-API
Finding The Subtype Of SQL Values …

Definition at line 142 of file Sq3ValueC_inline_cc.hh.

142 {
143 MK_UNUSED auto sq3val = getVALN();
144 MK_I32 __retVal__L = Sq3ValueSubType(sq3val);
145 return __retVal__L;
146 }
signed int MK_I32
static MK_I32 Sq3ValueSubType(SQ3_VALN sq3val)
Finding The Subtype Of SQL Values …

◆ Type()

Sq3TypeE ccsq3lite::Sq3ValueC::Type ( ) const
inline

C++: Sq3TypeE sq3val.Type() C-API
Obtaining SQL Values …

Definition at line 149 of file Sq3ValueC_inline_cc.hh.

149 {
150 MK_UNUSED auto sq3val = getVALN();
151 enum Sq3TypeE __retVal__L = Sq3ValueType(sq3val);
152 return __retVal__L;
153 }
static enum Sq3TypeE Sq3ValueType(SQ3_VALN sq3val)
Obtaining SQL Values …