Audacity 3.2.0
|
This is the complete list of members for audacity::sqlite::RunResult, including all inherited members.
begin() noexcept | audacity::sqlite::RunResult | |
end() noexcept | audacity::sqlite::RunResult | |
GetErrors() const noexcept | audacity::sqlite::RunResult | |
GetModifiedRowsCount() const noexcept | audacity::sqlite::RunResult | |
HasRows() const noexcept | audacity::sqlite::RunResult | |
IsOk() const noexcept | audacity::sqlite::RunResult | |
mErrors | audacity::sqlite::RunResult | private |
mHasRows | audacity::sqlite::RunResult | private |
mModifiedRowsCount | audacity::sqlite::RunResult | private |
mStatement | audacity::sqlite::RunResult | private |
operator=(const RunResult &)=delete | audacity::sqlite::RunResult | |
operator=(RunResult &&) noexcept | audacity::sqlite::RunResult | |
RunContext | audacity::sqlite::RunResult | friend |
RunResult(StatementHandlePtr statement, std::vector< Error > errors) noexcept | audacity::sqlite::RunResult | private |
RunResult(const RunResult &)=delete | audacity::sqlite::RunResult | |
RunResult(RunResult &&) noexcept | audacity::sqlite::RunResult | |
~RunResult() | audacity::sqlite::RunResult |