Value

class Value(value: ExprValue) : QueryResult

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

Constructors

Link copied to clipboard
fun Value(value: ExprValue)

Properties

Link copied to clipboard
val value: ExprValue