NCBI C++ ToolKit
|
Search Toolkit Book for CDB_Bit
#include <dbapi/driver/types.hpp>
Public Member Functions | |
CDB_Bit () | |
CDB_Bit (int i) | |
CDB_Bit (bool i) | |
virtual | ~CDB_Bit (void) |
CDB_Bit & | operator= (const int &i) |
CDB_Bit & | operator= (const bool &i) |
int | Value () const |
void * | BindVal () const |
virtual EDB_Type | GetType () const |
virtual CDB_Object * | Clone () const |
virtual void | AssignValue (const CDB_Object &v) |
![]() | |
CDB_Object (bool is_null=true) | |
virtual | ~CDB_Object () |
bool | IsNULL () const |
virtual void | AssignNULL () |
virtual CDB_Object * | ShallowClone () const |
string | GetLogString (void) const |
Protected Attributes | |
Uint1 | m_Val |
Additional Inherited Members | |
![]() | |
static CDB_Object * | Create (EDB_Type type, size_t size=1) |
static const char * | GetTypeName (EDB_Type db_type, bool throw_on_unknown=true) |
static EBlobType | GetBlobType (EDB_Type db_type) |
static bool | IsBlobType (EDB_Type db_type) |
![]() | |
void | SetNULL (bool flag=true) |