Audacity 3.2.0
|
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
#include "Error.h"
Go to the source code of this file.
Classes | |
class | audacity::sqlite::Row |
A class representing a row in a result set. More... | |
class | audacity::sqlite::RowIterator |
A class representing an iterator over a result set. More... | |
class | audacity::sqlite::RunResult |
A class representing a result of a run operation. More... | |
class | audacity::sqlite::RunContext |
A class representing a context of a run operation. More... | |
class | audacity::sqlite::Statement |
A class representing a compiled statement. More... | |
Namespaces | |
namespace | audacity |
namespace | audacity::sqlite |
Typedefs | |
using | audacity::sqlite::StatementHandlePtr = std::shared_ptr< StatementHandle > |