jooq/jOOQ
Lukas Eder a49950b831 [jOOQ/jOOQ#11700] Add a R2DBCPreparedStatement proxy
In order to re-use existing variable binding logic (and eventually, to
offer supporing org.jooq.Binding transparently), we'll implement an
R2DBCPreparedStatement proxy that wraps the R2DBC Statement in a JDBC
PreparedStatement and can thus use the existing lifecycle methods.
2021-03-24 13:39:50 +01:00
..
src/main [jOOQ/jOOQ#11700] Add a R2DBCPreparedStatement proxy 2021-03-24 13:39:50 +01:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml [jOOQ/jOOQ#11700] Add R2DBC support 2021-03-23 17:35:34 +01:00