Uses of Class
com.google.spanner.executor.v1.QueryAction
-
Uses of QueryAction in com.google.spanner.executor.v1
Methods in com.google.spanner.executor.v1 that return QueryActionModifier and TypeMethodDescriptionQueryAction.Builder.build()QueryAction.Builder.buildPartial()static QueryActionQueryAction.getDefaultInstance()QueryAction.Builder.getDefaultInstanceForType()QueryAction.getDefaultInstanceForType()GenerateDbPartitionsForQueryAction.Builder.getQuery()Query to generate partitions for.GenerateDbPartitionsForQueryAction.getQuery()Query to generate partitions for.GenerateDbPartitionsForQueryActionOrBuilder.getQuery()Query to generate partitions for.SpannerAction.Builder.getQuery()Action to do a query.SpannerAction.getQuery()Action to do a query.SpannerActionOrBuilder.getQuery()Action to do a query.DmlAction.Builder.getUpdate()DML statement.DmlAction.getUpdate()DML statement.DmlActionOrBuilder.getUpdate()DML statement.PartitionedUpdateAction.Builder.getUpdate()Partitioned dml query.PartitionedUpdateAction.getUpdate()Partitioned dml query.PartitionedUpdateActionOrBuilder.getUpdate()Partitioned dml query.BatchDmlAction.Builder.getUpdates(int index) DML statements.BatchDmlAction.getUpdates(int index) DML statements.BatchDmlActionOrBuilder.getUpdates(int index) DML statements.static QueryActionQueryAction.parseDelimitedFrom(InputStream input) static QueryActionQueryAction.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryActionQueryAction.parseFrom(byte[] data) static QueryActionQueryAction.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryActionQueryAction.parseFrom(com.google.protobuf.ByteString data) static QueryActionQueryAction.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryActionQueryAction.parseFrom(com.google.protobuf.CodedInputStream input) static QueryActionQueryAction.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryActionQueryAction.parseFrom(InputStream input) static QueryActionQueryAction.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryActionQueryAction.parseFrom(ByteBuffer data) static QueryActionQueryAction.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.executor.v1 that return types with arguments of type QueryActionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<QueryAction>QueryAction.getParserForType()BatchDmlAction.Builder.getUpdatesList()DML statements.BatchDmlAction.getUpdatesList()DML statements.BatchDmlActionOrBuilder.getUpdatesList()DML statements.static com.google.protobuf.Parser<QueryAction>QueryAction.parser()Methods in com.google.spanner.executor.v1 with parameters of type QueryActionModifier and TypeMethodDescriptionBatchDmlAction.Builder.addUpdates(int index, QueryAction value) DML statements.BatchDmlAction.Builder.addUpdates(QueryAction value) DML statements.QueryAction.Builder.mergeFrom(QueryAction other) GenerateDbPartitionsForQueryAction.Builder.mergeQuery(QueryAction value) Query to generate partitions for.SpannerAction.Builder.mergeQuery(QueryAction value) Action to do a query.DmlAction.Builder.mergeUpdate(QueryAction value) DML statement.PartitionedUpdateAction.Builder.mergeUpdate(QueryAction value) Partitioned dml query.static QueryAction.BuilderQueryAction.newBuilder(QueryAction prototype) GenerateDbPartitionsForQueryAction.Builder.setQuery(QueryAction value) Query to generate partitions for.SpannerAction.Builder.setQuery(QueryAction value) Action to do a query.DmlAction.Builder.setUpdate(QueryAction value) DML statement.PartitionedUpdateAction.Builder.setUpdate(QueryAction value) Partitioned dml query.BatchDmlAction.Builder.setUpdates(int index, QueryAction value) DML statements.Method parameters in com.google.spanner.executor.v1 with type arguments of type QueryActionModifier and TypeMethodDescriptionBatchDmlAction.Builder.addAllUpdates(Iterable<? extends QueryAction> values) DML statements.