Class PythonFetchQuery

All Implemented Interfaces:
RemoteQuery<Object>, Serializable

public class PythonFetchQuery extends ContextAwareRemoteQuery<Object>
Evaluates a string in the worker python environment. Used reflexively from Python
See Also:
  • Constructor Details

    • PythonFetchQuery

      public PythonFetchQuery(String name)
  • Method Details

    • execute

      public Object execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.