public class CreateTaskCommand extends SQLCommand
CREATE_TASK JOB_NUM sc_job_number JOB_ID sc_job_id CUSTOMER sc_customer_idTHREAD MODE: SINGLE THREADED command
CURSOR_SIZE
Constructor and Description |
---|
CreateTaskCommand(Connection connection,
Pattern pattern)
Creates a new instance of CreateTaskCommand
|
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Parser p)
Execute the JOB command.
|
java.lang.String |
getColumnName(int col)
The column name
|
java.lang.String |
getColumnType(int col)
The column type
|
java.lang.String |
getRecordID(int row)
The record ID for this row
|
java.lang.Object |
getValue(int row,
int col)
The value for this row/col
|
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 CreateTaskCommand(Connection connection, Pattern pattern)
protected void execute(Parser p) throws java.lang.Exception
public java.lang.String getColumnName(int col)
col
- offset from 1public java.lang.String getColumnType(int col) throws java.lang.Exception
col
- offset from 1java.lang.Exception
- a serious problempublic java.lang.Object getValue(int row, int col) throws java.lang.Exception
row
- offset from 1col
- offset from 1java.lang.Exception
- a serious problempublic java.lang.String getRecordID(int row)
row
- offset from 1stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.