← Back to Stormify Documentation

Companion

object Companion

Exposes column Type and SortState constants as short aliases (e.g. Column.TEXT, Column.ASCENDING).

Properties

Link copied to clipboard

Ascending sort order.

Link copied to clipboard

Descending sort order.

Link copied to clipboard

Enum/quantize column type.

Link copied to clipboard
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.

Link copied to clipboard

Numeric column type.

Link copied to clipboard

Raw/custom column type.

Link copied to clipboard

Temporal column type (date, time, datetime, timestamp).

Link copied to clipboard

Text column type.