Package com.google.spanner.executor.v1
Interface QueryResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryResult,QueryResult.Builder
public interface QueryResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRow(int index) Rows read.intRows read.Rows read.getRowOrBuilder(int index) Rows read.List<? extends ValueListOrBuilder>Rows read.The type of rows read.The type of rows read.booleanThe type of rows read.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRowList
Rows read. Each row is a struct with multiple fields, one for each column in read result. All rows have the same type.
repeated .google.spanner.executor.v1.ValueList row = 1; -
getRow
Rows read. Each row is a struct with multiple fields, one for each column in read result. All rows have the same type.
repeated .google.spanner.executor.v1.ValueList row = 1; -
getRowCount
int getRowCount()Rows read. Each row is a struct with multiple fields, one for each column in read result. All rows have the same type.
repeated .google.spanner.executor.v1.ValueList row = 1; -
getRowOrBuilderList
List<? extends ValueListOrBuilder> getRowOrBuilderList()Rows read. Each row is a struct with multiple fields, one for each column in read result. All rows have the same type.
repeated .google.spanner.executor.v1.ValueList row = 1; -
getRowOrBuilder
Rows read. Each row is a struct with multiple fields, one for each column in read result. All rows have the same type.
repeated .google.spanner.executor.v1.ValueList row = 1; -
hasRowType
boolean hasRowType()The type of rows read. It must be set if at least one row was read.
optional .google.spanner.v1.StructType row_type = 2;- Returns:
- Whether the rowType field is set.
-
getRowType
StructType getRowType()The type of rows read. It must be set if at least one row was read.
optional .google.spanner.v1.StructType row_type = 2;- Returns:
- The rowType.
-
getRowTypeOrBuilder
StructTypeOrBuilder getRowTypeOrBuilder()The type of rows read. It must be set if at least one row was read.
optional .google.spanner.v1.StructType row_type = 2;
-