NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objtools/pubseq_gateway/impl/cassandra/bioseq_info_task/fetch.hpp>
#include <memory>
#include <set>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include <objtools/pubseq_gateway/impl/cassandra/cass_blob_op.hpp>
#include <objtools/pubseq_gateway/impl/cassandra/cass_driver.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
using | TField = CBioseqInfoFetchRequest::EFields |
Variables | |
BEGIN_IDBLOB_SCOPE const int | fnVersion = 0 |
const int | fnSeqIdType = 1 |
const int | fnDateChanged = 2 |
const int | fnHash = 3 |
const int | fnGI = 4 |
const int | fnLength = 5 |
const int | fnMol = 6 |
const int | fnSat = 7 |
const int | fnSatKey = 8 |
const int | fnSeqIds = 9 |
const int | fnSeqState = 10 |
const int | fnState = 11 |
const int | fnTaxId = 12 |
const int | fnName = 13 |
const int | fnWritetime = 14 |
const string | kSelectStatement |
Definition at line 54 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 56 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_IsMatchingRecord(), and CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 55 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 57 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 58 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 65 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 59 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 60 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 61 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 53 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_IsMatchingRecord(), and CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 62 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 63 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 64 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
BEGIN_IDBLOB_SCOPE const int fnVersion = 0 |
Definition at line 52 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_IsMatchingRecord(), and CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 66 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().
Definition at line 68 of file fetch.cpp.
Referenced by CCassBioseqInfoTaskFetch::x_InitializeAliveRecordQuery(), and CCassBioseqInfoTaskFetch::x_InitializeQuery().