-
- All Superinterfaces:
ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
CharOutputField
- All Known Implementing Classes:
CharRegister
public interface CharSettable extends ScalarSettable
ATokenSettableobject containing a character value.- See Also:
TokenTypeConstant#CHAR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(char value)Sets the container to the given character value.-
Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
-