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

#include <column.h>

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

Public Types

using type = long long
 

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< unsigned long long, Constraints... >

Definition at line 143 of file column.h.

Member Typedef Documentation

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

Definition at line 145 of file column.h.

Member Function Documentation

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

Definition at line 147 of file column.h.

148  {
149  return " integer";
150  }

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