public interface SqlResultValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNullValue()
public abstract boolean getNullValue()Set to true if cell value is null.
optional bool null_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The nullValue. |
getValue()
public abstract String getValue()The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |
hasNullValue()
public abstract boolean hasNullValue()Set to true if cell value is null.
optional bool null_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nullValue field is set. |
hasValue()
public abstract boolean hasValue()The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |