![]() | EPStatement Properties |
The EPStatement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Annotations |
Returns statement annotations.
See the annotation package for available annotations. Application can define their own annotations. |
![]() | DeploymentId |
Returns the deployment id.
|
![]() | EventType |
Returns the type of events the statement pushes to listeners or returns for iterator.
|
![]() | IsDestroyed |
Returns true if the statement has been undeployed.
|
![]() | Name |
Returns the statement name.
|
![]() | Subscriber |
Returns the current subscriber instance that receives statement results.
|
![]() | UpdateListeners |
Returns any listeners that have been registered.
(Inherited from EPListenable.) |
![]() | UserObjectCompileTime |
Returns the application defined user data object associated with the statement at
compile time, or null if none was supplied at time of statement compilation.
The user object is a single, unnamed field that is stored with every statement. Applications may put arbitrary objects in this field or a null value. User objects are passed at time of statement compilation via options. |
![]() | UserObjectRuntime |
Returns the application defined user data object associated with the statement at
deployment time, or null if none was supplied at time of deployment.
The user object is a single, unnamed field that is stored with every statement. Applications may put arbitrary objects in this field or a null value. User objects are passed at time of deployment via options. |