public class ReloadCommand extends SQLCommand
RELOAD [TRANSACTIONS period]|[CLASS class_name [WHERE clause]]Usage
RELOAD TRANSACTIONS '1 hour' -- Reload all record that were changed in the last hourTHREAD MODE: SINGLE THREADED command
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VARIBLE_PERIOD
The period.
|
CURSOR_SIZE| Constructor and Description |
|---|
ReloadCommand(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)
{@inheritDoc
|
java.lang.String |
getColumnType(int col)
{@inheritDoc
|
java.lang.String |
getRecordID(int row)
{@inheritDoc
|
java.lang.Object |
getValue(int row,
int col)
{@inheritDoc
|
appendResult, appendResult, getCursorName, getRecordKey, isExecuteOnlyexecute, extMakeThreadName, getConnection, getPattern, getRawTitle, getTitle, makeThreadName, recordCall, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRawTitlepublic static final java.lang.String VARIBLE_PERIOD
public ReloadCommand(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} - public java.lang.String getColumnName(int col)
col} - public java.lang.String getColumnType(int col)
throws java.lang.Exception
col} - java.lang.Exceptionpublic java.lang.Object getValue(int row,
int col)
throws java.lang.Exception
row} - col - java.lang.ExceptionstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.