![]() |
LeechCraft
0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
|
#include "oral.h"
Inheritance diagram for LeechCraft::Util::oral::detail::AdaptInsert< Seq >:
Collaboration diagram for LeechCraft::Util::oral::detail::AdaptInsert< Seq >:Classes | |
| struct | PrivateTag |
Public Member Functions | |
| AdaptInsert (const CachedFieldsData &data, const PrivateTag &) | |
| template<bool Autogen = HasAutogenPKey<Seq> ()> | |
| AdaptInsert (CachedFieldsData data, std::enable_if_t< Autogen > *=nullptr) | |
| bool ValueAtC_t< SeqPrime, FindPKey< SeqPrime > ::result_type::value > | operator() (const Seq &t, InsertAction action=InsertAction::Default) const |
| template<bool Autogen = HasAutogenPKey<Seq> ()> | |
| std::enable_if_t<!Autogen > | operator() (const Seq &t, InsertAction action=InsertAction::Default) const |
Public Attributes | |
| const CachedFieldsData | Data_ |
| const QString | InsertSuffix_ |
| PrivateTag | |
| bool | Autogen |
|
inline |
|
inline |
|
inline |
|
inline |
| bool LeechCraft::Util::oral::detail::AdaptInsert< Seq >::Autogen |
| const CachedFieldsData LeechCraft::Util::oral::detail::AdaptInsert< Seq >::Data_ |
Definition at line 492 of file oral.h.
Referenced by LeechCraft::Util::oral::detail::AdaptInsert< T >::operator()(), and LeechCraft::Util::oral::detail::ExprTree< ExprType::LeafData, T, void >::ToSql().
| const QString LeechCraft::Util::oral::detail::AdaptInsert< Seq >::InsertSuffix_ |
Definition at line 493 of file oral.h.
Referenced by LeechCraft::Util::oral::detail::AdaptInsert< T >::operator()().
| LeechCraft::Util::oral::detail::AdaptInsert< Seq >::PrivateTag |