Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::backends::postgresql_backend Member List

This is the complete list of members for database::backends::postgresql_backend, including all inherited members.

backend_base()=defaultdatabase::core::backend_base< postgresql_backend, database_types::postgres >
backend_base(const backend_base &)=deletedatabase::core::backend_base< postgresql_backend, database_types::postgres >
backend_base(backend_base &&) noexcept=deletedatabase::core::backend_base< postgresql_backend, database_types::postgres >
backend_name()database::backends::postgresql_backendinlinestatic
begin_transaction() overridedatabase::backends::postgresql_backendvirtual
build_connection_string(const core::connection_config &config) constdatabase::backends::postgresql_backendprivate
build_safe_connection_string(const core::connection_config &config) constdatabase::backends::postgresql_backendprivate
commit_transaction() overridedatabase::backends::postgresql_backendvirtual
connection_database::backends::postgresql_backendprivate
connection_config_database::backends::postgresql_backendprivate
connection_info() const overridedatabase::backends::postgresql_backendvirtual
core::backend_base< postgresql_backend, database_types::postgres > classdatabase::backends::postgresql_backendfriend
create()database::core::backend_base< postgresql_backend, database_types::postgres >inlinestatic
do_initialize(const core::connection_config &config)database::backends::postgresql_backendprotected
do_shutdown()database::backends::postgresql_backendprotected
execute_batch(const std::vector< std::string > &queries)database::backends::postgresql_backend
execute_modification_query(const std::string &query_string)database::backends::postgresql_backendprivate
execute_prepared(const std::string &query, const std::vector< core::database_value > &params) overridedatabase::backends::postgresql_backendvirtual
execute_query(const std::string &query_string) overridedatabase::backends::postgresql_backendvirtual
expand_params(const std::string &query, const std::vector< database_value > &params)database::core::database_backendinlineprotectedstatic
in_transaction() const overridedatabase::backends::postgresql_backendvirtual
in_transaction_database::backends::postgresql_backendprivate
initialize(const connection_config &config) overridedatabase::core::backend_base< postgresql_backend, database_types::postgres >inlinevirtual
initialized_database::core::backend_base< postgresql_backend, database_types::postgres >protected
is_initialized() const overridedatabase::core::backend_base< postgresql_backend, database_types::postgres >inlinevirtual
last_error() const overridedatabase::backends::postgresql_backendvirtual
last_error_database::backends::postgresql_backendmutableprivate
operator=(const backend_base &)=deletedatabase::core::backend_base< postgresql_backend, database_types::postgres >
operator=(backend_base &&) noexcept=deletedatabase::core::backend_base< postgresql_backend, database_types::postgres >
postgresql_backend()database::backends::postgresql_backend
rollback_transaction() overridedatabase::backends::postgresql_backendvirtual
sanitize_error(const std::string &error_message) constdatabase::backends::postgresql_backendprivate
select_prepared(const std::string &query, const std::vector< core::database_value > &params) overridedatabase::backends::postgresql_backendvirtual
select_query(const std::string &query_string) overridedatabase::backends::postgresql_backendvirtual
shutdown() overridedatabase::core::backend_base< postgresql_backend, database_types::postgres >inlinevirtual
type() const overridedatabase::core::backend_base< postgresql_backend, database_types::postgres >inlinevirtual
value_to_sql(const database_value &val)database::core::database_backendinlineprivatestatic
~backend_base() overridedatabase::core::backend_base< postgresql_backend, database_types::postgres >inline
~database_backend()=defaultdatabase::core::database_backendvirtual
~postgresql_backend() override=defaultdatabase::backends::postgresql_backend