And

data class And(val conj: List<WhereClauseNode>) : WhereClauseNode

Constructors

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard