Package org.basex.core.cmd
Class Set
java.lang.Object
org.basex.core.jobs.Job
org.basex.core.Command
org.basex.core.cmd.Set
Evaluates the 'set' command and modifies database options.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.basex.core.Command
addLocks, baseURI, baseURI, build, close, error, exception, execute, execute, getOption, getOption, info, info, init, maxResults, newData, result, run, run, setInput, setInput, stoppable, supportsProg, toString, toString, updated, updating
-
Constructor Details
-
Set
public Set(O option, V value) Default constructor.- Type Parameters:
O- option typeV- value type- Parameters:
option- option to be foundvalue- value to set (optional, depending on the option)
-
Set
Default constructor.- Parameters:
name- name of optionvalue- value to set (optional, depending on the option)
-
-
Method Details