Uses of Class
io.github.jdbcx.driver.WrappedPreparedStatement
Packages that use WrappedPreparedStatement
-
Uses of WrappedPreparedStatement in io.github.jdbcx.driver
Subclasses of WrappedPreparedStatement in io.github.jdbcx.driverMethods in io.github.jdbcx.driver that return WrappedPreparedStatementModifier and TypeMethodDescriptionWrappedConnection.prepareStatement(String query) WrappedConnection.prepareStatement(String query, int autoGeneratedKeys) WrappedConnection.prepareStatement(String query, int[] columnIndexes) WrappedConnection.prepareStatement(String query, int resultSetType, int resultSetConcurrency) WrappedConnection.prepareStatement(String query, int resultSetType, int resultSetConcurrency, int resultSetHoldability) WrappedConnection.prepareStatement(String query, String[] columnNames)