lsst.daf.persistence
13.0-30-gd2bda26
|
#include <DbStorageImpl.h>
Public Member Functions | |
BoundVar (void) | |
Default constructor. More... | |
BoundVar (void *location) | |
Constructor from pointer. More... | |
BoundVar (BoundVar const &src) | |
Copy constructor. More... | |
Public Attributes | |
enum_field_types | _type |
bool | _isNull |
bool | _isUnsigned |
unsigned long | _length |
void * | _data |
Definition at line 66 of file DbStorageImpl.h.
lsst::daf::persistence::BoundVar::BoundVar | ( | void | ) |
Default constructor.
Definition at line 144 of file DbStorageImpl.cc.
|
explicit |
Constructor from pointer.
Definition at line 150 of file DbStorageImpl.cc.
lsst::daf::persistence::BoundVar::BoundVar | ( | BoundVar const & | src | ) |
Copy constructor.
Definition at line 156 of file DbStorageImpl.cc.
void* lsst::daf::persistence::BoundVar::_data |
Definition at line 76 of file DbStorageImpl.h.
bool lsst::daf::persistence::BoundVar::_isNull |
Definition at line 73 of file DbStorageImpl.h.
bool lsst::daf::persistence::BoundVar::_isUnsigned |
Definition at line 74 of file DbStorageImpl.h.
unsigned long lsst::daf::persistence::BoundVar::_length |
Definition at line 75 of file DbStorageImpl.h.
enum_field_types lsst::daf::persistence::BoundVar::_type |
Definition at line 72 of file DbStorageImpl.h.