org.basex.core.proc
Class Run
java.lang.Object
org.basex.core.Progress
org.basex.core.Proc
org.basex.core.proc.Run
public final class Run
- extends Proc
Evaluates the 'run' command and processes a query file as XQuery.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Constructor Summary |
Run(String file)
Default constructor. |
Method Summary |
boolean |
updating(Context ctx)
Returns if the process performs updates. |
Run
public Run(String file)
- Default constructor.
- Parameters:
file
- query file
updating
public boolean updating(Context ctx)
- Description copied from class:
Proc
- Returns if the process performs updates.
- Overrides:
updating
in class Proc
- Parameters:
ctx
- context reference
- Returns:
- result of check