NCBI C++ ToolKit
|
Search Toolkit Book for CDB_Object
#include <dbapi/driver/types.hpp>
Public Member Functions | |
CDB_Object (bool is_null=true) | |
virtual | ~CDB_Object () |
bool | IsNULL () const |
virtual void | AssignNULL () |
virtual EDB_Type | GetType () const =0 |
virtual CDB_Object * | Clone () const =0 |
virtual CDB_Object * | ShallowClone () const |
virtual void | AssignValue (const CDB_Object &v)=0 |
string | GetLogString (void) const |
Static Public Member Functions | |
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) |
Protected Member Functions | |
void | SetNULL (bool flag=true) |
Private Attributes | |
bool | m_Null |