import java.io.PrintWriter;import java.sql.Connection;import java.sql.DriverManager;import java.sql.SQLException;import java.sql.SQLFeatureNotSupportedException;import java.util.Objects;import java.util.Properties;import java.util.logging.Logger;import javax.sql.DataSource;Go to the source code of this file.
Classes | |
| class | dev.rafex.ether.jdbc.datasource.SimpleDataSource |
A simple implementation of DataSource that uses DriverManager to create connections. More... | |
Packages | |
| package | dev.rafex.ether.jdbc.datasource |
| Simple datasource implementations and helpers for JDBC bootstrapping. | |