Public Member Functions |
|
| BVal (const ICol &icol) |
|
int | setbnd (Par par) const |
|
int | setflt (Par par) const |
|
void | init () |
|
void | copy (const Val &val2) |
|
void | make (uint numattrs, const Lim &lim) |
|
int | cmp (const Val &val2, uint numattrs=g_numattrs, uint *num_eq=0) const |
|
void | fromib (const NdbIndexScanOperation::IndexBound &ib, uint j) |
|
| Val (const Col &col) |
|
void | copy (const Val &val2) |
|
void | copy (const void *addr) |
|
const void * | dataaddr () const |
|
void | calc (Par par, uint i) |
|
void | calckey (Par par, uint i) |
|
void | calckeychars (Par par, uint i, uint &n, uchar *buf) |
|
void | calcnokey (Par par) |
|
void | calcnokeychars (Par par, uint &n, uchar *buf) |
|
int | setval (Par par) const |
|
int | setval (Par par, const ICol &icol) const |
|
int | cmp (Par par, const Val &val2) const |
|
int | cmpchars (Par par, const uchar *buf1, uint len1, const uchar *buf2, uint len2) const |
|
int | verify (Par par, const Val &val2) const |
Public Attributes |
|
const ICol & | m_icol |
|
int | m_type |
|
uint8 | m_numattrs |
|
int8 | b_null |
|
int8 | c_null |
|
int8 | d_null |
|
Uint32 | b |
|
uchar | c [1+g_charlen] |
|
Uint16 | d |
|
const Col & | m_col |
|
union { |
| Uint32 m_uint32 |
| uchar * m_char |
| uchar * m_varchar |
| uchar * m_longvarchar |
| }; | |
|
bool | m_null |
Detailed Description
Definition at line 3202 of file testOIBasic.cpp.
The documentation for this struct was generated from the following file: