TableConditionsBuilder

Functions

Link copied to clipboard
abstract fun cell(table: String, column: String): ConditionBuilder
Link copied to clipboard
open fun column(column: String): ConditionBuilder

Reference a column of the same table (schema left blank). Used by cellRequiredLogic, whose conditions are evaluated per-row against the row's own cell values.

Link copied to clipboard
abstract fun toList(): MutableList<MutableMap<String, Any?>>