| ClearResult(void)=0 | nitro::Database | [pure virtual] |
| Connect(const std::string &theConnectionString) | nitro::Database | [virtual] |
| Delete(const std::string &Table, const std::string &Condition="1 = 1") | nitro::Database | [virtual] |
| Disconnect(void)=0 | nitro::Database | [pure virtual] |
| FetchAssociativeArrays(iter &InsertIterator) | nitro::Database | |
| FetchCommonArrays(iter &InsertIterator) | nitro::Database | |
| FieldCount(void)=0 | nitro::Database | [pure virtual] |
| GetFieldName(std::size_t j)=0 | nitro::Database | [pure virtual] |
| GetRecordField(std::size_t i, std::size_t j)=0 | nitro::Database | [pure virtual] |
| Insert(const std::string &Table, const std::string &Fields, const std::string &Values) | nitro::Database | [virtual] |
| Query(const std::string &theQueryString) | nitro::Database | [virtual] |
| RecordCount(void)=0 | nitro::Database | [pure virtual] |
| Select(const std::string &What, const std::string &Tables, const std::string &Condition="1 = 1") | nitro::Database | |
| Update(const std::string &Table, const cont1 &Fields, const cont2 &Values, const std::string &Condition="1 = 1") | nitro::Database | |
| ~Database() | nitro::Database | [virtual] |
1.6.1