|
5 years ago | |
---|---|---|
jdbc.datasourceproxy | 5 years ago | |
src | 5 years ago | |
.editorconfig | 5 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
LICENSE | 5 years ago | |
README.org | 5 years ago | |
pom.xml | 5 years ago |
Common code related to JDBC.
file:https://travis-ci.org/steinarb/jdbc.svg?branch=master file:https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=alert_status#.svg file:https://maven-badges.herokuapp.com/maven-central/no.priv.bang.jdbc/jdbc/badge.svg file:https://www.javadoc.io/badge/no.priv.bang.jdbc/jdbc.svg
file:https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=ncloc#.svg file:https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=bugs#.svg file:https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=vulnerabilities#.svg file:https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=code_smells#.svg file:https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=coverage#.svg
Date | Version | Comment |
---|---|---|
This is an implementation of the DataSource interface that has a different DataSource as a property and delegates all methods to the wrapped DataSource object.
This code is licensed under the Apache license v. 2. See the LICENSE file for details.