public class MessageCommand extends SQLCommand
MESSAGE GENERATE [PATH file_path] [WHERE clause]Usage
/* create a message file for all messages. */ MESSAGE GENERATE PATH remote/messages.xmlTHREAD MODE: SINGLE THREADED command
CURSOR_SIZE
Constructor and Description |
---|
MessageCommand(Connection connection,
Pattern pattern)
std.
|
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Parser p)
execute the command.
|
java.lang.String |
getColumnName(int col)
implements getColumnName of interface CommandBuildResultsPlugin.
|
java.lang.String |
getColumnType(int col)
get the column type
|
java.lang.String |
getRecordID(int row)
the record ID
|
java.lang.Object |
getValue(int row,
int col)
get the 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 MessageCommand(Connection connection, Pattern pattern)
connection
- the connectionpattern
- the patternprotected void execute(Parser p) throws java.lang.Exception
public java.lang.String getColumnName(int col)
col
- the column number to namepublic java.lang.String getColumnType(int col)
col
- the columnpublic java.lang.String getRecordID(int row)
row
- the rowpublic java.lang.Object getValue(int row, int col)
row
- the rowcol
- the colstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.