Interface SqlResultOrBuilder (0.42.0)

public interface SqlResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumns(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
SqlResultColumn

getColumnsCount()

public abstract 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;

Returns
Type Description
int

getColumnsList()

public abstract List<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;

Returns
Type Description
List<SqlResultColumn>

getColumnsOrBuilder(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
SqlResultColumnOrBuilder

getColumnsOrBuilderList()

public abstract 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;

Returns
Type Description
List<? extends com.google.cloud.alloydb.v1.SqlResultColumnOrBuilder>

getRows(int index)

public abstract SqlResultRow getRows(int index)

Rows returned by the SQL statement.

repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;

Parameter
Name Description
index int
Returns
Type Description
SqlResultRow

getRowsCount()

public abstract int getRowsCount()

Rows returned by the SQL statement.

repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;

Returns
Type Description
int

getRowsList()

public abstract List<SqlResultRow> getRowsList()

Rows returned by the SQL statement.

repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;

Returns
Type Description
List<SqlResultRow>

getRowsOrBuilder(int index)

public abstract SqlResultRowOrBuilder getRowsOrBuilder(int index)

Rows returned by the SQL statement.

repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;

Parameter
Name Description
index int
Returns
Type Description
SqlResultRowOrBuilder

getRowsOrBuilderList()

public abstract List<? extends SqlResultRowOrBuilder> getRowsOrBuilderList()

Rows returned by the SQL statement.

repeated .google.cloud.alloydb.v1.SqlResultRow rows = 2;

Returns
Type Description
List<? extends com.google.cloud.alloydb.v1.SqlResultRowOrBuilder>