Trading System API  3.0
Library for Simulating and Deploying Trading and Investment Strategies
tsa::data_base Member List

This is the complete list of members for tsa::data_base, including all inherited members.

class_name(void) const tsa::object
copy_table_from(data_base &source_db, const std::string &source_table_name, const std::string &target_table_name, const table_copy_params &copy_prop=table_copy_params())tsa::data_base
create_series_table(const std::string &table_name, const tsa::column_defs &columns)=0tsa::data_basepure virtual
data_base(void)tsa::data_baseinline
drop_series_table(const std::string &table_name)=0tsa::data_basepure virtual
has_same_class_as(const object &other) const tsa::object
import(const file_import_rules__obsolete &import_properties)tsa::data_base
object(void)tsa::objectinline
print_table_info(const std::string &table_name, std::ostream &stream)tsa::data_base
series_append(const std::string &table_name, const tsa::mem_table &m_table)=0tsa::data_basepure virtual
series_columns_match(const std::string &table_name, const tsa::mem_table &m_table)tsa::data_base
series_load(const std::string &table_name, tsa::mem_table &mtable, const date_time &from_timestamp, size_t num_records)=0tsa::data_basepure virtual
series_table_closest_timestamp_LOE(const date_time &target, const std::string &table_name)=0tsa::data_basepure virtual
series_table_column_defs(const std::string &table_name)=0tsa::data_basepure virtual
series_table_first_timestamp(const std::string &table_name)=0tsa::data_basepure virtual
series_table_last_timestamp(const std::string &table_name)=0tsa::data_basepure virtual
table_exists(const std::string &table_name) const =0tsa::data_basepure virtual
table_has_data(const std::string &table_name)=0tsa::data_basepure virtual
table_record_count(const std::string &table_name)=0tsa::data_basepure virtual
table_record_count_is_known(void) const =0tsa::data_basepure virtual
truncate_series_table(const std::string &table_name, const date_time &new_max_timestamp=date_time::min)=0tsa::data_basepure virtual
type(void) const =0tsa::data_basepure virtual
~data_base(void)tsa::data_baseinlinevirtual
~object(void)tsa::objectinlinevirtual