public interface CharValued extends ScalarValued
TokenValued
object containing a character value.TokenTypeConstant#CHAR
Modifier and Type | Method and Description |
---|---|
char |
asChar()
Gets the contained character value.
|
getType, isZero
isNull
char asChar()
char
. If null valued,
as indicated by TokenValued.isNull()
, Character.MAX_VALUE
is returned.Copyright © 2020 Actian Corporation. All rights reserved.