public class SchedulerPreferencesCommand extends SQLCommand
SCHEDULE_PREFERENCES [GENERATE_URL]|[RETRIEVE_SELECTIONS]|[UPDATE_INIT_PREFERENCES]Usage
SCHEDULERPREFERENCES GENERATE_URLTHREAD MODE: SINGLE THREADED command
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GENERATE_URL |
static java.lang.String |
RETRIEVE_SELECTIONS |
static java.lang.String |
UPDATE_INIT_PREFERENCES |
CURSOR_SIZE
Constructor and Description |
---|
SchedulerPreferencesCommand(Connection connection,
Pattern pattern)
Creates a new SchedulerPreferencesCommand
|
Modifier and Type | Method and Description |
---|---|
void |
execute(Parser parser)
Retrieves availability
|
java.lang.String |
getColumnName(int col)
Gets the col name
|
java.lang.String |
getColumnType(int col)
Gets the col type
|
java.lang.String |
getRecordID(int row)
Gets the record id
|
java.lang.Object |
getValue(int row,
int col)
Gets a cell value
|
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 GENERATE_URL
public static final java.lang.String RETRIEVE_SELECTIONS
public static final java.lang.String UPDATE_INIT_PREFERENCES
public SchedulerPreferencesCommand(Connection connection, Pattern pattern)
connection
- the command connectionpattern
- the command patternpublic void execute(Parser parser) throws java.lang.Exception
public java.lang.Object getValue(int row, int col)
row
- the cell rowcol
- the cell columnpublic java.lang.String getColumnType(int col)
col
- the col to typepublic java.lang.String getColumnName(int col)
col
- the col to namepublic java.lang.String getRecordID(int row)
row
- the row to idstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.