Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
SimpleDataSource.java File Reference
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;
Include dependency graph for SimpleDataSource.java:

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.