LeechCraft  0.6.70-11552-gf61ee51c3d
Modular cross-platform feature rich live environment.
LeechCraft::Util::oral::ObjectInfo< T > Struct Template Reference

#include "oral.h"

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

Public Member Functions

 ObjectInfo (const ObjectInfo< T > &)=delete
 
 ObjectInfo (ObjectInfo< T > &&)=default
 

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 LeechCraft::Util::oral::ObjectInfo< T >

Definition at line 1213 of file oral.h.

Constructor & Destructor Documentation

◆ ObjectInfo() [1/2]

template<typename T >
LeechCraft::Util::oral::ObjectInfo< T >::ObjectInfo ( const ObjectInfo< T > &  )
delete

◆ ObjectInfo() [2/2]

template<typename T >
LeechCraft::Util::oral::ObjectInfo< T >::ObjectInfo ( ObjectInfo< T > &&  )
default

Member Data Documentation

◆ Delete

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

Definition at line 1217 of file oral.h.

◆ DeleteBy

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

Definition at line 1221 of file oral.h.

◆ Insert

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

Definition at line 1215 of file oral.h.

◆ Select

Definition at line 1219 of file oral.h.

◆ SelectOne

Definition at line 1220 of file oral.h.

◆ Update

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

Definition at line 1216 of file oral.h.


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