Class WrappedCallableStatementJDK7

All Implemented Interfaces:
Serializable, AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper, StatementAccess

public class WrappedCallableStatementJDK7 extends WrappedCallableStatement
WrappedCallableStatementJDK7.
Author:
Jesper Pedersen
See Also:
  • Constructor Details

    • WrappedCallableStatementJDK7

      public WrappedCallableStatementJDK7(WrappedConnectionJDK7 lc, CallableStatement s, boolean spy, String jndiName, boolean doLocking)
      Constructor
      Parameters:
      lc - The connection
      s - The statement
      spy - The spy value
      jndiName - The jndi name
      doLocking - Do locking
  • Method Details

    • wrapResultSet

      protected WrappedResultSet wrapResultSet(ResultSet resultSet, boolean spy, String jndiName, boolean doLocking)
      Wrap result set
      Specified by:
      wrapResultSet in class WrappedStatement
      Parameters:
      resultSet - The result set
      spy - The spy value
      jndiName - The jndi name
      doLocking - Do locking
      Returns:
      The result