LeechCraft  0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
LC::Util::oral::detail::AdaptDelete< Seq > Struct Template Reference

#include "oral.h"

+ Inheritance diagram for LC::Util::oral::detail::AdaptDelete< Seq >:

Public Member Functions

 AdaptDelete (const QSqlDatabase &db) noexcept
 
void operator() (const Seq &seq) requires HasPKey< Seq >
 

Public Attributes

QSqlQuery DeleteQuery_
 

Detailed Description

template<typename Seq>
struct LC::Util::oral::detail::AdaptDelete< Seq >

Definition at line 479 of file oral.h.

Constructor & Destructor Documentation

◆ AdaptDelete()

template<typename Seq>
LC::Util::oral::detail::AdaptDelete< Seq >::AdaptDelete ( const QSqlDatabase &  db)
inlinenoexcept

Definition at line 483 of file oral.h.

Member Function Documentation

◆ operator()()

template<typename Seq>
void LC::Util::oral::detail::AdaptDelete< Seq >::operator() ( const Seq &  seq)
inline

Definition at line 495 of file oral.h.

Member Data Documentation

◆ DeleteQuery_

template<typename Seq>
QSqlQuery LC::Util::oral::detail::AdaptDelete< Seq >::DeleteQuery_

Definition at line 481 of file oral.h.

Referenced by LC::Util::oral::detail::AdaptDelete< T >::operator()().


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