|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.CreateContextClause
public class CreateContextClause
Create a context.
Constructor Summary | |
---|---|
CreateContextClause()
Ctor. |
|
CreateContextClause(java.lang.String contextName,
ContextDescriptor descriptor)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getContextName()
Returns the context name |
ContextDescriptor |
getDescriptor()
Returns the context dimension informatin |
void |
setContextName(java.lang.String contextName)
Sets the context name |
void |
setDescriptor(ContextDescriptor descriptor)
Sets the context dimension informatin |
void |
toEPL(java.io.StringWriter writer,
EPStatementFormatter formatter)
Render as EPL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateContextClause()
public CreateContextClause(java.lang.String contextName, ContextDescriptor descriptor)
contextName
- context namedescriptor
- context dimension descriptorMethod Detail |
---|
public java.lang.String getContextName()
public void setContextName(java.lang.String contextName)
contextName
- context namepublic ContextDescriptor getDescriptor()
public void setDescriptor(ContextDescriptor descriptor)
descriptor
- context descriptorpublic void toEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
writer
- to output toformatter
- formatter
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |