Package io.deephaven.query.parameterized
package io.deephaven.query.parameterized
-
ClassDescriptionA constraint defines constraints on the allowable values of
Parameter
s.A visitor which allows you to process the potentially complex AST of conditions to produce various things (a widget for example, or a simple validation).This enum represents the various display types supported by the Parameterized Query library.A single parameter to be used with aParameterizedQuery
A ParameterizedQuery is a set of computations that are deferred until parameters are provided to complete.A Builder patterned object to construct aParameterizedQuery
.A universe for a single export of aParameterizedQuery
The type of a value forParameterizedQuery
parameters.A convenience interface to make stuff throw UOEs