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:
BaseColumnType
represent Scala data types that can be directly mapped to SQL types;OptionColumnTypes
represent ScalaOption
types that are mapped to nullable SQL types;MappedColumnTypes
represent arbitrary mappings between Scala types and SQL types.