Packages

class Accounts extends slick.jdbc.JdbcProfile.API.Table[Account]

Linear Supertypes
com.github.takezoe.slick.blocking.BlockingJdbcProfile.Table[Account], AbstractTable[Account], Rep[Account], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Accounts
  2. Table
  3. AbstractTable
  4. Rep
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Accounts(tag: slick.jdbc.JdbcProfile.API.Tag)

Type Members

  1. final type TableElementType = Account
    Definition Classes
    Table → AbstractTable

Value Members

  1. def *: ProvenShape[Account]
    Definition Classes
    Accounts → AbstractTable
  2. val O: com.github.takezoe.slick.blocking.BlockingJdbcProfile.columnOptions.type
    Definition Classes
    Table
  3. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
    Definition Classes
    Table
  4. def create_*: Iterable[FieldSymbol]
    Definition Classes
    AbstractTable
  5. val description: Rep[String]
  6. def encodeRef(path: Node): AbstractTable[Account]
    Definition Classes
    AbstractTable → Rep
  7. def foreignKey[P, PU, TT <: AbstractTable[_], U](name: String, sourceColumns: P, targetTableQuery: TableQuery[TT])(targetColumns: (TT) => P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction)(implicit unpack: Shape[_ <: FlatShapeLevel, TT, U, _], unpackp: Shape[_ <: FlatShapeLevel, P, PU, _]): ForeignKeyQuery[TT, U]
    Definition Classes
    AbstractTable
  8. final def foreignKeys: Iterable[ForeignKey]
    Definition Classes
    AbstractTable
  9. val fullName: Rep[String]
  10. val groupAccount: Rep[Boolean]
  11. val image: Rep[String]
  12. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
    Definition Classes
    AbstractTable
  13. def indexes: Iterable[Index]
    Definition Classes
    AbstractTable
  14. val isAdmin: Rep[Boolean]
  15. val lastLoginDate: Rep[Date]
  16. val mailAddress: Rep[String]
  17. val password: Rep[String]
  18. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
    Definition Classes
    AbstractTable
  19. final def primaryKeys: Iterable[PrimaryKey]
    Definition Classes
    AbstractTable
  20. val registeredDate: Rep[Date]
  21. val removed: Rep[Boolean]
  22. val schemaName: Option[String]
    Definition Classes
    AbstractTable
  23. def tableConstraints: Iterator[Constraint]
    Definition Classes
    AbstractTable
  24. def tableIdentitySymbol: TableIdentitySymbol
    Definition Classes
    Table → AbstractTable
  25. val tableName: String
    Definition Classes
    AbstractTable
  26. lazy val tableNode: TableNode
    Definition Classes
    AbstractTable
  27. def tableProvider: RelationalProfile
    Definition Classes
    Table
  28. val tableTag: Tag
    Definition Classes
    AbstractTable
  29. def toNode: Node
    Definition Classes
    AbstractTable → Rep
  30. def toString(): String
    Definition Classes
    Rep → AnyRef → Any
  31. val updatedDate: Rep[Date]
  32. val url: Rep[String]
  33. val userName: Rep[String]