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-22, BSD License, Christian Gruen
    • Method Detail

      • close

        void close()
        Closes a resource.