public interface SqlResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SqlResultColumn |
getColumns(int index)
List of columns included in the result.
|
int |
getColumnsCount()
List of columns included in the result.
|
List<SqlResultColumn> |
getColumnsList()
List of columns included in the result.
|
SqlResultColumnOrBuilder |
getColumnsOrBuilder(int index)
List of columns included in the result.
|
List<? extends SqlResultColumnOrBuilder> |
getColumnsOrBuilderList()
List of columns included in the result.
|
SqlResultRow |
getRows(int index)
Rows returned by the SQL statement.
|
int |
getRowsCount()
Rows returned by the SQL statement.
|
List<SqlResultRow> |
getRowsList()
Rows returned by the SQL statement.
|
SqlResultRowOrBuilder |
getRowsOrBuilder(int index)
Rows returned by the SQL statement.
|
List<? extends SqlResultRowOrBuilder> |
getRowsOrBuilderList()
Rows returned by the SQL statement.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SqlResultColumn> getColumnsList()
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;SqlResultColumn getColumns(int index)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;int getColumnsCount()
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;List<? extends SqlResultColumnOrBuilder> getColumnsOrBuilderList()
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;SqlResultColumnOrBuilder getColumnsOrBuilder(int index)
List of columns included in the result. This also includes the data type of the column.
repeated .google.cloud.alloydb.v1.SqlResultColumn columns = 1;List<SqlResultRow> getRowsList()
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;SqlResultRow getRows(int index)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;int getRowsCount()
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;List<? extends SqlResultRowOrBuilder> getRowsOrBuilderList()
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;SqlResultRowOrBuilder getRowsOrBuilder(int index)
Rows returned by the SQL statement.
repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;Copyright © 2025 Google LLC. All rights reserved.