| Package | Description | 
|---|---|
| com.streambase.sb | 
 Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Function | 
Tuple.getFunction(int fieldIndex)
Return the value of the function field at a specified field index. 
 | 
Function | 
Tuple.getFunction(Schema.Field field)
Return the value of the given function field. 
 | 
Function | 
Tuple.getFunction(String fieldName)
Return the value of the named function field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CharSequence | 
Tuple.TupleFormatter.formatFunction(Function f)
Return a string representation of the given StreamBase function 
 | 
CharSequence | 
Tuple.DefaultTupleFormatter.formatFunction(Function f)  | 
void | 
Tuple.setFunction(int field,
           Function value)
Set a specified function field to the given  
Function | 
void | 
Tuple.setFunction(Schema.Field field,
           Function value)
Set a specified function field to the given  
Function | 
void | 
Tuple.setFunction(String field,
           Function value)
Set a specified function field to the given  
Function | 
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.