Uses of Class
com.mrivanplays.sqlhelper.ConnectionConfig
-
Packages that use ConnectionConfig Package Description com.mrivanplays.sqlhelper com.mrivanplays.sqlhelper.connection.implementation -
-
Uses of ConnectionConfig in com.mrivanplays.sqlhelper
Methods in com.mrivanplays.sqlhelper with parameters of type ConnectionConfig Modifier and Type Method Description void
SQLHelper. setConnectionConfig(ConnectionConfig connectionConfig)
Sets a newConnectionConfig
.Constructors in com.mrivanplays.sqlhelper with parameters of type ConnectionConfig Constructor Description SQLHelper(ConnectionConfig connectionConfig, Executor async)
Creates a new instance of this class. -
Uses of ConnectionConfig in com.mrivanplays.sqlhelper.connection.implementation
Fields in com.mrivanplays.sqlhelper.connection.implementation declared as ConnectionConfig Modifier and Type Field Description protected ConnectionConfig
HikariConnectionFactory. credentials
Constructors in com.mrivanplays.sqlhelper.connection.implementation with parameters of type ConnectionConfig Constructor Description HikariConnectionFactory(ConnectionConfig credentials)
MariaDBConnectionFactory(ConnectionConfig credentials)
MySQLConnectionFactory(ConnectionConfig credentials)
PostgreSQLConnectionFactory(ConnectionConfig credentials)
-