|
| constexpr auto | crawlservpp::Module::Extractor::oneAtOnce {1} |
| | Process one value at once. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::nAtOnce10 {10} |
| | Process ten values at once. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::nAtOnce100 {100} |
| | Process one hundred values at once. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::sqlArg1 {1} |
| | First argument in a SQL query. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::sqlArg2 {2} |
| | Second argument in a SQL query. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::sqlArg3 {3} |
| | Third argument in a SQL query. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::sqlArg4 {4} |
| | Fourth argument in a SQL query. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::sqlArg5 {5} |
| | Fifth argument in a SQL query. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::extractingTableAlias {"a"sv} |
| | Alias, used in SQL queries, for the extracting table. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::targetTableAlias {"b"sv} |
| | Alias, used in SQL queries, for the target table. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::linkedTableAlias {"c"sv} |
| | Alias, used in SQL queries, for the linked target table. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::parsedDataTableAlias {"a"sv} |
| | Alias, used in SQL queries, for the parsed data table. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::crawledDataTableAlias {"b"sv} |
| | Alias, used in SQL queries, for the crawled data table. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::urlListTableAlias {"c"sv} |
| | Alias, used in SQL queries, for the URL list table. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::numArgsLockUrl {3} |
| | Number of arguments to lock one URL. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::numArgsAddUpdateData {4} |
| | Number of arguments to add or update one data entry (without custom columns). More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::numArgsLinked {2} |
| | Number of additional arguments when data is linked. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::numArgsOverwriteData {3} |
| | Number of additional arguments when overwriting existing data. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::numArgsAddUpdateLinkedData {2} |
| | Number of arguments to add or update one linked data entry. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::numArgsOverwriteLinkedData {2} |
| | Number of additional arguments when overwriting existing linked data. More...
|
| |
| constexpr auto | crawlservpp::Module::Extractor::numArgsFinishUrl {2} |
| | Number of arguments to set a URL to finished. More...
|
| |