Uses of Class
com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
-
Uses of ExecuteBatchDmlRequest.Statement.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ExecuteBatchDmlRequest.Statement.BuilderModifier and TypeMethodDescriptionExecuteBatchDmlRequest.Builder.addStatementsBuilder()Required.ExecuteBatchDmlRequest.Builder.addStatementsBuilder(int index) Required.ExecuteBatchDmlRequest.Statement.Builder.clear()ExecuteBatchDmlRequest.Statement.Builder.clearParams()Parameter names and values that bind to placeholders in the DML string.ExecuteBatchDmlRequest.Statement.Builder.clearParamTypes()ExecuteBatchDmlRequest.Statement.Builder.clearSql()Required.ExecuteBatchDmlRequest.Builder.getStatementsBuilder(int index) Required.ExecuteBatchDmlRequest.Statement.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExecuteBatchDmlRequest.Statement.Builder.mergeFrom(com.google.protobuf.Message other) ExecuteBatchDmlRequest.Statement.Builder.mergeFrom(ExecuteBatchDmlRequest.Statement other) ExecuteBatchDmlRequest.Statement.Builder.mergeParams(com.google.protobuf.Struct value) Parameter names and values that bind to placeholders in the DML string.ExecuteBatchDmlRequest.Statement.newBuilder()ExecuteBatchDmlRequest.Statement.newBuilder(ExecuteBatchDmlRequest.Statement prototype) ExecuteBatchDmlRequest.Statement.newBuilderForType()protected ExecuteBatchDmlRequest.Statement.BuilderExecuteBatchDmlRequest.Statement.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExecuteBatchDmlRequest.Statement.Builder.putAllParamTypes(Map<String, Type> values) It isn't always possible for Cloud Spanner to infer the right SQL type from a JSON value.ExecuteBatchDmlRequest.Statement.Builder.putParamTypes(String key, Type value) It isn't always possible for Cloud Spanner to infer the right SQL type from a JSON value.ExecuteBatchDmlRequest.Statement.Builder.removeParamTypes(String key) It isn't always possible for Cloud Spanner to infer the right SQL type from a JSON value.ExecuteBatchDmlRequest.Statement.Builder.setParams(com.google.protobuf.Struct value) Parameter names and values that bind to placeholders in the DML string.ExecuteBatchDmlRequest.Statement.Builder.setParams(com.google.protobuf.Struct.Builder builderForValue) Parameter names and values that bind to placeholders in the DML string.Required.ExecuteBatchDmlRequest.Statement.Builder.setSqlBytes(com.google.protobuf.ByteString value) Required.ExecuteBatchDmlRequest.Statement.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type ExecuteBatchDmlRequest.Statement.BuilderModifier and TypeMethodDescriptionExecuteBatchDmlRequest.Builder.getStatementsBuilderList()Required.Methods in com.google.spanner.v1 with parameters of type ExecuteBatchDmlRequest.Statement.BuilderModifier and TypeMethodDescriptionExecuteBatchDmlRequest.Builder.addStatements(int index, ExecuteBatchDmlRequest.Statement.Builder builderForValue) Required.ExecuteBatchDmlRequest.Builder.addStatements(ExecuteBatchDmlRequest.Statement.Builder builderForValue) Required.ExecuteBatchDmlRequest.Builder.setStatements(int index, ExecuteBatchDmlRequest.Statement.Builder builderForValue) Required.