pandemonium_engine/modules/database
2023-06-13 16:51:37 +02:00
..
doc_classes Re-extracted class docs pt2. 2023-06-13 16:51:37 +02:00
config.py Added the database classes to the build. 2022-07-06 12:46:22 +02:00
database_connection.cpp Added table version getters and setters to the DatabaseConnection. 2022-07-23 14:45:34 +02:00
database_connection.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
database_manager.cpp Added initialized signal and helper method to the DataBaseManager. It can be used to let automally allocated classes (singletons, main scene classes) in heavily database driven applications know when it's safe to use the db. 2022-12-24 11:45:13 +01:00
database_manager.h Added initialized signal and helper method to the DataBaseManager. It can be used to let automally allocated classes (singletons, main scene classes) in heavily database driven applications know when it's safe to use the db. 2022-12-24 11:45:13 +01:00
database_multi_threaded.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
database_multi_threaded.h Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
database_single_threaded.cpp Fix duplicate binds. 2022-07-06 12:53:54 +02:00
database_single_threaded.h Remove unimplemented methods. 2022-12-18 11:54:45 +01:00
database.cpp Fix duplicate binds. 2022-07-06 12:53:54 +02:00
database.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
query_builder.cpp Use String.empty() instead of comparing a string to "", in the QueryBuilder. 2022-12-27 18:20:01 +01:00
query_builder.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
query_result.cpp Fully cleaned and added the sqlite database backend to the build. 2022-07-06 22:14:37 +02:00
query_result.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
register_types.cpp Now modules make use of the new registration levels. 2023-01-15 17:04:00 +01:00
register_types.h Added include guards to all module register_types.h-s. 2023-01-15 13:27:08 +01:00
SCsub Added the database classes to the build. 2022-07-06 12:46:22 +02:00
table_builder.cpp Fix missing default parameter. 2022-12-19 14:44:21 +01:00
table_builder.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00