Public Types | Public Member Functions | List of all members
cet::sqlite::column< double, Constraints... > Struct Template Reference

#include <column.h>

Inheritance diagram for cet::sqlite::column< double, Constraints... >:
cet::sqlite::column_base

Public Types

using type = double
 

Public Member Functions

std::string sqlite_type () const
 
- Public Member Functions inherited from cet::sqlite::column_base
 column_base (std::string const &n)
 
auto const & name () const
 

Detailed Description

template<typename... Constraints>
struct cet::sqlite::column< double, Constraints... >

Definition at line 66 of file column.h.

Member Typedef Documentation

template<typename... Constraints>
using cet::sqlite::column< double, Constraints... >::type = double

Definition at line 68 of file column.h.

Member Function Documentation

template<typename... Constraints>
std::string cet::sqlite::column< double, Constraints... >::sqlite_type ( ) const
inline

Definition at line 70 of file column.h.

71  {
72  return " numeric";
73  }

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