Class TableParameter
java.lang.Object
io.deephaven.query.parameterized.impl.parameter.ParameterImpl
io.deephaven.query.parameterized.impl.parameter.TableParameter
- All Implemented Interfaces:
Parameter
,Serializable
- See Also:
-
Field Summary
Fields inherited from class io.deephaven.query.parameterized.impl.parameter.ParameterImpl
PROP_COLUMN, PROP_HEIGHT_HINT, PROP_TOOLTIP, PROP_WIDTH_HINT
Fields inherited from interface io.deephaven.query.parameterized.Parameter
ZERO_LENGTH_PARAMETER_ARRAY
-
Constructor Summary
ConstructorsConstructorDescriptionTableParameter
(String name, boolean required, String[] defaults, Constraint constraint, Map<String, String> props, Table source, String column) -
Method Summary
Methods inherited from class io.deephaven.query.parameterized.impl.parameter.ParameterImpl
getConstraint, getDefaultValues, getDisplayType, getName, getProperty, getPropertyKeys, getValueType, hasProperty, isCollection, isRequired, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.query.parameterized.Parameter
getIntProperty
-
Constructor Details
-
TableParameter
-
-
Method Details
-
getTable
-
getColumn
-
setTable
Set the source table. This should only ever be called by the ParameterizsedQueryDescriptor inflate method!- Parameters:
source
- the table
-
determineType
-