pro.savant.circumflex.orm

RecordProjection

class RecordProjection[PK, R <: Record[PK, R]] extends CompositeProjection[R]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RecordProjection
  2. CompositeProjection
  3. Projection
  4. SQLable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RecordProjection(node: RelationNode[PK, R])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def AS(alias: String): RecordProjection.this.type

    Definition Classes
    Projection
  7. var _alias: String

    Attributes
    protected
    Definition Classes
    Projection
  8. val _fieldProjections: Seq[FieldProjection[_, R]]

    Attributes
    protected
  9. def _readCell[T](rs: ResultSet, vh: ValueHolder[T, R]): Option[T]

    Attributes
    protected
  10. def alias: String

    Definition Classes
    Projection
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean

    Definition Classes
    RecordProjectionCompositeProjection → AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    RecordProjectionCompositeProjection → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. val node: RelationNode[PK, R]

  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def read(rs: ResultSet): Option[R]

    Definition Classes
    RecordProjectionProjection
  24. def readRecord(rs: ResultSet): R

    Attributes
    protected
  25. def sqlAliases: Seq[String]

    Definition Classes
    CompositeProjectionProjection
  26. def subProjections: Seq[FieldProjection[_, R]]

    Definition Classes
    RecordProjectionCompositeProjection
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toSql: String

    Definition Classes
    CompositeProjectionSQLable
  29. def toString(): String

    Definition Classes
    Projection → AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from CompositeProjection[R]

Inherited from Projection[R]

Inherited from SQLable

Inherited from AnyRef

Inherited from Any

Ungrouped