Class QuoteHandler.UNQUOTE

java.lang.Object
org.dbunit.dataset.common.handlers.Helper
org.dbunit.dataset.common.handlers.QuoteHandler.UNQUOTE
Enclosing class:
QuoteHandler

protected static class QuoteHandler.UNQUOTE extends Helper
Helper that ends a quoted field, restoring the pipeline's pre-quote state.
  • Constructor Details

    • UNQUOTE

      protected UNQUOTE()
  • Method Details

    • helpWith

      public void helpWith(char c)
    • allowForNoMoreInput

      public boolean allowForNoMoreInput()
      Description copied from class: Helper
      Returns whether this helper allows input to end while it is active. The default implementation always allows it.
      Overrides:
      allowForNoMoreInput in class Helper
      Returns:
      true if ending input now is allowed.