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 BooleanSetupAPI. 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 DBConnectionDataDatabasePropertiesHelper. getConnectionData()Methods in de.xima.fc.db with parameters of type DBConnectionData Modifier and Type Method Description static voidDatabasePropertiesHelper. 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 BooleanISetupHandler. 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 BooleanSetupHandler. 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 voidXFSetup. storeDBSettings(DBConnectionData data, boolean supressAllListener)Method to store the db-settings in the correct properties-filestatic voidXFSetup. storeDBSettings(DBConnectionData data, boolean suppressOpenListener, boolean suppressCloseListener)Method to store the db-settings in the correct properties-file 
 -