TableDef_

org.mojoz.metadata.TableDef_
case class TableDef_[+C <: ColumnDef_[_]](db: String, name: String, comments: String, cols: Seq[C], pk: Option[DbIndex], uk: Seq[DbIndex], ck: Seq[CheckConstraint], idx: Seq[DbIndex], refs: Seq[Ref], extras: Map[String, Any])

Attributes

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

Members list

Value members

Concrete methods

def mapColumnNames(transform: String => String): TableDef_.this.type

Attributes

Source
TableMetadata.scala
def mapConstraintNames(transform: String => String): TableDef_.this.type

Attributes

Source
TableMetadata.scala
def mapTableNames(transform: String => String): TableDef_.this.type

Attributes

Source
TableMetadata.scala
def toLowerCase: TableDef_.this.type

Attributes

Source
TableMetadata.scala
def toSimpleNames: TableDef_.this.type

Attributes

Source
TableMetadata.scala
def unprefixTableNames(prefix: String): TableDef_.this.type

Attributes

Source
TableMetadata.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product