| Modifier and Type | Method and Description |
|---|---|
SqlResultValue |
SqlResultValue.Builder.build() |
SqlResultValue |
SqlResultValue.Builder.buildPartial() |
static SqlResultValue |
SqlResultValue.getDefaultInstance() |
SqlResultValue |
SqlResultValue.getDefaultInstanceForType() |
SqlResultValue |
SqlResultValue.Builder.getDefaultInstanceForType() |
SqlResultValue |
SqlResultRow.getValues(int index)
List of values in a row of sql result.
|
SqlResultValue |
SqlResultRow.Builder.getValues(int index)
List of values in a row of sql result.
|
SqlResultValue |
SqlResultRowOrBuilder.getValues(int index)
List of values in a row of sql result.
|
static SqlResultValue |
SqlResultValue.parseDelimitedFrom(InputStream input) |
static SqlResultValue |
SqlResultValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResultValue |
SqlResultValue.parseFrom(byte[] data) |
static SqlResultValue |
SqlResultValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResultValue |
SqlResultValue.parseFrom(ByteBuffer data) |
static SqlResultValue |
SqlResultValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResultValue |
SqlResultValue.parseFrom(com.google.protobuf.ByteString data) |
static SqlResultValue |
SqlResultValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResultValue |
SqlResultValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static SqlResultValue |
SqlResultValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResultValue |
SqlResultValue.parseFrom(InputStream input) |
static SqlResultValue |
SqlResultValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SqlResultValue> |
SqlResultValue.getParserForType() |
List<SqlResultValue> |
SqlResultRow.getValuesList()
List of values in a row of sql result.
|
List<SqlResultValue> |
SqlResultRow.Builder.getValuesList()
List of values in a row of sql result.
|
List<SqlResultValue> |
SqlResultRowOrBuilder.getValuesList()
List of values in a row of sql result.
|
static com.google.protobuf.Parser<SqlResultValue> |
SqlResultValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
SqlResultRow.Builder |
SqlResultRow.Builder.addValues(int index,
SqlResultValue value)
List of values in a row of sql result.
|
SqlResultRow.Builder |
SqlResultRow.Builder.addValues(SqlResultValue value)
List of values in a row of sql result.
|
SqlResultValue.Builder |
SqlResultValue.Builder.mergeFrom(SqlResultValue other) |
static SqlResultValue.Builder |
SqlResultValue.newBuilder(SqlResultValue prototype) |
SqlResultRow.Builder |
SqlResultRow.Builder.setValues(int index,
SqlResultValue value)
List of values in a row of sql result.
|
| Modifier and Type | Method and Description |
|---|---|
SqlResultRow.Builder |
SqlResultRow.Builder.addAllValues(Iterable<? extends SqlResultValue> values)
List of values in a row of sql result.
|
Copyright © 2025 Google LLC. All rights reserved.