Uses of Class
io.github.jdbcx.driver.WrappedStatement
Packages that use WrappedStatement
-
Uses of WrappedStatement in io.github.jdbcx.driver
Subclasses of WrappedStatement in io.github.jdbcx.driverModifier and TypeClassDescriptionclassThis class serves as a wrapper for aCallableStatement.classThis class serves as a wrapper for aPreparedStatement.Fields in io.github.jdbcx.driver declared as WrappedStatementMethods in io.github.jdbcx.driver that return WrappedStatementModifier and TypeMethodDescriptionWrappedConnection.createStatement()WrappedConnection.createStatement(int resultSetType, int resultSetConcurrency) WrappedConnection.createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) protected WrappedStatementWrappedStatement.newOrphanStatement()Methods in io.github.jdbcx.driver with parameters of type WrappedStatementModifier and TypeMethodDescriptionWrappedConnection.handleResults(String query, WrappedStatement stmt) Constructors in io.github.jdbcx.driver with parameters of type WrappedStatement