Execute S Q L Response
data class ExecuteSQLResponse(columnNames: List<String>?, values: List<JsonElement>?, sqlError: Error?)
Content copied to clipboard
Represents response frame that is returned from Database#executeSQL operation call.
See also
Constructors
ExecuteSQLResponse
Link copied to clipboard
fun ExecuteSQLResponse(columnNames: List<String>? = null, values: List<JsonElement>? = null, sqlError: Error? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard