Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlLogger Member List

This is the complete list of members for SqlLogger, including all inherited members.

GetLogger()SqlLoggerstatic
NullLogger() noexceptSqlLoggerstatic
OnBind(std::string_view const &name, std::string value)=0SqlLoggerpure virtual
OnBindInputParameter(std::string_view const &name, T &&value)SqlLoggerinline
OnConnectionClosed(SqlConnection const &connection)=0SqlLoggerpure virtual
OnConnectionIdle(SqlConnection const &connection)=0SqlLoggerpure virtual
OnConnectionOpened(SqlConnection const &connection)=0SqlLoggerpure virtual
OnConnectionReuse(SqlConnection const &connection)=0SqlLoggerpure virtual
OnError(SqlError errorCode, std::source_location sourceLocation=std::source_location::current())=0SqlLoggerpure virtual
OnError(SqlErrorInfo const &errorInfo, std::source_location sourceLocation=std::source_location::current())=0SqlLoggerpure virtual
OnExecute(std::string_view const &query)=0SqlLoggerpure virtual
OnExecuteBatch()=0SqlLoggerpure virtual
OnExecuteDirect(std::string_view const &query)=0SqlLoggerpure virtual
OnFetchEnd()=0SqlLoggerpure virtual
OnFetchRow()=0SqlLoggerpure virtual
OnPrepare(std::string_view const &query)=0SqlLoggerpure virtual
OnScopedTimerStart(std::string const &tag)=0SqlLoggerpure virtual
OnScopedTimerStop(std::string const &tag)=0SqlLoggerpure virtual
OnWarning(std::string_view const &message)=0SqlLoggerpure virtual
operator=(SqlLogger const &)=default (defined in SqlLogger)SqlLogger
operator=(SqlLogger &&)=default (defined in SqlLogger)SqlLogger
SetLogger(SqlLogger &logger)SqlLoggerstatic
SqlLogger()=default (defined in SqlLogger)SqlLogger
SqlLogger(SqlLogger const &)=default (defined in SqlLogger)SqlLogger
SqlLogger(SqlLogger &&)=default (defined in SqlLogger)SqlLogger
SqlLogger(SupportBindLogging supportBindLogging)SqlLoggerinlineexplicit
StandardLogger()SqlLoggerstatic
SupportBindLogging enum nameSqlLogger
TraceLogger()SqlLoggerstatic
~SqlLogger()=default (defined in SqlLogger)SqlLoggervirtual