public interface QueryResource
Interface for handling external query resources. Implemented by XQuery modules that open new connections and resources.
If the interface is implemented by a Java module that subclasses QueryModule
,
its close()
method will be called after the query has been evaluated.
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes a resource.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.