The property to be used to retrieve the generated keys
The property to be used to retrieve the output of the callable statement
Create a JDBC pool which maintains its own data source.
Create a JDBC pool which maintains its own data source.
Create a JDBC pool which maintains its own data source.
Create a JDBC pool using a pre-initialized data source.
Create a JDBC pool using a pre-initialized data source. The config expects that at least the following properties are set:
url
- the connection stringuser
- the connection user namedatabase
- the database namemaxPoolSize
- the max allowed number of connections in the poolGenerated using TypeDoc
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.