Good evening! Tell me
c3p0 methods for getting a datasource -
DataSources.unpooledDataSource(String jdbcUrl, Properties driverProps) and
DataSources.pooledDataSource( DataSource unpooledDataSource, Map overrideProps ) work with the same mix?
When creating a pool of connections, you can create unpooledDataSource simply by url driver + login password to the database and already in the pooledDataSource specify by redefining check pool pool connections, settings, lifetime etc., etc. - right? Or the set of properties that are specified in the signatures of the methods are mapped into different maps of the parameters of the data that I will pull out of the created pool?