public class LogLocationErrorCommand extends SQLCommand
LOG_FILELOCATION_ERROR error LOCATION file_server [OCCURRED timestamp] [SOURCE source_cd] [FILE file_id]Usage
/* creates a DBFileStoreLog record */ LOG_FILELOCATION_ERROR connection refused LOCATION storeCode /* creates a DBFileStoreLog record */ LOG_FILELOCATION_ERROR file not found index.html LOCATION AU_SYD OCCURED 1130984320506 SOURCE excel client FILE 123THREAD MODE: SINGLE THREADED command
CURSOR_SIZE
Constructor and Description |
---|
LogLocationErrorCommand(Connection connection,
Pattern pattern)
Creates a new LogLocationErrorCommand object
|
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Parser parser)
Executes the command represented by the parser object
|
java.lang.String |
getColumnName(int col)
Gets the column name for the given column number
|
java.lang.String |
getColumnType(int col)
Gets the column type for the given column number
|
java.lang.String |
getRecordID(int row)
Gets the record id for the given row
|
java.lang.Object |
getValue(int row,
int col)
Gets the value for the given row and 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 LogLocationErrorCommand(Connection connection, Pattern pattern)
connection
- the database connection to usepattern
- the command patternprotected void execute(Parser parser) throws java.lang.Exception
public java.lang.String getColumnName(int col)
col
- the column numberpublic java.lang.String getColumnType(int col)
col
- the column numberpublic java.lang.String getRecordID(int row)
row
- the row numberpublic java.lang.Object getValue(int row, int col)
row
- the row numbercol
- the column numberstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.