Uses of Class
com.google.spanner.executor.v1.DmlAction.Builder
-
Uses of DmlAction.Builder in com.google.spanner.executor.v1
Methods in com.google.spanner.executor.v1 that return DmlAction.BuilderModifier and TypeMethodDescriptionDmlAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DmlAction.Builder.clear()DmlAction.Builder.clearAutocommitIfSupported()Whether to autocommit the transaction after executing the DML statement, if the Executor supports autocommit.DmlAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DmlAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DmlAction.Builder.clearUpdate()DML statement.DmlAction.Builder.clone()SpannerAction.Builder.getDmlBuilder()Action to a DML.DmlAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DmlAction.Builder.mergeFrom(com.google.protobuf.Message other) final DmlAction.BuilderDmlAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DmlAction.Builder.mergeUpdate(QueryAction value) DML statement.static DmlAction.BuilderDmlAction.newBuilder()static DmlAction.BuilderDmlAction.newBuilder(DmlAction prototype) DmlAction.newBuilderForType()protected DmlAction.BuilderDmlAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DmlAction.Builder.setAutocommitIfSupported(boolean value) Whether to autocommit the transaction after executing the DML statement, if the Executor supports autocommit.DmlAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final DmlAction.BuilderDmlAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DmlAction.Builder.setUpdate(QueryAction value) DML statement.DmlAction.Builder.setUpdate(QueryAction.Builder builderForValue) DML statement.DmlAction.toBuilder()Methods in com.google.spanner.executor.v1 with parameters of type DmlAction.BuilderModifier and TypeMethodDescriptionSpannerAction.Builder.setDml(DmlAction.Builder builderForValue) Action to a DML.