Interface QueryActionOrBuilder (6.62.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
NameDescription
indexint
Returns
TypeDescription
QueryAction.Parameter

getParamsCount()

public abstract int getParamsCount()

Parameters for the SQL string.

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

Returns
TypeDescription
int

getParamsList()

public abstract List<QueryAction.Parameter> getParamsList()

Parameters for the SQL string.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.spanner.executor.v1.QueryAction.ParameterOrBuilder>

getSql()

public abstract String getSql()

The SQL string.

string sql = 1;

Returns
TypeDescription
String

The sql.

getSqlBytes()

public abstract ByteString getSqlBytes()

The SQL string.

string sql = 1;

Returns
TypeDescription
ByteString

The bytes for sql.