Class QuoteHandler
java.lang.Object
org.dbunit.dataset.common.handlers.AbstractPipelineComponent
org.dbunit.dataset.common.handlers.QuoteHandler
- All Implemented Interfaces:
Handler,PipelineComponent
- Since:
- 2.2 (Sep 12, 2004)
- Version:
- $Revision$ $Date$
- Author:
- fede, Last changed by: $Author$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static classNested classes/interfaces inherited from class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final PipelineComponentACCEPT()booleancanHandle(char c) static final PipelineComponentIGNORE()static final PipelineComponentQUOTE()static final PipelineComponentUNQUOTE()Methods inherited from class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
accept, allowForNoMoreInput, createPipelineComponent, getHelper, getPipeline, getPipelineConfig, getSuccessor, handle, noMoreInput, setPipeline, setSuccessor
-
Field Details
-
QUOTE_CHAR
public static final char QUOTE_CHAR- See Also:
-
-
Method Details
-
ACCEPT
-
IGNORE
-
QUOTE
-
UNQUOTE
-
canHandle
- Throws:
IllegalInputCharacterException
-