| Package | Description | 
|---|---|
| org.davidmoten.rxjava3.jdbc | |
| org.davidmoten.rxjava3.jdbc.internal | |
| org.davidmoten.rxjava3.jdbc.pool | |
| org.davidmoten.rxjava3.jdbc.pool.internal | 
| Modifier and Type | Method and Description | 
|---|---|
| static ConnectionProvider | Util. connectionProvider(DataSource dataSource) | 
| static ConnectionProvider | Util. connectionProvider(String url,
                  Properties properties) | 
| static ConnectionProvider | ConnectionProvider. from(Connection connection)Warning: Don't pass one of these as a ConnectionProvider to a pool because
 once the pool closes the connection the pool cannot create a new one (the
 same closed connection is returned). | 
| static ConnectionProvider | ConnectionProvider. from(String url) | 
| static ConnectionProvider | ConnectionProvider. from(String url,
    Properties properties) | 
| static ConnectionProvider | ConnectionProvider. from(String url,
    String username,
    String password) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Database | Database. fromBlocking(ConnectionProvider cp) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SingletonConnectionProvider | 
| Modifier and Type | Method and Description | 
|---|---|
| NonBlockingConnectionPool.Builder<T> | NonBlockingConnectionPool.Builder. connectionProvider(ConnectionProvider cp)Sets the provider of  Connectionobjects to be used by the pool. | 
| Constructor and Description | 
|---|
| ConnectionProviderBlockingPool(ConnectionProvider connectionProvider) | 
Copyright © 2022–2023. All rights reserved.