PoolOptions
Name |
Type |
Description |
|
Set the maximum pool size |
|
|
Set the maximum connection request allowed in the wait queue, any requests beyond the max size will result in an failure. If the value is set to a negative number then the queue will be unbounded. |
SqlConnectOptions
Name |
Type |
Description |
|
Set whether prepared statements cache should be enabled. |
|
|
- |
|
|
- |
|
|
- |
|
|
Specify the default database for the connection. |
|
|
- |
|
|
- |
|
|
Specify the host for connecting to the server. |
|
|
- |
|
|
- |
|
- |
||
|
- |
|
|
- |
|
|
- |
|
|
Specify the user password to be used for the authentication. |
|
|
Specify the port for connecting to the server. |
|
|
Set the maximum number of prepared statements that the connection will cache. |
|
|
Set the maximum length of prepared statement SQL string that the connection will cache. This is an helper setting the link. |
|
|
Set properties for this client, which will be sent to server at the connection start. |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
- |
||
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
Set the tracing policy for the client behavior when Vert.x has tracing enabled. |
||
|
- |
|
|
- |
|
|
- |
|
|
Specify the user account to be used for the authentication. |