LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Static Public Attributes | List of all members
lsst::daf::persistence::BoundVarTraits< T > Struct Template Reference

Public Member Functions

template<>
enum_field_types mysqlType
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
bool isUnsigned
 
template<>
enum_field_types mysqlType
 
template<>
bool isUnsigned
 
template<>
enum_field_types mysqlType
 
template<>
bool isUnsigned
 
template<>
enum_field_types mysqlType
 
template<>
bool isUnsigned
 
template<>
enum_field_types mysqlType
 
template<>
bool isUnsigned
 

Static Public Attributes

static enum_field_types mysqlType
 
static bool isUnsigned
 

Detailed Description

template<typename T>
struct lsst::daf::persistence::BoundVarTraits< T >

Definition at line 78 of file DbStorageImpl.cc.

Member Function Documentation

template<>
bool lsst::daf::persistence::BoundVarTraits< bool >::isUnsigned ( )

Definition at line 99 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< char >::isUnsigned ( )

Definition at line 101 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< signed char >::isUnsigned ( )

Definition at line 102 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< unsigned char >::isUnsigned ( )

Definition at line 103 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< short >::isUnsigned ( )

Definition at line 104 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< unsigned short >::isUnsigned ( )

Definition at line 105 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< int >::isUnsigned ( )

Definition at line 106 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< unsigned int >::isUnsigned ( )

Definition at line 107 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< long >::isUnsigned ( )

Definition at line 108 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< unsigned long >::isUnsigned ( )

Definition at line 109 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< long long >::isUnsigned ( )

Definition at line 110 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< unsigned long long >::isUnsigned ( )

Definition at line 111 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< float >::isUnsigned ( )

Definition at line 115 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< double >::isUnsigned ( )

Definition at line 119 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< dafBase::DateTime >::isUnsigned ( )

Definition at line 123 of file DbStorageImpl.cc.

template<>
bool lsst::daf::persistence::BoundVarTraits< std::string >::isUnsigned ( )

Definition at line 127 of file DbStorageImpl.cc.

template<>
enum_field_types lsst::daf::persistence::BoundVarTraits< bool >::mysqlType ( )

Definition at line 98 of file DbStorageImpl.cc.

template<>
enum_field_types lsst::daf::persistence::BoundVarTraits< float >::mysqlType ( )

Definition at line 114 of file DbStorageImpl.cc.

template<>
enum_field_types lsst::daf::persistence::BoundVarTraits< double >::mysqlType ( )

Definition at line 118 of file DbStorageImpl.cc.

template<>
enum_field_types lsst::daf::persistence::BoundVarTraits< dafBase::DateTime >::mysqlType ( )

Definition at line 122 of file DbStorageImpl.cc.

template<>
enum_field_types lsst::daf::persistence::BoundVarTraits< std::string >::mysqlType ( )

Definition at line 126 of file DbStorageImpl.cc.

Member Data Documentation

template<typename T >
bool lsst::daf::persistence::BoundVarTraits< T >::isUnsigned
static

Definition at line 81 of file DbStorageImpl.cc.

template<typename T >
enum_field_types lsst::daf::persistence::BoundVarTraits< N >::mysqlType
static
Initial value:
=
IntegerTypeTraits<sizeof(N)>::mysqlType

Definition at line 80 of file DbStorageImpl.cc.


The documentation for this struct was generated from the following file: