Class SelectOnDemandQueryRuntime


  • public class SelectOnDemandQueryRuntime
    extends OnDemandQueryRuntime
    On-demand Query Runtime holds the runtime information needed for executing the on-demand Query.
    • Method Detail

      • reset

        public void reset()
        Description copied from class: OnDemandQueryRuntime
        This method is used to execute a on-demand Query when there is already on-demand Query runtime for that query.
        Specified by:
        reset in class OnDemandQueryRuntime
      • getType

        public io.siddhi.core.query.OnDemandQueryRuntime.TYPE getType()
        Description copied from class: OnDemandQueryRuntime
        This method will return the type of the on-demand Query runtime.
        Specified by:
        getType in class OnDemandQueryRuntime
        Returns:
        type of on-demand Query runtime. (one of the types DELETE, INSERT, SELECT, UPDATE, FIND or UPDATE OR INSERT)