public class RaiseEventCommand extends SQLCommand
RAISE_EVENT event_code GLOBAL_KEY gkeyUsage
RAISE_EVENT my_event GLOBAL_KEY 123@2~234@1THREAD MODE: SINGLE THREADED command
CURSOR_SIZE
Constructor and Description |
---|
RaiseEventCommand(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)
the column name
|
java.lang.String |
getColumnType(int col)
Returns the type of column
|
java.lang.String |
getRecordID(int row)
Returns the id of the record
|
java.lang.Object |
getValue(int row,
int col)
Retrieve the value of the result set for a 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 RaiseEventCommand(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 columnpublic java.lang.String getColumnType(int col)
col
- - Column to return type forpublic java.lang.String getRecordID(int row)
row
- - row to return id forpublic java.lang.Object getValue(int row, int col)
row
- - row to return value forcol
- - col to return value forstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.