Interface QueryResource

All Known Implementing Classes:
ClientSessions, JDBCConnections

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.

Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes a resource.
  • Method Details

    • close

      void close()
      Closes a resource.