CYCLUS
Public Member Functions | List of all members
cyclus::CondInjector Class Reference

Detailed Description

Wrapper class for QueryableBackends that injects a set of Cond's into every query before being executed.

Definition at line 526 of file query_backend.h.

#include <query_backend.h>

Inheritance diagram for cyclus::CondInjector:
Inheritance graph
[legend]

Public Member Functions

virtual std::map< std::string, DbTypesColumnTypes (std::string table)
 
 CondInjector (QueryableBackend *b, std::vector< Cond > to_inject)
 
virtual QueryResult Query (std::string table, std::vector< Cond > *conds)
 
virtual std::list< ColumnInfoSchema (std::string table)
 
virtual std::set< std::string > Tables ()
 
- Public Member Functions inherited from cyclus::QueryableBackend
virtual ~QueryableBackend ()
 

Constructor & Destructor Documentation

◆ CondInjector()

cyclus::CondInjector::CondInjector ( QueryableBackend b,
std::vector< Cond to_inject 
)
inline

Definition at line 528 of file query_backend.h.

Member Function Documentation

◆ ColumnTypes()

virtual std::map<std::string, DbTypes> cyclus::CondInjector::ColumnTypes ( std::string  table)
inlinevirtual

Return a map of column names of the specified table to the associated database type.

Implements cyclus::QueryableBackend.

Definition at line 544 of file query_backend.h.

◆ Query()

virtual QueryResult cyclus::CondInjector::Query ( std::string  table,
std::vector< Cond > *  conds 
)
inlinevirtual

Return a set of rows from the specificed table that match all given conditions.

Conditions are AND'd together. conds may be NULL.

Implements cyclus::QueryableBackend.

Definition at line 532 of file query_backend.h.

◆ Schema()

virtual std::list<ColumnInfo> cyclus::CondInjector::Schema ( std::string  table)
inlinevirtual

Return information about all columns of a table.

Implements cyclus::QueryableBackend.

Definition at line 548 of file query_backend.h.

◆ Tables()

virtual std::set<std::string> cyclus::CondInjector::Tables ( )
inlinevirtual

Return a set of all table names currently in the database.

Implements cyclus::QueryableBackend.

Definition at line 552 of file query_backend.h.


The documentation for this class was generated from the following file: