| Constructor and Description | 
|---|
PgDriver()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
acceptsOptions(SqlConnectOptions options)  | 
Pool | 
createPool(SqlConnectOptions options,
          PoolOptions poolOptions)
Create a connection pool to the database configured with the given  
connectOptions and poolOptions. | 
Pool | 
createPool(Vertx vertx,
          SqlConnectOptions options,
          PoolOptions poolOptions)
Create a connection pool to the database configured with the given  
connectOptions and poolOptions. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePoolpublic Pool createPool(SqlConnectOptions options, PoolOptions poolOptions)
DriverconnectOptions and poolOptions.createPool in interface Driveroptions - the options used to create the connection pool, such as database hostnamepoolOptions - the options for creating the poolpublic Pool createPool(Vertx vertx, SqlConnectOptions options, PoolOptions poolOptions)
DriverconnectOptions and poolOptions.createPool in interface Driververtx - the Vertx instance to be used with the connection pooloptions - the options used to create the connection pool, such as database hostnamepoolOptions - the options for creating the poolpublic boolean acceptsOptions(SqlConnectOptions options)
acceptsOptions in interface DriverconnectOptions, false otherwiseCopyright © 2020 Eclipse. All rights reserved.