public class WordsExtractorCommand extends SQLCommand
EXTRACT_WORDS [[PATH path_name] | [KEY file_key]Usage
EXTRACT_WORDS PATH file_path or EXTRACT_WORDS KEY file_keyTHREAD MODE: SINGLE THREADED command
CURSOR_SIZE| Constructor and Description |
|---|
WordsExtractorCommand(Connection connection,
Pattern pattern)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(Parser p)
execute this command
|
java.lang.String |
getColumnName(int col)
Not mandatory to supply a key for the row as well.
|
java.lang.String |
getColumnType(int col)
get the column type
|
java.lang.String |
getRecordID(int row)
We are at the last row when we return null for the record ID.
|
java.lang.Object |
getValue(int row,
int col)
The value for this column/row
|
appendResult, appendResult, getCursorName, getRecordKey, isExecuteOnlyexecute, extMakeThreadName, getConnection, getPattern, getRawTitle, getTitle, makeThreadName, recordCall, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRawTitlepublic WordsExtractorCommand(@Nonnull
Connection connection,
@Nonnull
Pattern pattern)
connection - the connectionpattern - the patternprotected void execute(Parser p) throws java.lang.Exception
public java.lang.String getRecordID(int row)
CommandBuildResultsPluginrow - row indexpublic java.lang.String getColumnName(int col)
CommandBuildResultsPlugincol - column indexpublic java.lang.String getColumnType(int col)
throws java.lang.Exception
CommandBuildResultsPlugincol - column typejava.lang.Exception - Exception A serious problempublic java.lang.Object getValue(int row,
int col)
throws java.lang.Exception
CommandBuildResultsPluginrow - row indexcol - column indexjava.lang.Exception - Exception A serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.