Add a property for this client, which will be sent to server at the connection start.
Get whether prepared statements cache is enabled.
Get the default database name for the connection.
Get the host for connecting to the server.
Get the user password to be used for the authentication.
Get the port for connecting to the server.
Get the maximum number of prepared statements that the connection will cache.
Get the maximum length of prepared statement SQL string that the connection will cache.
@return the value of current connection properties
Get the user account to be used for the authentication.
Initialize with the default options.
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.
Set properties for this client, which will be sent to server at the connection start.
Specify the user account to be used for the authentication.
Connect options for configuring {@link SqlConnection} or {@link Pool}.