public class EditionCommand extends SQLCommand
EDITION [FORMAT]|[SEND] edition_keyUsage
EDITION FORMATTHREAD MODE: SINGLE THREADED command
CURSOR_SIZE
Constructor and Description |
---|
EditionCommand(Connection connection,
Pattern pattern)
std.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doDistribution(MutableDataSource mds,
Edition edition)
distribute
|
protected void |
doFormat(MutableDataSource mds,
Edition edition)
format
|
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)
Gets the column type for the given column index, starting at one
|
java.lang.String |
getRecordID(int row)
the record ID
|
java.lang.Object |
getValue(int row,
int col)
the value for this row, column
|
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 EditionCommand(Connection connection, Pattern pattern)
connection
- the connectionpattern
- the patternprotected void execute(Parser p) throws java.lang.Exception
protected void doFormat(MutableDataSource mds, Edition edition) throws java.lang.Exception
mds
- the data sourceedition
- the editionjava.lang.Exception
- a serious problemprotected void doDistribution(MutableDataSource mds, Edition edition) throws java.lang.Exception
mds
- the data sourceedition
- the editionjava.lang.Exception
- a serious problempublic java.lang.String getColumnName(int col)
col
- the column number to namepublic java.lang.String getRecordID(int row)
row
- the row indexpublic java.lang.String getColumnType(int col)
col
- the column indexpublic java.lang.Object getValue(int row, int col)
row
- the row indexcol
- the columnstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.