Packages

p

org.sh.db

core

package core

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DB(c: TraitDBConfig) extends Product with Serializable
  2. case class Table(tableName: String, tableCols: Cols, priKey: Cols) extends Product with Serializable

Value Members

  1. object FKDataStructures
  2. object Table extends Serializable
  3. 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]

Ungrouped