|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBConfig | |
---|---|
de.fesenmeyer.dbnormalizer.core | The top-level package of the core logic, which contains the fundamental classes of DBNormalizer. |
de.fesenmeyer.dbnormalizer.core.configuration | Contains the classes used for reading and writing configuration data of a session. |
de.fesenmeyer.dbnormalizer.core.dbaccess | Package containing database access code and utility methods. |
de.fesenmeyer.dbnormalizer.gui | The top-level package of the GUI, which is implemented in Swing. |
Uses of DBConfig in de.fesenmeyer.dbnormalizer.core |
---|
Fields in de.fesenmeyer.dbnormalizer.core declared as DBConfig | |
---|---|
private DBConfig |
DBNormalizerSession.dbConfig
The DB-configuration data for this session. |
Methods in de.fesenmeyer.dbnormalizer.core that return DBConfig | |
---|---|
DBConfig |
DBNormalizerSession.getDbConfig()
Gets the DB-Configuration used to establish a connection to a DB. |
Methods in de.fesenmeyer.dbnormalizer.core with parameters of type DBConfig | |
---|---|
private void |
DBNormalizerSession.assignFrom(DBConfig dbConfig)
Assign a DB-Configuration to this session. |
Constructors in de.fesenmeyer.dbnormalizer.core with parameters of type DBConfig | |
---|---|
DBNormalizerSession(DBConfig dbConfig)
Class Constructor for creating a session with DB-Configuration. |
Uses of DBConfig in de.fesenmeyer.dbnormalizer.core.configuration |
---|
Fields in de.fesenmeyer.dbnormalizer.core.configuration declared as DBConfig | |
---|---|
private DBConfig |
SessionConfig.dbConfig
The DB-Configuration, may be null if the session does not access a DB. |
Methods in de.fesenmeyer.dbnormalizer.core.configuration that return DBConfig | |
---|---|
DBConfig |
SessionConfig.getDbConfig()
Gets the DB-Configuration. |
private DBConfig |
ConfigurationReader.retrieveDBConfig(Element dbConfigElement)
Reads the dbConfig node into a DB-Configuration object. |
Methods in de.fesenmeyer.dbnormalizer.core.configuration with parameters of type DBConfig | |
---|---|
private Element |
ConfigurationWriter.getDBConfigNode(DBConfig dbConfig)
Creates a dbConfig node. |
void |
SessionConfig.setDbConfig(DBConfig dbConfig)
Sets the DB-Configuration |
Uses of DBConfig in de.fesenmeyer.dbnormalizer.core.dbaccess |
---|
Methods in de.fesenmeyer.dbnormalizer.core.dbaccess with parameters of type DBConfig | |
---|---|
net.sourceforge.squirrel_sql.fw.sql.SQLConnection |
DBConnectionManager.createAndAddConnection(String sessionName,
DBConfig dbConfig)
Creates, adds and returns a connection for the session with the specified name and DB configuration. |
Uses of DBConfig in de.fesenmeyer.dbnormalizer.gui |
---|
Fields in de.fesenmeyer.dbnormalizer.gui declared as DBConfig | |
---|---|
private DBConfig |
DBConfigFrame.dbConfig
|
Methods in de.fesenmeyer.dbnormalizer.gui that return DBConfig | |
---|---|
DBConfig |
DBConfigFrame.getDbConfig()
|
Methods in de.fesenmeyer.dbnormalizer.gui with parameters of type DBConfig | |
---|---|
void |
DBConfigFrame.setDbConfig(DBConfig dbConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |