public class RecordOnlineSub extends SQLCommand
CREATE_SUBSCRIPTION [[KEY global_key] | [ FIRST_NAME sub_first_name LAST_NAME sub_last_name [EMAIL sub_email] [AREA_CODE sub_area_code] [PHONE sub_phone] [COUNTRY sub_country] [SUBURB_CITY sub_suburb_city] [COMPANY sub_company] [POSITION sub_position] [SUMMARY sub_summary] [DESCRIPTION sub_description] ] PRODUCT sub_product TYPE sub_type [TERM sub_term] [START_DATE sub_start_date] [QTY sub_qty] [ENQUIRY_SOURCE_NAME enquiry_source_name]Usage
CREATE_SUBSCRIPTION FIRST_NAME Kate LAST_NAME McGrath EMAIL kate@gmail.com PHONE 5345344 AREACODE 560027 COUNTRY india CITY trivandram POSITION software engineer COMPANY extolution SHORTDESCRIPTION trail DESCRIPTION trail web DUEBY 10 CLOSEDDATE 12/11/2007THREAD MODE: SINGLE THREADED command
CURSOR_SIZE
Constructor and Description |
---|
RecordOnlineSub(Connection connection,
Pattern pattern) |
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 RecordOnlineSub(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.