LSSTApplications  11.0-24-g0a022a1,14.0+77,15.0,15.0+1
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 85 of file DbStorageImpl.cc.

Member Function Documentation

◆ isUnsigned() [1/16]

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

Definition at line 106 of file DbStorageImpl.cc.

◆ isUnsigned() [2/16]

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

Definition at line 108 of file DbStorageImpl.cc.

◆ isUnsigned() [3/16]

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

Definition at line 109 of file DbStorageImpl.cc.

◆ isUnsigned() [4/16]

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

Definition at line 110 of file DbStorageImpl.cc.

◆ isUnsigned() [5/16]

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

Definition at line 111 of file DbStorageImpl.cc.

◆ isUnsigned() [6/16]

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

Definition at line 112 of file DbStorageImpl.cc.

◆ isUnsigned() [7/16]

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

Definition at line 113 of file DbStorageImpl.cc.

◆ isUnsigned() [8/16]

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

Definition at line 114 of file DbStorageImpl.cc.

◆ isUnsigned() [9/16]

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

Definition at line 115 of file DbStorageImpl.cc.

◆ isUnsigned() [10/16]

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

Definition at line 116 of file DbStorageImpl.cc.

◆ isUnsigned() [11/16]

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

Definition at line 117 of file DbStorageImpl.cc.

◆ isUnsigned() [12/16]

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

Definition at line 118 of file DbStorageImpl.cc.

◆ isUnsigned() [13/16]

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

Definition at line 122 of file DbStorageImpl.cc.

◆ isUnsigned() [14/16]

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

Definition at line 126 of file DbStorageImpl.cc.

◆ isUnsigned() [15/16]

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

Definition at line 130 of file DbStorageImpl.cc.

◆ isUnsigned() [16/16]

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

Definition at line 134 of file DbStorageImpl.cc.

◆ mysqlType() [1/5]

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

Definition at line 105 of file DbStorageImpl.cc.

◆ mysqlType() [2/5]

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

Definition at line 121 of file DbStorageImpl.cc.

◆ mysqlType() [3/5]

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

Definition at line 125 of file DbStorageImpl.cc.

◆ mysqlType() [4/5]

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

Definition at line 129 of file DbStorageImpl.cc.

◆ mysqlType() [5/5]

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

Definition at line 133 of file DbStorageImpl.cc.

Member Data Documentation

◆ isUnsigned

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

Definition at line 88 of file DbStorageImpl.cc.

◆ mysqlType

template<typename T >
enum_field_types lsst::daf::persistence::BoundVarTraits< N >::mysqlType
static
Initial value:

Definition at line 87 of file DbStorageImpl.cc.


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