|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a SQL Event object.
Field Summary | |
static int |
CONDITION_EVENT
Event type constant indicating the event is invoked when predefined condition is met. |
static int |
MANUAL_EVENT
Event type constant indicating the event is manually invoked. |
static int |
SCHEDULE_EVENT
Event type constant indicating the event is scheduled to be invoked at certain time. |
Method Summary | |
int |
getEventType()
|
java.lang.String[] |
getSupportedParameter(int eventType)
Retrieves the supported parameter list for a given event type |
java.lang.String[] |
getValidValues(java.lang.String parameter)
Retrieves the valid parameter values for a given parameter name. |
Methods inherited from interface org.eclipse.datatools.sqltools.core.dbitem.IDBItem |
dispose, getControlConnection, getProcIdentifier, refresh |
Field Detail |
public static final int MANUAL_EVENT
public static final int CONDITION_EVENT
public static final int SCHEDULE_EVENT
Method Detail |
public int getEventType()
public java.lang.String[] getSupportedParameter(int eventType)
eventType
- event type defined in this interface
public java.lang.String[] getValidValues(java.lang.String parameter)
parameter
- parameter name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |