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