ViewDef_

org.mojoz.metadata.ViewDef_
case class ViewDef_[+F](name: String, db: String, table: String, tableAlias: String, joins: Seq[String], filter: Seq[String], groupBy: Seq[String], having: Seq[String], orderBy: Seq[String], extends_: String, comments: String, fields: Seq[F], saveTo: Seq[String], extras: Map[String, Any])

Attributes

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

Members list

Value members

Concrete methods

def field(fieldName: String): F

Attributes

Source
ViewMetadata.scala
def fieldOpt(fieldName: String): Option[F]

Attributes

Source
ViewMetadata.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product