SqlField

grackle.sql.SqlMappingLike.SqlField
case class SqlField(fieldName: String, columnRef: ColumnRef, key: Boolean, discriminator: Boolean, hidden: Boolean, associative: Boolean)(implicit pos: SourcePos) extends SqlFieldMapping

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
SqlMapping.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
FieldMapping
Source
mapping.scala

Implicits

Implicits

implicit val pos: SourcePos

Attributes

Source
SqlMapping.scala