Prepares the ConnectionConf to be usable to obtain a connection.
Prepares the ConnectionConf to be usable to obtain a connection. See ConnectionUtil for various APIs to get a connection from a ConnectionConf
Sets any additional information in connection setting
Sets any additional information in connection setting
property name
property value
Set the driver for the connection.
Set the driver for the connection. For SnappyData no need to set this. SnappyData will automatically set the driver based on the cluster
driver for the connection
Sets a property for a pool.
Sets a property for a pool. For detailed list for Hikari refer https://github.com/brettwooldridge/HikariCP/wiki/Configuration For detailed list for Tomcat refer https://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html
Even if you don't mention any properties it defaults it to some sensible values
property name
property value
Sets properties for a pool.
Sets properties for a pool. For detailed list for Hikari refer https://github.com/brettwooldridge/HikariCP/wiki/Configuration For detailed list for Tomcat refer https://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html
Even if you don't mention any properties it defaults it to some sensible values
map of key-value
Snappy supports two ConnectionPool implementation "Tomcat" and "Hikari".
Snappy supports two ConnectionPool implementation "Tomcat" and "Hikari". Set either of the two . Default is Tomcat.
provider name
Set the URL for connection.
Set the URL for connection. For SnappyData you can skip setting this. SnappyData will automatically set the URL based on the cluster
URL for JDBC connection