NCBI C++ ToolKit
|
Search Toolkit Book for CDB_BigInt
#include <dbapi/driver/types.hpp>
Public Member Functions | |
CDB_BigInt () | |
CDB_BigInt (const Int8 &i) | |
virtual | ~CDB_BigInt (void) |
CDB_BigInt & | operator= (const Int8 &i) |
Int8 | Value () const |
void * | BindVal () const |
virtual EDB_Type | GetType () const |
virtual CDB_Object * | Clone () const |
virtual void | AssignValue (const CDB_Object &v) |
Public Member Functions inherited from CDB_Object | |
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 | |
Int8 | m_Val |
Additional Inherited Members | |
Static Public Member Functions inherited from CDB_Object | |
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 inherited from CDB_Object | |
void | SetNULL (bool flag=true) |