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 | g_fwConfigurationDB_SchemaName |
global bool | g_fwConfigurationDB_SchemaReadOnly |
global bool | g_fwConfigurationDB_SchemaOwner |
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
global string g_fwConfigurationDB_SchemaName |
defines the name of the DB schema to be used, i.e. the name of the account of the tables' and views' owner
Note that this parameter is always be filled after succesfull connection to the configurationDB: if this is schema owner that connected, this is his user name.
global bool g_fwConfigurationDB_SchemaReadOnly |
Indicates if the db connection currently in use points to a "reader" db account
global bool g_fwConfigurationDB_SchemaOwner |
Indicates that we are connected as schema owner