drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::orm::internal::SqlBinder Class Reference
Inheritance diagram for drogon::orm::internal::SqlBinder:
Collaboration diagram for drogon::orm::internal::SqlBinder:

Public Member Functions

 SqlBinder (const std::string &sql, DbClient &client, ClientType type)
 SqlBinder (std::string &&sql, DbClient &client, ClientType type)
 SqlBinder (const char *sql, size_t sqlLength, DbClient &client, ClientType type)
 SqlBinder (SqlBinder &&that) noexcept
SqlBinder & operator= (SqlBinder &&that)=delete
template<typename CallbackType, typename traits = FunctionTraits<typename std::decay<CallbackType>::type>>
self & operator>> (CallbackType &&callback)
template<typename T>
self & operator<< (T &&parameter)
self & operator<< (const RawParameter &)
self & operator<< (RawParameter &param)
self & operator<< (RawParameter &&)
self & operator<< (const char str[])
self & operator<< (char str[])
self & operator<< (const std::string_view &str)
self & operator<< (std::string_view &&str)
self & operator<< (std::string_view &str)
self & operator<< (const std::string &str)
self & operator<< (std::string &str)
self & operator<< (std::string &&str)
self & operator<< (trantor::Date date)
self & operator<< (const std::vector< char > &v)
self & operator<< (std::vector< char > &v)
self & operator<< (std::vector< char > &&v)
self & operator<< (float f)
self & operator<< (double f)
self & operator<< (std::nullptr_t)
self & operator<< (DefaultValue dv)
self & operator<< (const Mode &mode)
self & operator<< (Mode &mode)
self & operator<< (Mode &&mode)
template<typename T>
self & operator<< (const std::optional< T > &parameter)
template<typename T>
self & operator<< (std::optional< T > &parameter)
template<typename T>
self & operator<< (std::optional< T > &&parameter)
self & operator<< (const Json::Value &j) noexcept(true)
self & operator<< (Json::Value &j) noexcept(true)
self & operator<< (Json::Value &&j) noexcept(true)
void exec () noexcept(false)

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