QueryResult

sealed class QueryResult

Types

Link copied to clipboard
data class DmlCommand(action: DmlAction, targetUniqueId: String, rows: Iterable<ExprValue>) : QueryResult

The result of a INSERT or DELETE statement. (UPDATE is out of scope for now.)

Link copied to clipboard
class Value(value: ExprValue) : QueryResult

The result of an SFW query, arbitrary expression, or EXEC stored procedure call.

Inheritors

Link copied to clipboard
Link copied to clipboard