Class WrappedPreparedStatementJDK7

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

public class WrappedPreparedStatementJDK7 extends WrappedPreparedStatement
WrappedPreparedStatementJDK7.
Author:
Jesper Pedersen
See Also:
  • Constructor Details

    • WrappedPreparedStatementJDK7

      public WrappedPreparedStatementJDK7(WrappedConnectionJDK7 lc, PreparedStatement s, boolean spy, String jndiName, boolean doLocking)
      Constructor
      Parameters:
      lc - The connection
      s - The prepared 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 the 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