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 (lun, 29 set 2008) $
Author:
Stephan Strittmatter (stritti AT users.sourceforge.net), Last changed by: $Author: gommma $

Method Summary
 java.lang.String getTableName()
           
 java.util.List parse(java.io.File file)
          Parse.
 java.util.List parse(java.lang.String csv)
          Parse.
 java.util.List parse(java.net.URL url)
          Parse.
 

Method Detail

parse

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

Parameters:
file - the file
Returns:
the list
Throws:
java.io.IOException
SqlLoaderControlParserException

parse

java.util.List parse(java.net.URL url)
                     throws java.io.IOException,
                            SqlLoaderControlParserException
Parse.

Parameters:
url - the URL
Returns:
the list
Throws:
java.io.IOException
SqlLoaderControlParserException

parse

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

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

getTableName

java.lang.String getTableName()


Copyright © 2002-2010. All Rights Reserved.