AlloyDB v1beta API - Class SqlResultValue (1.0.0-beta09)

public sealed class SqlResultValue : IMessage<SqlResultValue>, IEquatable<SqlResultValue>, IDeepCloneable<SqlResultValue>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1beta API class SqlResultValue.

A single value in a row from a sql result.

Inheritance

object > SqlResultValue

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

SqlResultValue()

public SqlResultValue()

SqlResultValue(SqlResultValue)

public SqlResultValue(SqlResultValue other)
Parameter
Name Description
other SqlResultValue

Properties

HasNullValue

public bool HasNullValue { get; }

Gets whether the "null_value" field is set

Property Value
Type Description
bool

HasValue

public bool HasValue { get; }

Gets whether the "value" field is set

Property Value
Type Description
bool

NullValue

public bool NullValue { get; set; }

Set to true if cell value is null.

Property Value
Type Description
bool

Value

public string Value { get; set; }

The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.

Property Value
Type Description
string