public class TasksWinLoseChart extends SQLCommand
TASKS_WIN_LOSE_CHARTTHREAD MODE: SINGLE THREADED command
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DATE_COLUMN |
static java.lang.String |
LOSE_COLUMN |
static java.lang.String |
OTHER_COLUMN |
static java.lang.String |
WIN_COLUMN |
CURSOR_SIZE
Constructor and Description |
---|
TasksWinLoseChart(Connection connection,
Pattern pattern)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Parser p)
execute the command.
|
java.lang.String |
getColumnName(int col)
the column name
|
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, isExecuteOnly
execute, extMakeThreadName, getConnection, getPattern, getRawTitle, getTitle, makeThreadName, recordCall, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRawTitle
public static final java.lang.String DATE_COLUMN
public static final java.lang.String WIN_COLUMN
public static final java.lang.String LOSE_COLUMN
public static final java.lang.String OTHER_COLUMN
public TasksWinLoseChart(Connection connection, Pattern pattern)
connection
- pattern
- protected void execute(Parser p) throws java.lang.Exception
public java.lang.String getColumnName(int col)
col
- the columnpublic java.lang.String getColumnType(int col)
CommandBuildResultsPlugin
col
- the columnpublic java.lang.String getRecordID(int row)
CommandBuildResultsPlugin
row
- the row to usepublic java.lang.Object getValue(int row, int col)
CommandBuildResultsPlugin
row
- the row to usecol
- the columnstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.