public class RecordNoticeSentCommand extends SQLCommand
RECORD_NOTICE_SENT ITEM item_key RECIPIENT person_key DATE date_sent SCHEDULE notice_schedule_keyUsage
/* a notice has been sent, record it */ RECORD_NOTICE_SENT ITEM 1@1~1@1 RECIPIENT 1@1~1@1 DATE '1 JAN 2007' SCHEDULE 1@1~1@1THREAD MODE: SINGLE THREADED command
CURSOR_SIZE
Constructor and Description |
---|
RecordNoticeSentCommand(Connection connection,
Pattern pattern)
Creates a new RECORD_NOTICE_SENT command
|
Modifier and Type | Method and Description |
---|---|
void |
execute(Parser parser)
Executes a RECORD_NOTICE_SENT command
|
java.lang.String |
getColumnName(int column)
Gets the column name
|
java.lang.String |
getColumnType(int column)
Gets the column type
|
java.lang.String |
getRecordID(int row)
Gets the record id
|
java.lang.Object |
getValue(int row,
int column)
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 RecordNoticeSentCommand(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 column)
row
- the cell rowcolumn
- the cell columnpublic java.lang.String getColumnType(int column)
column
- the column to typepublic java.lang.String getColumnName(int column)
column
- the column to namepublic java.lang.String getRecordID(int row)
row
- the row to idstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.