Public Member Functions | |
| Impl (sqlite3_stmt *stmt, DataSourceTransactor *t) | |
| ~Impl () | |
Public Attributes | |
| te::da::DataSetType * | m_dt | 
| DataSourceTransactor * | m_parent | 
| sqlite3_stmt * | m_stmt | 
Definition at line 41 of file FwDataSet.cpp.
| te::sqlite::FwDataSet::Impl::Impl | ( | sqlite3_stmt * | stmt, | 
| DataSourceTransactor * | t | ||
| ) | 
Definition at line 54 of file FwDataSet.cpp.
| te::sqlite::FwDataSet::Impl::~Impl | ( | ) | 
Definition at line 59 of file FwDataSet.cpp.
| te::da::DataSetType* te::sqlite::FwDataSet::Impl::m_dt | 
Definition at line 51 of file FwDataSet.cpp.
Referenced by te::sqlite::FwDataSet::FwDataSet().
| DataSourceTransactor* te::sqlite::FwDataSet::Impl::m_parent | 
Definition at line 50 of file FwDataSet.cpp.
| sqlite3_stmt* te::sqlite::FwDataSet::Impl::m_stmt | 
Definition at line 49 of file FwDataSet.cpp.
Referenced by te::sqlite::FwDataSet::FwDataSet().