lsst.daf.persistence  13.0-35-g3a9824c
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | Public Attributes | List of all members
lsst::daf::persistence::BoundVar Class Reference

#include <DbStorageImpl.h>

Inheritance diagram for lsst::daf::persistence::BoundVar:

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
 

Detailed Description

Definition at line 66 of file DbStorageImpl.h.

Constructor & Destructor Documentation

lsst::daf::persistence::BoundVar::BoundVar ( void  )

Default constructor.

Definition at line 144 of file DbStorageImpl.cc.

lsst::daf::persistence::BoundVar::BoundVar ( void *  location)
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.

Member Data Documentation

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.


The documentation for this class was generated from the following files: