|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface SingleRowFunction
For use with server environments that support dynamic engine initialization (enterprise edition server), indicates that this method provide a single-row function and should be registered as such so it becomes callable from EPL statements using the name specified.
Required Element Summary | |
---|---|
java.lang.String |
name
Single-row function name for use in EPL statements. |
Element Detail |
---|
public abstract java.lang.String name
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |