package
metadata
Type Members
-
case class
Col(name: String, sqlType: Int, typeName: String, nullable: Boolean, size: Int, decimalDigits: Int, comments: String) extends Product with Serializable
-
-
case class
JSONMetaData(dbName: String, metaData: Map[String, Table]) extends MetaData with Product with Serializable
-
case class
Key(cols: List[String]) extends Product with Serializable
-
case class
Par(name: String, comment: String, parType: Int) extends Product with Serializable
-
case class
Procedure(name: String, comment: String, procType: Int, pars: Map[String, Par]) extends Product with Serializable
-
case class
Ref(cols: List[String]) extends Product with Serializable
-
case class
Table(name: String, comments: String, cols: Map[String, Col], key: Key, rfs: Map[String, List[Ref]], dbname: String) extends Product with Serializable
Value Members
-
-
object
JSONMetaData extends Serializable
-
object
Table extends Serializable