Package-level declarations

Types

Link copied to clipboard
abstract class AbstractColumn(val wrapped: MutableMap<String, Any?>) : AbstractSchema, Column

Base implementation for table Column backed by a mutable map.