Package org.dbunit.dataset.sqlloader
Interface SqlLoaderControlParser
- All Known Implementing Classes:
SqlLoaderControlParserImpl
public interface SqlLoaderControlParser
Interface of 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$
-
Method Summary
-
Method Details
-
parse
Parse.- Parameters:
file- the file- Returns:
- the list
- Throws:
IOExceptionSqlLoaderControlParserException
-
parse
Parse.- Parameters:
url- the URL- Returns:
- the list
- Throws:
IOExceptionSqlLoaderControlParserException
-
parse
Parse.- Parameters:
csv- the CSV data- Returns:
- the list
- Throws:
IllegalInputCharacterExceptionPipelineException
-
getTableName
String getTableName()
-