LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::oral::ObjectInfo< T > Struct Template Reference

#include "oral.h"

+ Collaboration diagram for LC::Util::oral::ObjectInfo< T >:

Public Types

using ObjectType_t = T
 

Public Attributes

detail::AdaptInsert< T > Insert
 
detail::AdaptUpdate< T > Update
 
detail::AdaptDelete< T > Delete
 
detail::SelectWrapper< T, detail::SelectBehaviour::SomeSelect
 
detail::SelectWrapper< T, detail::SelectBehaviour::OneSelectOne
 
detail::DeleteByFieldsWrapper< T > DeleteBy
 

Detailed Description

template<typename T>
struct LC::Util::oral::ObjectInfo< T >

Definition at line 1624 of file oral.h.

Member Typedef Documentation

◆ ObjectType_t

template<typename T>
using LC::Util::oral::ObjectInfo< T >::ObjectType_t = T

Definition at line 1634 of file oral.h.

Member Data Documentation

◆ Delete

template<typename T>
detail::AdaptDelete<T> LC::Util::oral::ObjectInfo< T >::Delete

Definition at line 1628 of file oral.h.

◆ DeleteBy

template<typename T>
detail::DeleteByFieldsWrapper<T> LC::Util::oral::ObjectInfo< T >::DeleteBy

Definition at line 1632 of file oral.h.

◆ Insert

template<typename T>
detail::AdaptInsert<T> LC::Util::oral::ObjectInfo< T >::Insert

Definition at line 1626 of file oral.h.

◆ Select

Definition at line 1630 of file oral.h.

◆ SelectOne

Definition at line 1631 of file oral.h.

◆ Update

template<typename T>
detail::AdaptUpdate<T> LC::Util::oral::ObjectInfo< T >::Update

Definition at line 1627 of file oral.h.


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