chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.database / ExecuteSQLResponse

ExecuteSQLResponse

data class ExecuteSQLResponse

Response type for the DatabaseDomain.executeSQL command.

Constructors

<init>

Response type for the DatabaseDomain.executeSQL command.

ExecuteSQLResponse(columnNames: List<String>? = null, values: List<JsonElement>? = null, sqlError: Error? = null)

Properties

columnNames

val columnNames: List<String>?

sqlError

val sqlError: Error?

values

val values: List<JsonElement>?