org.basex.core.proc
Class Close
java.lang.Object
org.basex.core.Progress
org.basex.core.Proc
org.basex.core.proc.Close
public final class Close
- extends Proc
Evaluates the 'close' command and closes the current database.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Constructor Summary |
Close()
Default constructor. |
Method Summary |
static void |
close(Context ctx,
Data data)
Closes the specified database. |
Close
public Close()
- Default constructor.
close
public static void close(Context ctx,
Data data)
throws IOException
- Closes the specified database.
- Parameters:
ctx
- database contextdata
- data reference
- Throws:
IOException
- I/O exception