Interface ClicColumns.InputColumns
- All Superinterfaces:
Map<String,
,SelectableExpression> Tables.Columns
- Enclosing interface:
ClicColumns
-
Nested Class Summary
-
Method Summary
Methods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
value
SelectableExpression value()- Returns:
- the value column as a String expression (this string may contain json serialized data)
-