Packages

class GpgKeys extends slick.jdbc.JdbcProfile.API.Table[GpgKey]

Linear Supertypes
com.github.takezoe.slick.blocking.BlockingJdbcProfile.Table[GpgKey], AbstractTable[GpgKey], Rep[GpgKey], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpgKeys
  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 GpgKeys(tag: slick.jdbc.JdbcProfile.API.Tag)

Type Members

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

Value Members

  1. def *: ProvenShape[GpgKey]
    Definition Classes
    GpgKeys → AbstractTable
  2. val O: com.github.takezoe.slick.blocking.BlockingJdbcProfile.columnOptions.type
    Definition Classes
    Table
  3. def byGpgKeyId(gpgKeyId: Long): Rep[Boolean]
  4. def byPrimaryKey(userName: String, keyId: Int): Rep[Boolean]
  5. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
    Definition Classes
    Table
  6. def create_*: Iterable[FieldSymbol]
    Definition Classes
    AbstractTable
  7. def encodeRef(path: Node): AbstractTable[GpgKey]
    Definition Classes
    AbstractTable → Rep
  8. 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
  9. final def foreignKeys: Iterable[ForeignKey]
    Definition Classes
    AbstractTable
  10. val gpgKeyId: Rep[Long]
  11. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
    Definition Classes
    AbstractTable
  12. def indexes: Iterable[Index]
    Definition Classes
    AbstractTable
  13. val keyId: Rep[Int]
  14. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
    Definition Classes
    AbstractTable
  15. final def primaryKeys: Iterable[PrimaryKey]
    Definition Classes
    AbstractTable
  16. val publicKey: Rep[String]
  17. val schemaName: Option[String]
    Definition Classes
    AbstractTable
  18. def tableConstraints: Iterator[Constraint]
    Definition Classes
    AbstractTable
  19. def tableIdentitySymbol: TableIdentitySymbol
    Definition Classes
    Table → AbstractTable
  20. val tableName: String
    Definition Classes
    AbstractTable
  21. lazy val tableNode: TableNode
    Definition Classes
    AbstractTable
  22. def tableProvider: RelationalProfile
    Definition Classes
    Table
  23. val tableTag: Tag
    Definition Classes
    AbstractTable
  24. val title: Rep[String]
  25. def toNode: Node
    Definition Classes
    AbstractTable → Rep
  26. def toString(): String
    Definition Classes
    Rep → AnyRef → Any
  27. val userName: Rep[String]