- 
Constructor SummaryConstructors 
- 
Method Summary
Bind this value expression to concrete types. 
   
Returns this expression's underlying reference. 
     
 
 
 
- 
- 
Method Details
- 
bindDescription copied from interface: Unbound
 Bind this value expression to concrete types. 
- Specified by:
- bindin interface- Unbound<T,BoundTerm<T>>
- Parameters:
- struct- input data types
- caseSensitive- whether binding should match columns using case sensitive resolution
- Returns:
- a bound value expression
 
- 
refDescription copied from interface: Unbound
 Returns this expression's underlying reference. 
- Specified by:
- refin interface- Unbound<T,BoundTerm<T>>
 
- 
- 
-