Variables | |
global string | fwConfigurationDB_currentSetupName = "" |
global bool | fwConfigurationDB_initialized = FALSE |
global bool | fwConfigurationDB_DBConfigured = FALSE |
global string | GfwConfigurationDB_currentRecipeType = "" |
global bool | g_fwConfigurationDB_DBConnectionOpen = FALSE |
global bool | fwConfigurationDB_hasDBConnectivity = FALSE |
global dbConnection | g_fwConfigurationDB_DBConnection |
global string fwConfigurationDB_currentSetupName = "" |
Stores the name of curntly used setup
global bool fwConfigurationDB_initialized = FALSE |
Tells if the tool was already initialized with some setup...
global bool fwConfigurationDB_DBConfigured = FALSE |
Tells if the CDB is available at all in this setup
global string GfwConfigurationDB_currentRecipeType = "" |
Stores the name of currently used recipe type
global bool g_fwConfigurationDB_DBConnectionOpen = FALSE |
Tells if the database connection used by current setup is open
global bool fwConfigurationDB_hasDBConnectivity = FALSE |
Tells if the configuration database may be used
global dbConnection g_fwConfigurationDB_DBConnection |
Stores the connection descriptor