Or

data class Or(val disj: List<WhereClauseNode>) : WhereClauseNode

Constructors

Link copied to clipboard
constructor(vararg whereClauses: WhereClauseNode)
constructor(disj: List<WhereClauseNode>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard