![]() |
Audacity 3.2.0
|
This is the complete list of members for audacity::sqlite::Row, including all inherited members.
| DoGet(Reader reader, int columnIndex) const | audacity::sqlite::Row | private |
| Get(int columnIndex, bool &value) const | audacity::sqlite::Row | |
| Get(int columnIndex, int &value) const | audacity::sqlite::Row | |
| Get(int columnIndex, long &value) const | audacity::sqlite::Row | |
| Get(int columnIndex, long long &value) const | audacity::sqlite::Row | |
| Get(int columnIndex, float &value) const | audacity::sqlite::Row | |
| Get(int columnIndex, double &value) const | audacity::sqlite::Row | |
| Get(int columnIndex, std::string &value) const | audacity::sqlite::Row | |
| GetColumnBytes(int columnIndex) const | audacity::sqlite::Row | |
| GetColumnCount() const | audacity::sqlite::Row | |
| GetOr(int columnIndex, T defaultValue=T()) const | audacity::sqlite::Row | inline |
| mColumnsCount | audacity::sqlite::Row | private |
| mErrors | audacity::sqlite::Row | private |
| mStatement | audacity::sqlite::Row | private |
| ReadData(int columnIndex, void *buffer, int64_t maxSize) const | audacity::sqlite::Row | |
| Row(StatementHandlePtr statement, std::vector< Error > &errors) noexcept | audacity::sqlite::Row | explicitprivate |
| Row()=default | audacity::sqlite::Row | private |
| RowIterator | audacity::sqlite::Row | friend |