MdConventions

org.mojoz.metadata.io.MdConventions
See theMdConventions companion object

Attributes

Companion
object
Source
MdConventions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

Attributes

Source
MdConventions.scala

Attributes

Source
MdConventions.scala
def idTypeName: String

Attributes

Source
MdConventions.scala

Attributes

Source
MdConventions.scala
def isCodeName(name: String): Boolean

Attributes

Source
MdConventions.scala
def isDateName(name: String): Boolean

Attributes

Source
MdConventions.scala

Attributes

Source
MdConventions.scala
def isIdName(name: String): Boolean

Attributes

Source
MdConventions.scala
def isIdRefName(name: String): Boolean

Attributes

Source
MdConventions.scala
def isRefName(name: String): Boolean

Attributes

Source
MdConventions.scala
def isTypedName(name: String): Boolean

Attributes

Source
MdConventions.scala

Attributes

Source
MdConventions.scala
def nullableOpt(name: String, nullable: Boolean, table: TableDef): Option[Boolean]

Attributes

Source
MdConventions.scala

Attributes

Source
MdConventions.scala

Attributes

Source
MdConventions.scala
def toExternal(view: ViewDef, tableMetadata: TableMetadata, allViews: Map[String, ViewDef]): ViewDef_[FieldDef_[IoColumnType]]

Attributes

Source
MdConventions.scala

Attributes

Source
MdConventions.scala
def toExternalPk(tableDef: TableDef): Option[DbIndex]

Attributes

Source
MdConventions.scala
def toExternalRefs(table: TableDef): Seq[Ref]

Attributes

Source
MdConventions.scala

Attributes

Source
MdConventions.scala
def typeFromExternal(name: String, type_: Option[Type]): Type

Attributes

Source
MdConventions.scala
def typeOpt(name: String, type_: Type): Option[Type]

Attributes

Source
MdConventions.scala