Leosac  0.8.0
Open Source Access Control
odb::sqlite::value_traits< std::chrono::milliseconds, id_integer > Class Reference

#include <STDDurationODB.hpp>

Public Types

typedef std::chrono::milliseconds value_type
 
typedef value_type query_type
 
typedef long long image_type
 

Static Public Member Functions

static void set_value (std::chrono::milliseconds &v, image_type i, bool is_null)
 
static void set_image (image_type &i, bool &is_null, const std::chrono::milliseconds &v)
 

Detailed Description

Definition at line 72 of file STDDurationODB.hpp.

Member Typedef Documentation

◆ image_type

typedef long long odb::sqlite::value_traits< std::chrono::milliseconds, id_integer >::image_type

Definition at line 77 of file STDDurationODB.hpp.

◆ query_type

typedef value_type odb::sqlite::value_traits< std::chrono::milliseconds, id_integer >::query_type

Definition at line 76 of file STDDurationODB.hpp.

◆ value_type

typedef std::chrono::milliseconds odb::sqlite::value_traits< std::chrono::milliseconds, id_integer >::value_type

Definition at line 75 of file STDDurationODB.hpp.

Member Function Documentation

◆ set_image()

static void odb::sqlite::value_traits< std::chrono::milliseconds, id_integer >::set_image ( image_type i,
bool &  is_null,
const std::chrono::milliseconds &  v 
)
inlinestatic

Definition at line 89 of file STDDurationODB.hpp.

◆ set_value()

static void odb::sqlite::value_traits< std::chrono::milliseconds, id_integer >::set_value ( std::chrono::milliseconds &  v,
image_type  i,
bool  is_null 
)
inlinestatic

Definition at line 79 of file STDDurationODB.hpp.


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