Class QueryJob

java.lang.Object
org.basex.core.jobs.Job
org.basex.core.jobs.QueryJob
All Implemented Interfaces:
Runnable

public final class QueryJob extends Job implements Runnable
Scheduled XQuery job.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • addLocks

      public void addLocks()
      Description copied from class: Job
      Adds the strings (databases, special identifiers) for which locks need to be acquired.
      Overrides:
      addLocks in class Job
    • toString

      public String toString()
      Overrides:
      toString in class Object