public sealed class SqlResultValue : IMessage<SqlResultValue>, IEquatable<SqlResultValue>, IDeepCloneable<SqlResultValue>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1alpha API class SqlResultValue.
A single value in a row from a sql result.
Implements
IMessageSqlResultValue, IEquatableSqlResultValue, IDeepCloneableSqlResultValue, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.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 |
|