|
KiCad PCB EDA Suite
|
#include <database_lib_settings.h>
Public Attributes | |
| DATABASE_SOURCE_TYPE | type |
| std::string | dsn |
| std::string | username |
| std::string | password |
| int | timeout |
| std::string | connection_string |
Definition at line 35 of file database_lib_settings.h.
| std::string DATABASE_SOURCE::connection_string |
Definition at line 42 of file database_lib_settings.h.
Referenced by DIALOG_GENERATE_DATABASE_CONNECTION::GetSource(), and DIALOG_DATABASE_LIB_SETTINGS::TransferDataToWindow().
| std::string DATABASE_SOURCE::dsn |
Definition at line 38 of file database_lib_settings.h.
Referenced by DIALOG_GENERATE_DATABASE_CONNECTION::GetSource(), and DIALOG_DATABASE_LIB_SETTINGS::TransferDataToWindow().
| std::string DATABASE_SOURCE::password |
Definition at line 40 of file database_lib_settings.h.
Referenced by DIALOG_GENERATE_DATABASE_CONNECTION::GetSource(), and DIALOG_DATABASE_LIB_SETTINGS::TransferDataToWindow().
| int DATABASE_SOURCE::timeout |
Definition at line 41 of file database_lib_settings.h.
Referenced by DIALOG_GENERATE_DATABASE_CONNECTION::GetSource().
| DATABASE_SOURCE_TYPE DATABASE_SOURCE::type |
Definition at line 37 of file database_lib_settings.h.
Referenced by DIALOG_GENERATE_DATABASE_CONNECTION::GetSource().
| std::string DATABASE_SOURCE::username |
Definition at line 39 of file database_lib_settings.h.
Referenced by DIALOG_GENERATE_DATABASE_CONNECTION::GetSource(), and DIALOG_DATABASE_LIB_SETTINGS::TransferDataToWindow().