|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StatementType>
com.espertech.esper.core.service.StatementType
public enum StatementType
Type of the statement.
Enum Constant Summary | |
---|---|
CREATE_CONTEXT
Create-context statement. |
|
CREATE_EXPRESSION
Create-expression statement. |
|
CREATE_GRAPH
Create-graph statement. |
|
CREATE_INDEX
Create-index statement. |
|
CREATE_SCHEMA
Create-schema statement. |
|
CREATE_VARIABLE
Create a variable statement. |
|
CREATE_WINDOW
Create a named window statement. |
|
INSERT_INTO
Insert-into statement. |
|
ON_DELETE
On-delete statement. |
|
ON_INSERT
On-insert statement. |
|
ON_MERGE
On-merge statement. |
|
ON_SELECT
On-select statement. |
|
ON_SET
On-set statement. |
|
ON_SPLITSTREAM
On-merge statement. |
|
ON_UPDATE
On-update statement. |
|
PATTERN
Pattern statement. |
|
SELECT
Select statement that may contain one or more patterns. |
|
UPDATE
Update statement. |
Method Summary | |
---|---|
static StatementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StatementType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StatementType PATTERN
public static final StatementType SELECT
public static final StatementType INSERT_INTO
public static final StatementType CREATE_WINDOW
public static final StatementType CREATE_VARIABLE
public static final StatementType CREATE_SCHEMA
public static final StatementType CREATE_INDEX
public static final StatementType CREATE_CONTEXT
public static final StatementType CREATE_GRAPH
public static final StatementType CREATE_EXPRESSION
public static final StatementType ON_MERGE
public static final StatementType ON_SPLITSTREAM
public static final StatementType ON_DELETE
public static final StatementType ON_SELECT
public static final StatementType ON_INSERT
public static final StatementType ON_SET
public static final StatementType ON_UPDATE
public static final StatementType UPDATE
Method Detail |
---|
public static StatementType[] values()
for (StatementType c : StatementType.values()) System.out.println(c);
public static StatementType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |