| addAdditionalTable(const std::string &name, const std::vector< StringString > &fields, bool isCompressed, bool isDelete) | crawlservpp::Module::Analyzer::Database | |
| addColumn(const std::string &tableName, const TableColumn &column) | crawlservpp::Wrapper::Database | inlineprotected |
| addDatabaseLock(const std::string &name, const IsRunningCallback &isRunningCallback) | crawlservpp::Wrapper::Database | inlineprotectedstatic |
| additionalTables | crawlservpp::Module::Analyzer::Database | protected |
| addOrUpdateTargetTable(const TargetTableProperties &properties) | crawlservpp::Wrapper::Database | inline |
| addPreparedStatement(const std::string &sqlQuery, std::size_t &id) | crawlservpp::Wrapper::Database | inlineprotected |
| addTargetColumn(const std::string &tableName, const TableColumn &column) | crawlservpp::Wrapper::Database | inline |
| beginNoLock() | crawlservpp::Wrapper::Database | inline |
| checkConnection() | crawlservpp::Wrapper::Database | inlineprotected |
| checkSources(std::vector< std::uint8_t > &types, std::vector< std::string > &tables, std::vector< std::string > &columns) | crawlservpp::Module::Analyzer::Database | |
| clearPreparedStatement(std::size_t &id) | crawlservpp::Wrapper::Database | inlineprotected |
| compressTable(const std::string &tableName) | crawlservpp::Wrapper::Database | inlineprotected |
| corpusSlicing | crawlservpp::Module::Analyzer::Database | protected |
| createTable(const TableProperties &properties) | crawlservpp::Wrapper::Database | inlineprotected |
| Database(Module::Database &dbThread) | crawlservpp::Module::Analyzer::Database | explicit |
| crawlservpp::Wrapper::Database::Database(Database &)=delete | crawlservpp::Wrapper::Database | |
| crawlservpp::Wrapper::Database::Database(Database &&)=delete | crawlservpp::Wrapper::Database | |
| database | crawlservpp::Wrapper::Database | protected |
| deleteTargetTable(const std::string &type, std::uint64_t tableId) | crawlservpp::Wrapper::Database | inline |
| dropTable(const std::string &tableName) | crawlservpp::Wrapper::Database | inlineprotected |
| endNoLock() | crawlservpp::Wrapper::Database | inline |
| getAdditionalTableName(std::size_t id) const | crawlservpp::Module::Analyzer::Database | |
| getColumnType(const std::string &tableName, const std::string &columnName) | crawlservpp::Wrapper::Database | inline |
| getConfiguration(std::uint64_t configId) | crawlservpp::Wrapper::Database | inline |
| getCorporaLastUpdated() const | crawlservpp::Module::Analyzer::Database | |
| getCorpus(const CorpusProperties &corpusProperties, const std::string &filterDateFrom, const std::string &filterDateTo, Data::Corpus &corpusTo, std::size_t &sourcesTo, StatusSetter &statusSetter) | crawlservpp::Module::Analyzer::Database | |
| getCustomData(Data::GetValue &data) | crawlservpp::Wrapper::Database | inline |
| getCustomData(Data::GetFields &data) | crawlservpp::Wrapper::Database | inline |
| getCustomData(Data::GetFieldsMixed &data) | crawlservpp::Wrapper::Database | inline |
| getCustomData(Data::GetColumn &data) | crawlservpp::Wrapper::Database | inline |
| getCustomData(Data::GetColumns &data) | crawlservpp::Wrapper::Database | inline |
| getCustomData(Data::GetColumnsMixed &data) | crawlservpp::Wrapper::Database | inline |
| getLastInsertedId() | crawlservpp::Wrapper::Database | inlineprotected |
| getLoggingMin() const | crawlservpp::Wrapper::Database | inlineprotected |
| getLoggingVerbose() const | crawlservpp::Wrapper::Database | inlineprotected |
| getMaxAllowedPacketSize() const | crawlservpp::Wrapper::Database | inlineprotected |
| getOptions() const | crawlservpp::Wrapper::Database | inlineprotected |
| getPreparedStatement(std::size_t id) | crawlservpp::Wrapper::Database | inlineprotected |
| getQueryProperties(std::uint64_t queryId, QueryProperties &queryPropertiesTo) | crawlservpp::Wrapper::Database | inline |
| getRequestCounter() | crawlservpp::Wrapper::Database | inlinestatic |
| getSourceColumnName(std::uint16_t type, const std::string &name) | crawlservpp::Module::Analyzer::Database | static |
| getSourceTableName(std::uint16_t type, const std::string &name) const | crawlservpp::Module::Analyzer::Database | |
| getTargetTableId(const std::string &type, std::uint64_t listId, const std::string &tableName) | crawlservpp::Wrapper::Database | inline |
| getTargetTableName(const std::string &type, std::uint64_t tableId) | crawlservpp::Wrapper::Database | inline |
| getTargetTables(const std::string &type, std::uint64_t listId) | crawlservpp::Wrapper::Database | inline |
| getTargetTableUpdated() | crawlservpp::Module::Analyzer::Database | |
| getUrlListIdString() const | crawlservpp::Wrapper::Database | inlineprotected |
| getWebsiteDomain(std::uint64_t websiteId) | crawlservpp::Wrapper::Database | inline |
| getWebsiteIdString() const | crawlservpp::Wrapper::Database | inlineprotected |
| initTargetTable(bool isCompressed, bool isDelete) | crawlservpp::Module::Analyzer::Database | |
| insertCustomData(const Data::InsertValue &data) | crawlservpp::Wrapper::Database | inline |
| insertCustomData(const Data::InsertFields &data) | crawlservpp::Wrapper::Database | inline |
| insertCustomData(const Data::InsertFieldsMixed &data) | crawlservpp::Wrapper::Database | inline |
| isColumnExists(const std::string &tableName, const std::string &columnName) | crawlservpp::Wrapper::Database | inline |
| isTableEmpty(const std::string &tableName) | crawlservpp::Wrapper::Database | inline |
| isTableExists(const std::string &tableName) | crawlservpp::Wrapper::Database | inline |
| log(std::uint8_t level, const std::string &logEntry) | crawlservpp::Wrapper::Database | inline |
| log(std::uint8_t level, std::queue< std::string > &logEntries) | crawlservpp::Wrapper::Database | inline |
| operator=(Database &)=delete | crawlservpp::Wrapper::Database | |
| operator=(Database &&)=delete | crawlservpp::Wrapper::Database | |
| prepare() | crawlservpp::Module::Analyzer::Database | |
| removeDatabaseLock(const std::string &name) | crawlservpp::Wrapper::Database | inlineprotectedstatic |
| reserveForPreparedStatements(std::size_t n) | crawlservpp::Wrapper::Database | inlineprotected |
| setCorpusSlicing(std::uint8_t percentageOfMaxAllowedPackageSize) | crawlservpp::Module::Analyzer::Database | |
| setIsRunningCallback(const IsRunningCallback &isRunningCallback) | crawlservpp::Module::Analyzer::Database | |
| setLogging(std::uint8_t level, std::uint8_t min, std::uint8_t verbose) | crawlservpp::Wrapper::Database | inline |
| setSleepOnError(std::uint64_t seconds) | crawlservpp::Wrapper::Database | inline |
| setTargetFields(const std::vector< StringString > &fields) | crawlservpp::Module::Analyzer::Database | |
| setTargetTable(const std::string &table) | crawlservpp::Module::Analyzer::Database | |
| setTimeOut(std::uint64_t milliseconds) | crawlservpp::Wrapper::Database | inline |
| setUrlListCaseSensitive(std::uint64_t listId, bool isCaseSensitive) | crawlservpp::Wrapper::Database | inlineprotected |
| sqlException(const std::string &function, const sql::SQLException &e) | crawlservpp::Wrapper::Database | inlineprotectedstatic |
| sqlExecute(sql::PreparedStatement &sqlPreparedStatement) | crawlservpp::Wrapper::Database | inlineprotectedstatic |
| sqlExecuteQuery(sql::PreparedStatement &sqlPreparedStatement) | crawlservpp::Wrapper::Database | inlineprotectedstatic |
| sqlExecuteUpdate(sql::PreparedStatement &sqlPreparedStatement) | crawlservpp::Wrapper::Database | inlineprotectedstatic |
| tablePrefix | crawlservpp::Module::Analyzer::Database | protected |
| targetFields | crawlservpp::Module::Analyzer::Database | protected |
| targetTableFull | crawlservpp::Module::Analyzer::Database | protected |
| targetTableId | crawlservpp::Module::Analyzer::Database | protected |
| targetTableName | crawlservpp::Module::Analyzer::Database | protected |
| tryDatabaseLock(const std::string &name) | crawlservpp::Wrapper::Database | inlineprotectedstatic |
| updateAdditionalTable(std::size_t id) | crawlservpp::Module::Analyzer::Database | |
| updateCustomData(const Data::UpdateValue &data) | crawlservpp::Wrapper::Database | inline |
| updateCustomData(const Data::UpdateFields &data) | crawlservpp::Wrapper::Database | inline |
| updateCustomData(const Data::UpdateFieldsMixed &data) | crawlservpp::Wrapper::Database | inline |
| updateTargetTable() | crawlservpp::Module::Analyzer::Database | |
| ~Database()=default | crawlservpp::Wrapper::Database | virtual |