Lightweight 0.20260303.0
Loading...
Searching...
No Matches
Lightweight::SqlStatement Member List

This is the complete list of members for Lightweight::SqlStatement, including all inherited members.

BindInputParameter(SQLSMALLINT columnIndex, Arg const &arg)Lightweight::SqlStatement
BindInputParameter(SQLSMALLINT columnIndex, Arg const &arg, ColumnName &&columnNameHint)Lightweight::SqlStatement
BindInputParameter(SQLSMALLINT columnIndex, Arg const &arg)Lightweight::SqlStatementinline
BindInputParameter(SQLSMALLINT columnIndex, Arg const &arg, ColumnName &&columnNameHint)Lightweight::SqlStatementinline
BindOutputColumn(SQLUSMALLINT columnIndex, T *arg)Lightweight::SqlStatementinline
BindOutputColumns(Args *... args)Lightweight::SqlStatementinline
Connection() noexceptLightweight::SqlStatementinline
Connection() const noexceptLightweight::SqlStatementinline
Execute(Args const &... args)Lightweight::SqlStatement
ExecuteBatch(FirstColumnBatch const &firstColumnBatch, MoreColumnBatches const &... moreColumnBatches)Lightweight::SqlStatement
ExecuteBatch(std::span< SqlRawColumn const > columns, size_t rowCount)Lightweight::SqlStatement
ExecuteBatch(FirstColumnBatch const &firstColumnBatch, MoreColumnBatches const &... moreColumnBatches)Lightweight::SqlStatementinline
ExecuteBatchNative(FirstColumnBatch const &firstColumnBatch, MoreColumnBatches const &... moreColumnBatches)Lightweight::SqlStatement
ExecuteBatchSoft(FirstColumnBatch const &firstColumnBatch, MoreColumnBatches const &... moreColumnBatches)Lightweight::SqlStatement
ExecuteDirect(std::string_view const &query, std::source_location location=std::source_location::current())Lightweight::SqlStatement
ExecuteDirect(SqlQueryObject auto const &query, std::source_location location=std::source_location::current())Lightweight::SqlStatementinline
ExecuteDirectScalar(std::string_view const &query, std::source_location location=std::source_location::current())Lightweight::SqlStatementinline
ExecuteDirectScalar(std::string_view const &query, std::source_location location=std::source_location::current())Lightweight::SqlStatementinline
ExecuteDirectScalar(SqlQueryObject auto const &query, std::source_location location=std::source_location::current())Lightweight::SqlStatementinline
ExecuteDirectScalar(SqlQueryObject auto const &query, std::source_location location=std::source_location::current())Lightweight::SqlStatementinline
ExecuteWithVariants(std::vector< SqlVariant > const &args)Lightweight::SqlStatement
IsAlive() const noexceptLightweight::SqlStatementinline
IsPrepared() const noexceptLightweight::SqlStatementinline
LastError() constLightweight::SqlStatementinline
LastInsertId(std::string_view tableName)Lightweight::SqlStatement
MigrateDirect(Callable const &callable, std::source_location location=std::source_location::current())Lightweight::SqlStatement
NativeHandle() const noexceptLightweight::SqlStatementinline
operator=(SqlStatement &&other) noexceptLightweight::SqlStatement
operator=(SqlStatement const &) noexcept=delete (defined in Lightweight::SqlStatement)Lightweight::SqlStatement
Lightweight::SqlDataBinderCallback::operator=(SqlDataBinderCallback &&)=defaultLightweight::SqlDataBinderCallback
Lightweight::SqlDataBinderCallback::operator=(SqlDataBinderCallback const &)=defaultLightweight::SqlDataBinderCallback
Prepare(std::string_view query) &Lightweight::SqlStatement
Prepare(std::string_view query) &&Lightweight::SqlStatement
Prepare(SqlQueryObject auto const &queryObject) &Lightweight::SqlStatementinline
Prepare(SqlQueryObject auto const &queryObject) &&Lightweight::SqlStatementinline
PreparedQuery() const noexceptLightweight::SqlStatementinline
Query(std::string_view const &table={}) constLightweight::SqlStatement
QueryAs(std::string_view const &table, std::string_view const &tableAlias) constLightweight::SqlStatement
SqlDataBinderCallback()=defaultLightweight::SqlDataBinderCallback
SqlDataBinderCallback(SqlDataBinderCallback &&)=defaultLightweight::SqlDataBinderCallback
SqlDataBinderCallback(SqlDataBinderCallback const &)=defaultLightweight::SqlDataBinderCallback
SqlStatement()Lightweight::SqlStatement
SqlStatement(SqlStatement &&other) noexceptLightweight::SqlStatement
SqlStatement(SqlStatement const &) noexcept=delete (defined in Lightweight::SqlStatement)Lightweight::SqlStatement
SqlStatement(SqlConnection &relatedConnection)Lightweight::SqlStatementexplicit
SqlStatement(std::nullopt_t)Lightweight::SqlStatementexplicit
~SqlDataBinderCallback()=default (defined in Lightweight::SqlDataBinderCallback)Lightweight::SqlDataBinderCallbackvirtual
~SqlStatement() noexcept final (defined in Lightweight::SqlStatement)Lightweight::SqlStatement