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

#include <column.h>

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

Public Types

using type = std::string
 

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< std::string, Constraints... >

Definition at line 154 of file column.h.

Member Typedef Documentation

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

Definition at line 156 of file column.h.

Member Function Documentation

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

Definition at line 158 of file column.h.

159  {
160  return " text";
161  }

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