Uses of Class
io.github.jdbcx.driver.WrappedConnection
Packages that use WrappedConnection
-
Uses of WrappedConnection in io.github.jdbcx.driver
Fields in io.github.jdbcx.driver declared as WrappedConnectionMethods in io.github.jdbcx.driver that return WrappedConnectionConstructors in io.github.jdbcx.driver with parameters of type WrappedConnectionModifierConstructorDescriptionprotectedWrappedCallableStatement(WrappedConnection conn, String query, CallableStatement stmt, boolean orphan) protectedWrappedPreparedStatement(WrappedConnection conn, String query, PreparedStatement stmt, boolean orphan) protectedWrappedStatement(WrappedConnection conn, Statement stmt, boolean orphan)