LeechCraft  0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
LC::Util::oral::detail::ExprTree< Type, L, R > Class Template Reference

#include "oral.h"

Public Member Functions

 ExprTree (const L &l, const R &r) noexcept
 
template<typename T >
QString ToSql (ToSqlState< T > &state) const noexcept
 
template<typename T >
QSet< QString > AdditionalTables () const noexcept
 

Static Public Member Functions

template<typename T >
static constexpr bool HasAdditionalTables () noexcept
 

Detailed Description

template<ExprType Type, typename L, typename R>
class LC::Util::oral::detail::ExprTree< Type, L, R >

Definition at line 616 of file oral.h.

Constructor & Destructor Documentation

◆ ExprTree()

template<ExprType Type, typename L , typename R >
LC::Util::oral::detail::ExprTree< Type, L, R >::ExprTree ( const L &  l,
const R &  r 
)
inlinenoexcept

Definition at line 658 of file oral.h.

Member Function Documentation

◆ AdditionalTables()

template<ExprType Type, typename L , typename R >
template<typename T >
QSet<QString> LC::Util::oral::detail::ExprTree< Type, L, R >::AdditionalTables ( ) const
inlinenoexcept

Definition at line 674 of file oral.h.

◆ HasAdditionalTables()

template<ExprType Type, typename L , typename R >
template<typename T >
static constexpr bool LC::Util::oral::detail::ExprTree< Type, L, R >::HasAdditionalTables ( )
inlinestaticnoexcept

Definition at line 680 of file oral.h.

◆ ToSql()

template<ExprType Type, typename L , typename R >
template<typename T >
QString LC::Util::oral::detail::ExprTree< Type, L, R >::ToSql ( ToSqlState< T > &  state) const
inlinenoexcept

Definition at line 665 of file oral.h.

References LC::Util::oral::detail::TypeToSql().

+ Here is the call graph for this function:

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