toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.database
/
ExecuteSQLResponse
Execute
SQLResponse
@
Serializable
data
class
ExecuteSQLResponse
(
val
columnNames
:
List
<
String
>
?
=
null
,
val
values
:
List
<
JsonElement
>
?
=
null
,
val
sqlError
:
Error
?
=
null
)
Response type for the
DatabaseDomain.executeSQL
command.
Members
Constructors
Execute
SQLResponse
Link copied to clipboard
constructor
(
columnNames
:
List
<
String
>
?
=
null
,
values
:
List
<
JsonElement
>
?
=
null
,
sqlError
:
Error
?
=
null
)
Properties
column
Names
Link copied to clipboard
val
columnNames
:
List
<
String
>
?
=
null
(undocumented in the protocol definition)
sql
Error
Link copied to clipboard
val
sqlError
:
Error
?
=
null
(undocumented in the protocol definition)
values
Link copied to clipboard
val
values
:
List
<
JsonElement
>
?
=
null
(undocumented in the protocol definition)