public class ExtMyobInitialSync extends SQLCommand
MYOB_INITIAL_SYNC CLASS class [START start_date] [END end_date]Usage
* ------Will put all invoice transactions into trans_system table ---- * * MYOB_INITIAL_SYNC CLASS invoice * * ------Will put all invoice transactions from 12/06/2012 into trans_system table ---- * * MYOB_INITIAL_SYNC CLASS invoice START 12/06/2012THREAD MODE: SINGLE THREADED command
CURSOR_SIZE
Constructor and Description |
---|
ExtMyobInitialSync(Connection connection,
Pattern pattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Parser p)
execute the command.
|
java.lang.String |
getColumnName(int col)
Not mandatory to supply a key for the row as well.
|
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 ExtMyobInitialSync(Connection connection, Pattern pattern)
connection
- pattern
- protected void execute(Parser p) throws java.lang.Exception
public java.lang.String getColumnName(int col)
CommandBuildResultsPlugin
col
- The column number ( offset from 1)public java.lang.String getRecordID(int row)
CommandBuildResultsPlugin
row
- The row number ( offset from 1)public java.lang.String getColumnType(int col)
CommandBuildResultsPlugin
col
- The column number ( offset from 1)public java.lang.Object getValue(int row, int col)
CommandBuildResultsPlugin
row
- The row number ( offset from 1)col
- The column number ( offset from 1)stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.