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: 817 $ $Date: 2008-09-29 22:23:35 +0200 (Mon, 29 Sep 2008) $
Author:
Stephan Strittmatter (stritti AT users.sourceforge.net), Last changed by: $Author: gommma $

Method Summary
 String getTableName()
           
 List parse(File file)
          Parse.
 List parse(String csv)
          Parse.
 List parse(URL url)
          Parse.
 

Method Detail

parse

List parse(File file)
           throws IOException,
                  SqlLoaderControlParserException
Parse.

Parameters:
file - the file
Returns:
the list
Throws:
IOException
SqlLoaderControlParserException

parse

List parse(URL url)
           throws IOException,
                  SqlLoaderControlParserException
Parse.

Parameters:
url - the URL
Returns:
the list
Throws:
IOException
SqlLoaderControlParserException

parse

List parse(String csv)
           throws PipelineException,
                  IllegalInputCharacterException
Parse.

Parameters:
csv - the CSV data
Returns:
the list
Throws:
IllegalInputCharacterException
PipelineException

getTableName

String getTableName()


Copyright © 2002-2012. All Rights Reserved.