Uses of Class
ru.dest.library.database.settings.ConnectionSettings
-
Packages that use ConnectionSettings Package Description ru.dest.library.database ru.dest.library.database.connection ru.dest.library.database.settings -
-
Uses of ConnectionSettings in ru.dest.library.database
Methods in ru.dest.library.database with parameters of type ConnectionSettings Modifier and Type Method Description @NotNull IConnectionProviderDatabaseType. createProvider(ConnectionSettings settings)Constructors in ru.dest.library.database with parameters of type ConnectionSettings Constructor Description SimpleDatabase(@NotNull ConnectionSettings settings, ILogger logger)SimplePool(@NotNull ConnectionSettings settings, ILogger logger, int poolSize) -
Uses of ConnectionSettings in ru.dest.library.database.connection
Constructors in ru.dest.library.database.connection with parameters of type ConnectionSettings Constructor Description H2LocalProvider(@NotNull ConnectionSettings config)H2RemoteProvider(@NotNull ConnectionSettings config)MySQLProvider(@NotNull ConnectionSettings config)PostgreSQLProvider(@NotNull ConnectionSettings config)SQLiteProvider(@NotNull ConnectionSettings config) -
Uses of ConnectionSettings in ru.dest.library.database.settings
Methods in ru.dest.library.database.settings that return ConnectionSettings Modifier and Type Method Description ConnectionSettingsConnectionSettings.Loader. load(File config, Path root)LoadConnectionSettingsfrom file;ConnectionSettingsISettingsLoader. load(File file, Path root)ConnectionSettingsJsonSettingsLoader. load(File file, Path root)
-