Package com.google.spanner.executor.v1
Interface QueryActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryAction,QueryAction.Builder
public interface QueryActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetParams(int index) Parameters for the SQL string.intParameters for the SQL string.Parameters for the SQL string.getParamsOrBuilder(int index) Parameters for the SQL string.List<? extends QueryAction.ParameterOrBuilder>Parameters for the SQL string.getSql()The SQL string.com.google.protobuf.ByteStringThe SQL string.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSql
String getSql()The SQL string.
string sql = 1;- Returns:
- The sql.
-
getSqlBytes
com.google.protobuf.ByteString getSqlBytes()The SQL string.
string sql = 1;- Returns:
- The bytes for sql.
-
getParamsList
List<QueryAction.Parameter> getParamsList()Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2; -
getParams
Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2; -
getParamsCount
int getParamsCount()Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2; -
getParamsOrBuilderList
List<? extends QueryAction.ParameterOrBuilder> getParamsOrBuilderList()Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2; -
getParamsOrBuilder
Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;
-