Type

org.mojoz.metadata.Type
case class Type(name: String, length: Option[Int], totalDigits: Option[Int], fractionDigits: Option[Int], isComplexType: Boolean)

Attributes

Source
TypeMetadata.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(name: String)

Attributes

Source
TypeMetadata.scala
def this(name: String, isComplexType: Boolean)

Attributes

Source
TypeMetadata.scala
def this(name: String, length: Int)

Attributes

Source
TypeMetadata.scala
def this(name: String, totalDigits: Int, fractionDigits: Int)

Attributes

Source
TypeMetadata.scala

Concrete methods

Attributes

Source
TypeMetadata.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product