Interface QueryActionOrBuilder (6.66.0)

public interface QueryActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParams(int index)

public abstract QueryAction.Parameter getParams(int index)

Parameters for the SQL string.

repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;

Parameter
Name Description
index int
Returns
Type Description
QueryAction.Parameter

getParamsCount()

public abstract int getParamsCount()

Parameters for the SQL string.

repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;

Returns
Type Description
int

getParamsList()

public abstract List<QueryAction.Parameter> getParamsList()

Parameters for the SQL string.

repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;

Returns
Type Description
List<Parameter>

getParamsOrBuilder(int index)

public abstract QueryAction.ParameterOrBuilder getParamsOrBuilder(int index)

Parameters for the SQL string.

repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;

Parameter
Name Description
index int
Returns
Type Description
QueryAction.ParameterOrBuilder

getParamsOrBuilderList()

public abstract List<? extends QueryAction.ParameterOrBuilder> getParamsOrBuilderList()

Parameters for the SQL string.

repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;

Returns
Type Description
List<? extends com.google.spanner.executor.v1.QueryAction.ParameterOrBuilder>

getSql()

public abstract String getSql()

The SQL string.

string sql = 1;

Returns
Type Description
String

The sql.

getSqlBytes()

public abstract ByteString getSqlBytes()

The SQL string.

string sql = 1;

Returns
Type Description
ByteString

The bytes for sql.