
org.rx.jdbc.ConnectionPoolKind Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxlib-x Show documentation
Show all versions of rxlib-x Show documentation
A set of utilities for Java
The newest version!
package org.rx.jdbc;
public enum ConnectionPoolKind {
NONE,
HikariCP,
Druid
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy