Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Statement |
Statement.clone() |
Statement |
Statement.set(String fieldName,
Object value) |
Statement |
Statement.setParams(Map<String,Object> params)
Parameter names and values that bind to placeholders in the DML string.
|
Statement |
Statement.setParamTypes(Map<String,Type> paramTypes)
It isn't always possible for Cloud Spanner to infer the right SQL type from a JSON value.
|
Statement |
Statement.setSql(String sql)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<Statement> |
ExecuteBatchDmlRequest.getStatements()
Required.
|
Modifier and Type | Method and Description |
---|---|
ExecuteBatchDmlRequest |
ExecuteBatchDmlRequest.setStatements(List<Statement> statements)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.