Class ApplyParametersQuery

java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<QueryResult>
io.deephaven.query.parameterized.impl.query.ApplyParametersQuery
All Implemented Interfaces:
RemoteQuery<QueryResult>, Serializable

public class ApplyParametersQuery extends ContextAwareRemoteQuery<QueryResult>
Take a universe ID, widget name, session ID, and set of parameters and go apply the query.
See Also:
  • Constructor Details

    • ApplyParametersQuery

      public ApplyParametersQuery(int parentSessionId, int universeId, @NotNull String parentWidgetName, @NotNull Map<String,String[]> parameters)
  • Method Details