data class ExecuteSQLResponse
Response type for the DatabaseDomain.executeSQL command.
<init> |
Response type for the DatabaseDomain.executeSQL command. ExecuteSQLResponse(columnNames: List<String>? = null, values: List<JsonElement>? = null, sqlError: Error? = null) |
columnNames |
val columnNames: List<String>? |
sqlError |
val sqlError: Error? |
values |
val values: List<JsonElement>? |