← Back to Stormify Documentation

NULL

const val NULL: String

Sentinel string used to filter a column for SQL NULL. Assign as the column filter (column.filter = Column.NULL) to generate WHERE <column> IS NULL in the underlying query.