Class Expectations.BasicParamExpectation

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BasicParamExpectation​(int expectedRowCount, int parameterPosition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canBeBatched()
      Is it acceptable to combiner this expectation with statement batching?
      protected int determineRowCount​(int reportedRowCount, java.sql.PreparedStatement statement)  
      int prepare​(java.sql.PreparedStatement statement)
      Perform any special statement preparation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicParamExpectation

        protected BasicParamExpectation​(int expectedRowCount,
                                        int parameterPosition)