Uses of Class
io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
-
Packages that use PostgreSQLConfig Package Description io.rxmicro.data.sql.r2dbc.postgresql -
-
Uses of PostgreSQLConfig in io.rxmicro.data.sql.r2dbc.postgresql
Methods in io.rxmicro.data.sql.r2dbc.postgresql that return PostgreSQLConfig Modifier and Type Method Description PostgreSQLConfig
PostgreSQLConfig. addOption(String name, String value)
PostgreSQLConfig
PostgreSQLConfig. setAcquireRetry(int acquireRetry)
PostgreSQLConfig
PostgreSQLConfig. setConnectionDecorator(Function<io.r2dbc.spi.Connection,io.r2dbc.spi.Connection> connectionDecorator)
PostgreSQLConfig
PostgreSQLConfig. setConnectTimeout(Duration connectTimeout)
PostgreSQLConfig
PostgreSQLConfig. setDatabase(String database)
PostgreSQLConfig
PostgreSQLConfig. setHost(String host)
PostgreSQLConfig
PostgreSQLConfig. setInitialSize(int initialSize)
PostgreSQLConfig
PostgreSQLConfig. setMaxAcquireTime(Duration maxAcquireTime)
PostgreSQLConfig
PostgreSQLConfig. setMaxCreateConnectionTime(Duration maxCreateConnectionTime)
PostgreSQLConfig
PostgreSQLConfig. setMaxIdleTime(Duration maxIdleTime)
PostgreSQLConfig
PostgreSQLConfig. setMaxLifeTime(Duration maxLifeTime)
PostgreSQLConfig
PostgreSQLConfig. setMaxSize(int maxSize)
PostgreSQLConfig
PostgreSQLConfig. setPassword(CharSequence password)
PostgreSQLConfig
PostgreSQLConfig. setPort(int port)
PostgreSQLConfig
PostgreSQLConfig. setUser(String user)
PostgreSQLConfig
PostgreSQLConfig. setValidationQuery(String validationQuery)
-