IValue

google.spanner.executor.v1. IValue

Properties of a Value.

Properties:
Name Type Attributes Description
isNull boolean | null <optional>

Value isNull

intValue number | Long | null <optional>

Value intValue

boolValue boolean | null <optional>

Value boolValue

doubleValue number | null <optional>

Value doubleValue

bytesValue Uint8Array | null <optional>

Value bytesValue

stringValue string | null <optional>

Value stringValue

structValue google.spanner.executor.v1.IValueList | null <optional>

Value structValue

timestampValue google.protobuf.ITimestamp | null <optional>

Value timestampValue

dateDaysValue number | null <optional>

Value dateDaysValue

isCommitTimestamp boolean | null <optional>

Value isCommitTimestamp

arrayValue google.spanner.executor.v1.IValueList | null <optional>

Value arrayValue

arrayType google.spanner.v1.IType | null <optional>

Value arrayType