|
Lightweight 0.20260303.0
|
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::SqlStatement | inline |
| BindInputParameter(SQLSMALLINT columnIndex, Arg const &arg, ColumnName &&columnNameHint) | Lightweight::SqlStatement | inline |
| BindOutputColumn(SQLUSMALLINT columnIndex, T *arg) | Lightweight::SqlStatement | inline |
| BindOutputColumns(Args *... args) | Lightweight::SqlStatement | inline |
| Connection() noexcept | Lightweight::SqlStatement | inline |
| Connection() const noexcept | Lightweight::SqlStatement | inline |
| 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::SqlStatement | inline |
| 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::SqlStatement | inline |
| ExecuteDirectScalar(std::string_view const &query, std::source_location location=std::source_location::current()) | Lightweight::SqlStatement | inline |
| ExecuteDirectScalar(std::string_view const &query, std::source_location location=std::source_location::current()) | Lightweight::SqlStatement | inline |
| ExecuteDirectScalar(SqlQueryObject auto const &query, std::source_location location=std::source_location::current()) | Lightweight::SqlStatement | inline |
| ExecuteDirectScalar(SqlQueryObject auto const &query, std::source_location location=std::source_location::current()) | Lightweight::SqlStatement | inline |
| ExecuteWithVariants(std::vector< SqlVariant > const &args) | Lightweight::SqlStatement | |
| IsAlive() const noexcept | Lightweight::SqlStatement | inline |
| IsPrepared() const noexcept | Lightweight::SqlStatement | inline |
| LastError() const | Lightweight::SqlStatement | inline |
| LastInsertId(std::string_view tableName) | Lightweight::SqlStatement | |
| MigrateDirect(Callable const &callable, std::source_location location=std::source_location::current()) | Lightweight::SqlStatement | |
| NativeHandle() const noexcept | Lightweight::SqlStatement | inline |
| operator=(SqlStatement &&other) noexcept | Lightweight::SqlStatement | |
| operator=(SqlStatement const &) noexcept=delete (defined in Lightweight::SqlStatement) | Lightweight::SqlStatement | |
| Lightweight::SqlDataBinderCallback::operator=(SqlDataBinderCallback &&)=default | Lightweight::SqlDataBinderCallback | |
| Lightweight::SqlDataBinderCallback::operator=(SqlDataBinderCallback const &)=default | Lightweight::SqlDataBinderCallback | |
| Prepare(std::string_view query) & | Lightweight::SqlStatement | |
| Prepare(std::string_view query) && | Lightweight::SqlStatement | |
| Prepare(SqlQueryObject auto const &queryObject) & | Lightweight::SqlStatement | inline |
| Prepare(SqlQueryObject auto const &queryObject) && | Lightweight::SqlStatement | inline |
| PreparedQuery() const noexcept | Lightweight::SqlStatement | inline |
| Query(std::string_view const &table={}) const | Lightweight::SqlStatement | |
| QueryAs(std::string_view const &table, std::string_view const &tableAlias) const | Lightweight::SqlStatement | |
| SqlDataBinderCallback()=default | Lightweight::SqlDataBinderCallback | |
| SqlDataBinderCallback(SqlDataBinderCallback &&)=default | Lightweight::SqlDataBinderCallback | |
| SqlDataBinderCallback(SqlDataBinderCallback const &)=default | Lightweight::SqlDataBinderCallback | |
| SqlStatement() | Lightweight::SqlStatement | |
| SqlStatement(SqlStatement &&other) noexcept | Lightweight::SqlStatement | |
| SqlStatement(SqlStatement const &) noexcept=delete (defined in Lightweight::SqlStatement) | Lightweight::SqlStatement | |
| SqlStatement(SqlConnection &relatedConnection) | Lightweight::SqlStatement | explicit |
| SqlStatement(std::nullopt_t) | Lightweight::SqlStatement | explicit |
| ~SqlDataBinderCallback()=default (defined in Lightweight::SqlDataBinderCallback) | Lightweight::SqlDataBinderCallback | virtual |
| ~SqlStatement() noexcept final (defined in Lightweight::SqlStatement) | Lightweight::SqlStatement |