public interface ScalarValued extends TokenValued, ScalarTyped
TokenValued object containing a scalar value.
 Unlike a RecordValued object, a ScalarValued
 object cannot be decomposed into smaller values.| Modifier and Type | Method and Description | 
|---|---|
| ScalarTokenType | getType()Gets the data type of the token. | 
| boolean | isZero()Indicates whether the value is the zero value
 for the type. | 
isNullScalarTokenType getType()
TokenValuedgetType in interface ScalarTypedgetType in interface TokenTypedgetType in interface TokenValuedboolean isZero()
true if the value is the zero value,
 false otherwise.Copyright © 2019 Actian Corporation. All rights reserved.