Interface QueryResultOrBuilder (6.89.0)

publicinterfaceQueryResultOrBuilderextendsMessageOrBuilder

Methods

getRow(int index)

publicabstractValueListgetRow(intindex)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueList

getRowCount()

publicabstractintgetRowCount()

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;

Returns
TypeDescription
int

getRowList()

publicabstractList<ValueList>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;

Returns
TypeDescription
List<ValueList>

getRowOrBuilder(int index)

publicabstractValueListOrBuildergetRowOrBuilder(intindex)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueListOrBuilder

getRowOrBuilderList()

publicabstractList<?extendsValueListOrBuilder>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;

Returns
TypeDescription
List<? extends com.google.spanner.executor.v1.ValueListOrBuilder>

getRowType()

publicabstractStructTypegetRowType()

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
TypeDescription
StructType

The rowType.

getRowTypeOrBuilder()

publicabstractStructTypeOrBuildergetRowTypeOrBuilder()

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
TypeDescription
StructTypeOrBuilder

hasRowType()

publicabstractbooleanhasRowType()

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
TypeDescription
boolean

Whether the rowType field is set.