public class SqlLoaderControlParserImpl extends Object implements SqlLoaderControlParser
| Modifier and Type | Field and Description |
|---|---|
static char |
SEPARATOR_CHAR |
| Constructor and Description |
|---|
SqlLoaderControlParserImpl()
The Constructor.
|
public static final char SEPARATOR_CHAR
public List parse(String csv) throws PipelineException, IllegalInputCharacterException
parse in interface SqlLoaderControlParsercsv - the csvIllegalInputCharacterException - the illegal input character exceptionPipelineException - the pipeline exceptionSqlLoaderControlParser.parse(java.lang.String)public List parse(URL url) throws IOException, SqlLoaderControlParserException
parse in interface SqlLoaderControlParserurl - the URLIOException - the IO exceptionSqlLoaderControlParserException - the oracle control parser exceptionSqlLoaderControlParser.parse(java.net.URL)public List parse(File controlFile) throws IOException, SqlLoaderControlParserException
parse in interface SqlLoaderControlParsercontrolFile - the sourceIOException - the IO exceptionSqlLoaderControlParserException - the oracle control parser exceptionSqlLoaderControlParser.parse(java.io.File)protected String parseForRegexp(String controlFileContent, String regexp) throws IOException
IOExceptionpublic String getTableName()
getTableName in interface SqlLoaderControlParserCopyright © 2002-2017. All Rights Reserved.