| |
|
| java.lang.Object org.apache.derby.impl.load.ImportReadData
ASCII_FIXED_FORMAT_CODE | final static int ASCII_FIXED_FORMAT_CODE(Code) | | |
DEFAULT_FORMAT_CODE | final static int DEFAULT_FORMAT_CODE(Code) | | |
fieldSeparator | protected char[] fieldSeparator(Code) | | |
fieldSeparatorLength | protected int fieldSeparatorLength(Code) | | |
fieldStartDelimiter | protected char[] fieldStartDelimiter(Code) | | |
fieldStartDelimiterIndex | int fieldStartDelimiterIndex(Code) | | |
fieldStartDelimiterLength | protected int fieldStartDelimiterLength(Code) | | |
fieldStopDelimiter | protected char[] fieldStopDelimiter(Code) | | |
fieldStopDelimiterIndex | int fieldStopDelimiterIndex(Code) | | |
fieldStopDelimiterLength | protected int fieldStopDelimiterLength(Code) | | |
foundStartAndStopDelimiters | boolean foundStartAndStopDelimiters(Code) | | |
foundStartDelimiter | boolean foundStartDelimiter(Code) | | |
hasDelimiterAtEnd | protected boolean hasDelimiterAtEnd(Code) | | |
lineNumber | int lineNumber(Code) | | |
numberOfColumns | protected int numberOfColumns(Code) | | |
positionOfNonWhiteSpaceCharInBack | int positionOfNonWhiteSpaceCharInBack(Code) | | |
positionOfNonWhiteSpaceCharInFront | int positionOfNonWhiteSpaceCharInFront(Code) | | |
recordSeparator | protected char[] recordSeparator(Code) | | |
recordSeparatorLength | protected int recordSeparatorLength(Code) | | |
stopDelimiterPosition | int stopDelimiterPosition(Code) | | |
streamOpenForReading | boolean streamOpenForReading(Code) | | |
totalCharsSoFar | int totalCharsSoFar(Code) | | |
closeStream | void closeStream() throws Exception(Code) | | close the input data file
exception: Exception - if there is an error |
findNumberOfColumnsInARow | int findNumberOfColumnsInARow() throws Exception(Code) | | |
getCurrentRowNumber | int getCurrentRowNumber()(Code) | | returns the number of the current row
|
getNumberOfColumns | int getNumberOfColumns()(Code) | | |
ignoreFirstRow | protected void ignoreFirstRow() throws Exception(Code) | | if columndefinition is true, ignore first row. The way to do that is to just
look for the record separator
exception: Exception - if there is an error |
loadColumnTypes | protected void loadColumnTypes() throws Exception(Code) | | load the column types from the meta data line to be analyzed
later in the constructor of the ImportResultSetMetaData.
|
readNextRow | boolean readNextRow(String[] returnStringArray) throws Exception(Code) | | the way we read the next row from input file depends on it's format
exception: Exception - if there is an error |
readNextToken | boolean readNextToken(char[] delimiter, int delimiterIndex, int delimiterLength, boolean isRecordSeperator) throws Exception(Code) | | |
readTokensUntilEndOfRecord | boolean readTokensUntilEndOfRecord() throws Exception(Code) | | |
|
|
|