| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
SqlInstancesExecuteSqlResponse |
SqlInstancesExecuteSqlResponse.clone() |
SqlInstancesExecuteSqlResponse |
SqlInstancesExecuteSqlResponse.set(String fieldName,
Object value) |
SqlInstancesExecuteSqlResponse |
SqlInstancesExecuteSqlResponse.setMessages(List<Message> messages)
A list of notices and warnings generated during query execution.
|
SqlInstancesExecuteSqlResponse |
SqlInstancesExecuteSqlResponse.setMetadata(Metadata metadata)
The additional metadata information regarding the execution of the SQL statements.
|
SqlInstancesExecuteSqlResponse |
SqlInstancesExecuteSqlResponse.setResults(List<QueryResult> results)
The list of results after executing all the SQL statements.
|
SqlInstancesExecuteSqlResponse |
SqlInstancesExecuteSqlResponse.setStatus(Status status)
Contains the error from the database if the SQL execution failed.
|
Copyright © 2011–2025 Google. All rights reserved.