Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
DdlStatementActionInfo |
DdlStatementActionInfo.clone() |
DdlStatementActionInfo |
DdlStatementActionInfo.set(String fieldName,
Object value) |
DdlStatementActionInfo |
DdlStatementActionInfo.setAction(String action)
The action for the DDL statement, e.g.
|
DdlStatementActionInfo |
DdlStatementActionInfo.setEntityNames(List<String> entityNames)
The entity name(s) being operated on the DDL statement.
|
DdlStatementActionInfo |
DdlStatementActionInfo.setEntityType(String entityType)
The entity type for the DDL statement, e.g.
|
Modifier and Type | Method and Description |
---|---|
List<DdlStatementActionInfo> |
UpdateDatabaseDdlMetadata.getActions()
The brief action info for the DDL statements.
|
Modifier and Type | Method and Description |
---|---|
UpdateDatabaseDdlMetadata |
UpdateDatabaseDdlMetadata.setActions(List<DdlStatementActionInfo> actions)
The brief action info for the DDL statements.
|
Copyright © 2011–2025 Google. All rights reserved.