package core
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
Value Members
- object FKDataStructures
- object Table extends Serializable
-
object
Util extends TraitFilePropertyReader
Util is used for translating between SQL data types and Scala data types.
Util is used for translating between SQL data types and Scala data types. The following rules are used
SQL Col element type corresponding Scala subtype (of Any) ---------------------------------------------------------------------------------- INT Int BIGINT Long BIGINT UNSIGNED ULong VARCHAR String VARBINARY Array[Byte] TIMESTAMP String BLOB Array[Byte]