Uses of Class
de.xima.fc.mdl.db.DBConnectionData
-
Packages that use DBConnectionData Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.db Package mit allgemeinen Hilfsklassen für Datenbankzugriffede.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.setup Package to create clients, trigger updates and configure the system-logger -
-
Uses of DBConnectionData in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type DBConnectionData Modifier and Type Method Description Boolean
SetupAPI. testConnection(UserContext uc, DBConnectionData databaseData)
Method for testing a database connection. -
Uses of DBConnectionData in de.xima.fc.db
Methods in de.xima.fc.db that return DBConnectionData Modifier and Type Method Description static DBConnectionData
DatabasePropertiesHelper. getConnectionData()
Methods in de.xima.fc.db with parameters of type DBConnectionData Modifier and Type Method Description static void
DatabasePropertiesHelper. storeConnectionData(DBConnectionData data)
-
Uses of DBConnectionData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type DBConnectionData Modifier and Type Method Description Boolean
ISetupHandler. testConnection(UserContext uc, DBConnectionData db)
Test connection. -
Uses of DBConnectionData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type DBConnectionData Modifier and Type Method Description Boolean
SetupHandler. testConnection(UserContext uc, DBConnectionData db)
-
Uses of DBConnectionData in de.xima.fc.setup
Methods in de.xima.fc.setup with parameters of type DBConnectionData Modifier and Type Method Description static void
XFSetup. storeDBSettings(DBConnectionData data, boolean supressAllListener)
Method to store the db-settings in the correct properties-filestatic void
XFSetup. storeDBSettings(DBConnectionData data, boolean suppressOpenListener, boolean suppressCloseListener)
Method to store the db-settings in the correct properties-file
-