sqlest.ast
Object representing a mapping between a Scala data type and an underlying SQL data type. Column types are broadly divided into three categories:
BaseColumnType
OptionColumnTypes
Option
MappedColumnTypes
Object representing a mapping between a Scala data type and an underlying SQL data type. Column types are broadly divided into three categories:
BaseColumnTyperepresent Scala data types that can be directly mapped to SQL types;OptionColumnTypesrepresent ScalaOptiontypes that are mapped to nullable SQL types;MappedColumnTypesrepresent arbitrary mappings between Scala types and SQL types.