Class CustomStatementHelper

Object
StatementHelper
CustomStatementHelper
All Implemented Interfaces:
Serializable

public class CustomStatementHelper extends StatementHelper
See Also:
  • Constructor Details

    • CustomStatementHelper

      public CustomStatementHelper()
  • Method Details

    • addParameterValue

      public void addParameterValue(Object parameter)
      Overrides:
      addParameterValue in class StatementHelper
    • handleUnrecognizedTypeNullValue

      protected boolean handleUnrecognizedTypeNullValue(int i, PreparedStatement pstmt, Map<Integer,Class<?>> dataTypes) throws SQLException
      Overrides:
      handleUnrecognizedTypeNullValue in class StatementHelper
      Throws:
      SQLException
    • getParameters

      public Collection<Object> getParameters()