Uses of Enum
de.xima.fc.mdl.enums.EDatenbankTyp
Packages that use EDatenbankTyp
Package
Description
Package mit allgemeinen Hilfsklassen für Datenbankzugriffe
Package für Datenbankentitäten
Commonly used enumeration that are mainly used in model classes.
-
Uses of EDatenbankTyp in de.xima.fc.dao.impl.sqlbuilder
Fields in de.xima.fc.dao.impl.sqlbuilder declared as EDatenbankTypConstructors in de.xima.fc.dao.impl.sqlbuilder with parameters of type EDatenbankTypModifierConstructorDescriptionAVorgangsDataSQLBuilder(EProjectSpecificDBTable tableType, EDatenbankTyp dbType) DefaultVorgangsDataSQLBuilder(EProjectSpecificDBTable tableType, EDatenbankTyp dbType) EncryptedVorgangsDataSQLBuilder(EProjectSpecificDBTable tableType, EDatenbankTyp dbType) MySQLEncryptedVorgangsDataSQLBuilder(EProjectSpecificDBTable tableType, EDatenbankTyp dbType) Deprecated. -
Uses of EDatenbankTyp in de.xima.fc.db
Methods in de.xima.fc.db that return EDatenbankTypModifier and TypeMethodDescriptionstatic EDatenbankTypDatabasePropertiesHelper.getConnectionDBMSType()Methods in de.xima.fc.db with parameters of type EDatenbankTypModifier and TypeMethodDescriptionstatic voidDatabasePropertiesHelper.storeConnectionData(EDatenbankTyp dbms, String jdbcUrl, String loginName, String loginPwd, int maxConnections, int connectionTimeout) -
Uses of EDatenbankTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EDatenbankTypModifier and TypeMethodDescriptionDatenbankZugriff.getDatenbankTyp()Deprecated.The database type is now determined automatically from the JDBC URL.Methods in de.xima.fc.entities with parameters of type EDatenbankTypModifier and TypeMethodDescriptionvoidDatenbankZugriff.setDatenbankTyp(EDatenbankTyp datenbanktyp) Deprecated.The database type is now determined automatically from the JDBC URL. -
Uses of EDatenbankTyp in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EDatenbankTypModifier and TypeMethodDescriptionEnumBean.getEDatenbankTyp()EnumBean.getESystemDatenbankTypen() -
Uses of EDatenbankTyp in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return EDatenbankTyp -
Uses of EDatenbankTyp in de.xima.fc.interfaces.plugin.retval.entities
Methods in de.xima.fc.interfaces.plugin.retval.entities that return EDatenbankTypModifier and TypeMethodDescriptiondefault EDatenbankTypIPluginEntitiesConnectionRetVal.getDatabaseType()Different database management systems behave slightly differently, so we need to know about which type of database we are connecting to. -
Uses of EDatenbankTyp in de.xima.fc.jpa
Methods in de.xima.fc.jpa that return EDatenbankTypModifier and TypeMethodDescriptionIEMFactory.getDBType()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EDatenbankTyp in de.xima.fc.jpa.manager
Methods in de.xima.fc.jpa.manager that return EDatenbankTypModifier and TypeMethodDescriptionstatic EDatenbankTypEMProvider.getCurrentDBTyp()Deprecated, for removal: This API element is subject to removal in a future version.InternalEMFactory.getDBType()Deprecated.Methods in de.xima.fc.jpa.manager with parameters of type EDatenbankTypModifier and TypeMethodDescriptionstatic voidInternalEMFactory.setDefaultPersistenceProperties(Map<? super String, ? super String> properties, EDatenbankTyp dbms) Deprecated.persistence is handled in the fc-persistence module now -
Uses of EDatenbankTyp in de.xima.fc.mdl.db
Methods in de.xima.fc.mdl.db that return EDatenbankTypMethods in de.xima.fc.mdl.db with parameters of type EDatenbankTypConstructors in de.xima.fc.mdl.db with parameters of type EDatenbankTypModifierConstructorDescriptionDBConnectionData(EDatenbankTyp dbms, String jdbcUrl, String loginName, String loginPwd, int maxConnections, int connectionTimeout) -
Uses of EDatenbankTyp in de.xima.fc.mdl.enums
Subclasses with type arguments of type EDatenbankTyp in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumEnumeration of the database management systems natively supported by formcycle.Methods in de.xima.fc.mdl.enums that return EDatenbankTypModifier and TypeMethodDescriptionstatic EDatenbankTypEDatenbankTyp.getByDriver(String driver) static EDatenbankTypEDatenbankTyp.getByShortname(String shortname) static EDatenbankTypReturns the enum constant of this type with the specified name.static EDatenbankTyp[]EDatenbankTyp.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.enums that return types with arguments of type EDatenbankTypModifier and TypeMethodDescriptionstatic Map<EDatenbankTyp, Boolean> EDatenbankTyp.getDbDriverAvailability() -
Uses of EDatenbankTyp in de.xima.fc.plugin.models.retval.entities
Methods in de.xima.fc.plugin.models.retval.entities that return EDatenbankTypConstructors in de.xima.fc.plugin.models.retval.entities with parameters of type EDatenbankTypModifierConstructorDescriptionPluginEntitiesConnectionRetVal(boolean useSystemDatabase, EDatenbankTyp databaseType, DataSource dataSource, Map<String, Object> additionalProperties) -
Uses of EDatenbankTyp in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type EDatenbankTypModifier and TypeMethodDescriptionstatic DatenbankZugriffEntityDummyFactory.dummyDBConnection(String name, Mandant client, EDatenbankTyp type, String jdbcUrl)