Uses of Class
io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
-
Packages that use PostgreSQLConfig Package Description io.rxmicro.data.sql.r2dbc.postgresql The root package for therxmicro.data.sql.r2dbc.postgresqlmodule. -
-
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 PostgreSQLConfigPostgreSQLConfig. addOption(String name, String value)PostgreSQLConfigPostgreSQLConfig. setAcquireRetry(int acquireRetry)PostgreSQLConfigPostgreSQLConfig. setConnectionDecorator(Function<io.r2dbc.spi.Connection,io.r2dbc.spi.Connection> connectionDecorator)Sets the connection decorator function.PostgreSQLConfigPostgreSQLConfig. setConnectTimeout(Duration connectTimeout)PostgreSQLConfigPostgreSQLConfig. setDatabase(String database)PostgreSQLConfigPostgreSQLConfig. setHost(String host)PostgreSQLConfigPostgreSQLConfig. setInitialSize(int initialSize)PostgreSQLConfigPostgreSQLConfig. setMaxAcquireTime(Duration maxAcquireTime)PostgreSQLConfigPostgreSQLConfig. setMaxCreateConnectionTime(Duration maxCreateConnectionTime)PostgreSQLConfigPostgreSQLConfig. setMaxIdleTime(Duration maxIdleTime)PostgreSQLConfigPostgreSQLConfig. setMaxLifeTime(Duration maxLifeTime)PostgreSQLConfigPostgreSQLConfig. setMaxSize(int maxSize)PostgreSQLConfigPostgreSQLConfig. setPassword(CharSequence password)PostgreSQLConfigPostgreSQLConfig. setPort(int port)PostgreSQLConfigPostgreSQLConfig. setUser(String user)PostgreSQLConfigPostgreSQLConfig. setValidationQuery(String validationQuery)
-