public class StoredResultCommand extends SQLCommand
STORED_RESULT code [KEY]|[FIELD] valueUsage
/* get the DILUTION, DBObject global_key is 1323@1~232@1 */ STORED_RESULT DILUTION KEY 1323@1~232@1; /* get the DILUTION, for the DBObject which field companyCode is IBM.US */ STORED_RESULT DILUTION FIELD companyCode=IBM.US;THREAD MODE: SINGLE THREADED command
CURSOR_SIZE
Constructor and Description |
---|
StoredResultCommand(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)
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 StoredResultCommand(Connection connection, Pattern pattern)
connection
- the connectionpattern
- the patternprotected void execute(Parser p) throws java.lang.Exception
public java.lang.String getRecordID(int row)
row
- The row number ( offset from 1)public java.lang.String getColumnName(int col)
col
- The column number ( offset from 1)public java.lang.String getColumnType(int col) throws java.lang.Exception
col
- The column number ( offset from 1)java.lang.Exception
- A serious problempublic java.lang.Object getValue(int row, int col) throws java.lang.Exception
row
- The row number ( offset from 1)col
- The column number ( offset from 1)java.lang.Exception
- A serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.