Package-level declarations
Types
Link copied to clipboard
A single column in a table schema.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class IndexedColumn(val column: String, val ascending: Boolean = true, columnDefinition: Column? = null, var type: ColumnType? = null)
Describes an indexed column.