NCBI C++ ToolKit
Typedefs | Variables
fetch.cpp File Reference
#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>
+ Include dependency graph for fetch.cpp:

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
 

Typedef Documentation

◆ TField

Definition at line 72 of file fetch.cpp.

Variable Documentation

◆ fnDateChanged

const int fnDateChanged = 2

Definition at line 54 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnGI

const int fnGI = 4

◆ fnHash

const int fnHash = 3

Definition at line 55 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnLength

const int fnLength = 5

Definition at line 57 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnMol

const int fnMol = 6

Definition at line 58 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnName

const int fnName = 13

Definition at line 65 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnSat

const int fnSat = 7

Definition at line 59 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnSatKey

const int fnSatKey = 8

Definition at line 60 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnSeqIds

const int fnSeqIds = 9

Definition at line 61 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnSeqIdType

const int fnSeqIdType = 1

◆ fnSeqState

const int fnSeqState = 10

Definition at line 62 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnState

const int fnState = 11

Definition at line 63 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnTaxId

const int fnTaxId = 12

Definition at line 64 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ fnVersion

BEGIN_IDBLOB_SCOPE const int fnVersion = 0

◆ fnWritetime

const int fnWritetime = 14

Definition at line 66 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_PopulateRecord().

◆ kSelectStatement

const string kSelectStatement
Initial value:
= "SELECT version, seq_id_type, "
"date_changed, hash, gi, length, mol, sat, "
"sat_key, seq_ids, seq_state, state, tax_id, name, writetime(sat_key) FROM "

Definition at line 68 of file fetch.cpp.

Referenced by CCassBioseqInfoTaskFetch::x_InitializeAliveRecordQuery(), and CCassBioseqInfoTaskFetch::x_InitializeQuery().

Modified on Fri Sep 20 14:57:03 2024 by modify_doxy.py rev. 669887