Class ExecuteSQLQueryCommand

  • All Implemented Interfaces:
    org.kie.api.executor.Command, org.kie.api.executor.Reoccurring

    public class ExecuteSQLQueryCommand
    extends Object
    implements org.kie.api.executor.Command, org.kie.api.executor.Reoccurring
    • Constructor Detail

      • ExecuteSQLQueryCommand

        public ExecuteSQLQueryCommand()
    • Method Detail

      • getScheduleTime

        public Date getScheduleTime()
        Specified by:
        getScheduleTime in interface org.kie.api.executor.Reoccurring
      • execute

        public org.kie.api.executor.ExecutionResults execute​(org.kie.api.executor.CommandContext ctx)
                                                      throws Exception
        Specified by:
        execute in interface org.kie.api.executor.Command
        Throws:
        Exception