NCBI C++ ToolKit
|
Search Toolkit Book for CDB_DateTime
#include <dbapi/driver/types.hpp>
Public Member Functions | |
CDB_DateTime (CTime::EInitMode mode=CTime::eEmpty) | |
CDB_DateTime (const CTime &t) | |
CDB_DateTime (Int4 d, Int4 s300) | |
virtual | ~CDB_DateTime (void) |
CDB_DateTime & | operator= (const CTime &t) |
CDB_DateTime & | Assign (Int4 d, Int4 s300) |
const CTime & | Value (void) const |
Int4 | GetDays (void) const |
Int4 | Get300Secs (void) const |
virtual EDB_Type | GetType (void) const |
virtual CDB_Object * | Clone (void) 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 | |
CTime | m_NCBITime |
TDBTimeI | m_DBTime |
unsigned int | m_Status |
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) |