Package com.streambase.sb
Interface Tuple.SetResult
- 
- Enclosing class:
 - Tuple
 
public static interface Tuple.SetResultAn interface containing flags returned from certain setXXXX calls 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intNOFLAGSmethod returned no flags, i.e.static intSTRING_TRUNCATEDwas the string truncated when set? 
 - 
 
- 
- 
Field Detail
- 
NOFLAGS
static final int NOFLAGS
method returned no flags, i.e. nothing special done- See Also:
 - Constant Field Values
 
 
- 
STRING_TRUNCATED
static final int STRING_TRUNCATED
was the string truncated when set?- See Also:
 - Constant Field Values
 
 
 - 
 
 -