Package org.dbunit.dataset.sqlloader
Class SqlLoaderControlParserImpl
java.lang.Object
org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
- All Implemented Interfaces:
SqlLoaderControlParser
Parser which parses Oracle SQLLoader files.
- Since:
- 2.4.0
- Version:
- $Revision$ $Date$
- Author:
- Stephan Strittmatter (stritti AT users.sourceforge.net), Last changed by: $Author$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEPARATOR_CHAR
public static final char SEPARATOR_CHAR- See Also:
-
-
Constructor Details
-
SqlLoaderControlParserImpl
public SqlLoaderControlParserImpl()The Constructor.
-
-
Method Details
-
parse
Parse.- Specified by:
parsein interfaceSqlLoaderControlParser- Parameters:
csv- the csv- Returns:
- the list
- Throws:
IllegalInputCharacterException- the illegal input character exceptionPipelineException- the pipeline exception- See Also:
-
parse
Parse.- Specified by:
parsein interfaceSqlLoaderControlParser- Parameters:
url- the URL- Returns:
- the list
- Throws:
IOException- the IO exceptionSqlLoaderControlParserException- the oracle control parser exception- See Also:
-
parse
Parse.- Specified by:
parsein interfaceSqlLoaderControlParser- Parameters:
controlFile- the source- Returns:
- the list of column names as Strings
- Throws:
IOException- the IO exceptionSqlLoaderControlParserException- the oracle control parser exception- See Also:
-
parseForRegexp
- Throws:
IOException
-
getTableName
- Specified by:
getTableNamein interfaceSqlLoaderControlParser
-