Uses of Class
com.github.database.rider.core.connection.RiderDataSource.DBType
-
Packages that use RiderDataSource.DBType Package Description com.github.database.rider.core.api.configuration com.github.database.rider.core.configuration com.github.database.rider.core.connection -
-
Uses of RiderDataSource.DBType in com.github.database.rider.core.api.configuration
Methods in com.github.database.rider.core.api.configuration that return RiderDataSource.DBType Modifier and Type Method Description RiderDataSource.DBTypeexpectedDbType()In the process of initialization, if the actual database type is different from the expected database type, exception will be thrown unless the expected database type isUNKNOWN. -
Uses of RiderDataSource.DBType in com.github.database.rider.core.configuration
Fields in com.github.database.rider.core.configuration with type parameters of type RiderDataSource.DBType Modifier and Type Field Description static EnumMap<RiderDataSource.DBType,Set<String>>DBUnitConfig.Constants. SYSTEM_SCHEMASMethods in com.github.database.rider.core.configuration that return RiderDataSource.DBType Modifier and Type Method Description RiderDataSource.DBTypeDBUnitConfig. getExpectedDbType()Methods in com.github.database.rider.core.configuration with parameters of type RiderDataSource.DBType Modifier and Type Method Description DBUnitConfigDBUnitConfig. expectedDbType(RiderDataSource.DBType expectedDbType)voidDBUnitConfig. setExpectedDbType(RiderDataSource.DBType expectedDbType) -
Uses of RiderDataSource.DBType in com.github.database.rider.core.connection
Methods in com.github.database.rider.core.connection that return RiderDataSource.DBType Modifier and Type Method Description RiderDataSource.DBTypeRiderDataSource. getDBType()static RiderDataSource.DBTypeRiderDataSource.DBType. valueOf(String name)Returns the enum constant of this type with the specified name.static RiderDataSource.DBType[]RiderDataSource.DBType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-