Class/Object

org.scalarelational.table

Table

Related Docs: object Table | package table

Permalink

abstract class Table extends Joinable with SQLContainer with DataTypeSupport with TablePropertyContainer

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Table
  2. TablePropertyContainer
  3. PropertyContainer
  4. DataTypeSupport
  5. SQLContainer
  6. Joinable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Table(tableName: String, tableProperties: TableProperty*)(implicit datastore: Datastore)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *: List[Column[_, _]]

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def afterInvoke(delete: Delete): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  6. def afterInvoke[T](update: Update[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  7. def afterInvoke(merge: Merge): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  8. def afterInvoke(insert: InsertMultiple): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  9. def afterInvoke[T](insert: InsertSingle[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  10. def afterInvoke[E, R](query: Query[E, R]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  11. def allFields(tpe: Class[_]): Seq[Field]

    Permalink
    Attributes
    protected[org.scalarelational]
  12. def as(alias: String): TableAlias

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. lazy val autoIncrement: Option[Column[_, _]]

    Permalink
  15. def beforeInvoke(delete: Delete): Delete

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  16. def beforeInvoke[T](update: Update[T]): Update[T]

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  17. def beforeInvoke(merge: Merge): Merge

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  18. def beforeInvoke(insert: InsertMultiple): InsertMultiple

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  19. def beforeInvoke[T](insert: InsertSingle[T]): InsertSingle[T]

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  20. def beforeInvoke[E, R](query: Query[E, R]): Query[E, R]

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  21. implicit def bigDecimalType: SimpleDataType[BigDecimal]

    Permalink
    Definition Classes
    DataTypeSupport
  22. implicit def blobType: SimpleDataType[Blob]

    Permalink
    Definition Classes
    DataTypeSupport
  23. implicit def booleanType: SimpleDataType[Boolean]

    Permalink
    Definition Classes
    DataTypeSupport
  24. implicit def byteArrayType: SimpleDataType[Array[Byte]]

    Permalink
    Definition Classes
    DataTypeSupport
  25. def calling(instructionType: InstructionType, sql: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def column[T, S](name: String, dataType: DataType[T, S], properties: ColumnProperty*): Column[T, S]

    Permalink
  28. def column[T, S](name: String, properties: ColumnProperty*)(implicit dataType: DataType[T, S]): Column[T, S]

    Permalink
  29. def column[T](name: String, dataType: SimpleDataType[T], properties: ColumnProperty*): Column[T, T]

    Permalink
  30. def column[T](name: String, properties: ColumnProperty*)(implicit dataType: SimpleDataType[T]): Column[T, T]

    Permalink
  31. def columns: List[Column[_, _]]

    Permalink
  32. def columnsByName[T, S](names: String*): Seq[Column[T, S]]

    Permalink
  33. implicit val datastore: Datastore

    Permalink
  34. implicit def doubleType: SimpleDataType[Double]

    Permalink
    Definition Classes
    DataTypeSupport
  35. implicit def enum[T <: EnumEntry](implicit enumeration: Enum[T], manifest: Manifest[T]): DataType[T, String]

    Permalink
    Definition Classes
    DataTypeSupport
  36. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  38. def fieldName(column: Column[_, _]): String

    Permalink
    Attributes
    protected[org.scalarelational]
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. lazy val foreignKeys: List[Column[_, _]]

    Permalink
  41. final def get[T <: TableProperty](propertyName: String): Option[T]

    Permalink
    Definition Classes
    PropertyContainer
  42. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  43. def getColumn[T, S](name: String): Option[Column[T, S]]

    Permalink
  44. def getColumnByField[T, S](name: String): Option[Column[T, S]]

    Permalink
  45. final def has(propertyName: String): Boolean

    Permalink
    Definition Classes
    PropertyContainer
  46. final def has(property: TableProperty): Boolean

    Permalink
    Definition Classes
    PropertyContainer
  47. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  48. implicit def intType: SimpleDataType[Int]

    Permalink
    Definition Classes
    DataTypeSupport
  49. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  50. implicit def longTimestampType: DataType[Long, Timestamp]

    Permalink
    Definition Classes
    DataTypeSupport
  51. implicit def longType: SimpleDataType[Long]

    Permalink
    Definition Classes
    DataTypeSupport
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  54. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  55. implicit def option[T, S](implicit dataType: DataType[T, S]): DataType[Option[T], S]

    Permalink
    Definition Classes
    DataTypeSupport
  56. def primaryKey: Column[_, _]

    Permalink
  57. lazy val primaryKeys: List[Column[_, _]]

    Permalink
  58. final def prop[T <: TableProperty](propertyName: String): T

    Permalink
    Definition Classes
    PropertyContainer
  59. def properties: Map[String, TableProperty]

    Permalink
    Definition Classes
    PropertyContainer
  60. def props(properties: TableProperty*): PropertyContainer[TableProperty]

    Permalink

    Adds the supplied properties to this container.

    Adds the supplied properties to this container.

    properties

    the properties to add

    returns

    this

    Definition Classes
    PropertyContainer
  61. lazy val q: Query[Vector[SelectExpression[_]], QueryResult]

    Permalink
  62. implicit def reference[T]: DataType[Ref[T], Int]

    Permalink
    Definition Classes
    DataTypeSupport
  63. implicit def stringType: SimpleDataType[String]

    Permalink
    Definition Classes
    DataTypeSupport
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. val tableName: String

    Permalink
  66. implicit def thisTable: Table

    Permalink
  67. implicit def timestampType: SimpleDataType[Timestamp]

    Permalink
    Definition Classes
    DataTypeSupport
  68. def toString(): String

    Permalink
    Definition Classes
    Table → AnyRef → Any
  69. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TablePropertyContainer

Inherited from DataTypeSupport

Inherited from SQLContainer

Inherited from Joinable

Inherited from AnyRef

Inherited from Any

Ungrouped