public interface ScalarOutputField extends Field, ScalarSettable
RecordOutput.push()
called.
The record fields will contain the values of the output fields at the
time of the push()
. Any field which had not been explicitly set
will be treated as null valued.
This is not a concrete field type; it describes output field operations valid for any scalar type.
RecordOutput
Modifier and Type | Method and Description |
---|---|
ScalarTokenType |
getType()
Gets the token type of the field.
|
getDomain, getName, getProperties, isPrimaryKey
set, setNull, setZero
ScalarTokenType getType()
Field
getType
in interface Field
getType
in interface ScalarTyped
getType
in interface TokenTyped
Copyright © 2020 Actian Corporation. All rights reserved.