SqlObject

edu.gemini.grackle.sql.SqlMappingLike.SqlObject
See theSqlObject companion object
case class SqlObject(fieldName: String, joins: List[Join])(implicit pos: SourcePos) extends SqlFieldMapping

Attributes

Companion:
object
Source:
SqlMapping.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

final def hidden: Boolean

Attributes

Source:
SqlMapping.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def withParent(tpe: Type): FieldMapping

Attributes

Inherited from:
SqlFieldMapping
Source:
SqlMapping.scala

Implicits

Implicits

implicit val pos: SourcePos

Attributes

Source:
SqlMapping.scala