Not

data class Not(val predicate: SqlPredicate) : SqlPredicate(source)

Constructors

Link copied to clipboard
constructor(predicate: SqlPredicate)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toQuoted(effectiveSettings: EffectiveSettings): String