Packages

c

edu.cmu.cs.ls.keymaerax.hydra.Tables

Executionsteps

class Executionsteps extends scala.slick.driver.JdbcProfile.SimpleQL.Table[ExecutionstepsRow]

Table description of table executionSteps. Objects of this class serve as prototypes for rows in queries.

Linear Supertypes
scala.slick.driver.JdbcProfile.Table[ExecutionstepsRow], AbstractTable[ExecutionstepsRow], Rep[ExecutionstepsRow], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Executionsteps
  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 Executionsteps(_tableTag: scala.slick.driver.JdbcProfile.SimpleQL.Tag)

Type Members

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *: ProvenShape[ExecutionstepsRow]
    Definition Classes
    Executionsteps → AbstractTable
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def ?: MappedProjection[Option[ExecutionstepsRow], (Option[Int], Option[Int], Option[Int], Option[Int], Option[String], Option[Int], Option[Int], Option[Int], Option[Int], Option[String], Option[String], Option[String], Option[Int], Option[Int])]

    Maps whole row to an option.

    Maps whole row to an option. Useful for outer joins.

  6. val O: scala.slick.driver.JdbcProfile.columnOptions.type
    Definition Classes
    Table
  7. val _Id: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[Int]]

    Database column _id DBType(INTEGER), PrimaryKey

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val branchorder: scala.slick.driver.JdbcProfile.SimpleQL.Column[Int]

    Database column branchOrder DBType(INT)

  10. val childrenrecorded: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[String]]

    Database column childrenRecorded DBType(BOOLEAN)

  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]
    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  13. def column[C](n: String, options: ColumnOption[C]*)(implicit tm: TypedType[C]): Column[C]
    Definition Classes
    Table
  14. def create_*: Iterable[FieldSymbol]
    Definition Classes
    AbstractTable
  15. def encodeRef(path: List[Symbol]): AbstractTable[ExecutionstepsRow]
    Definition Classes
    AbstractTable → Rep
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. val executableid: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[Int]]

    Database column executableId DBType(INTEGER)

  19. lazy val executablesFk: ForeignKeyQuery[Executables, ExecutablesRow]

    Foreign key referencing Executables (database name executables_FK_1)

  20. lazy val executionstepsFk: ForeignKeyQuery[Executionsteps, ExecutionstepsRow]

    Foreign key referencing Executionsteps (database name executionSteps_FK_2)

  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. 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
  23. final def foreignKeys: Iterable[ForeignKey]
    Definition Classes
    AbstractTable
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
    Definition Classes
    AbstractTable
  27. def indexes: Iterable[Index]
    Definition Classes
    AbstractTable
  28. val inputprovableid: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[Int]]

    Database column inputProvableId DBType(INTEGER)

  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. lazy val lemmasFk: ForeignKeyQuery[Lemmas, LemmasRow]

    Foreign key referencing Lemmas (database name lemmas_FK_3)

  31. val localprovableid: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[Int]]

    Database column localProvableId DBType(INTEGER)

  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. val numopensubgoals: scala.slick.driver.JdbcProfile.SimpleQL.Column[Int]

    Database column numOpenSubGoals DBType(INTEGER)

  36. val numsubgoals: scala.slick.driver.JdbcProfile.SimpleQL.Column[Int]

    Database column numSubGoals DBType(INTEGER)

  37. val previousstep: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[Int]]

    Database column previousStep DBType(INTEGER)

  38. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
    Definition Classes
    AbstractTable
  39. final def primaryKeys: Iterable[PrimaryKey]
    Definition Classes
    AbstractTable
  40. val proofid: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[Int]]

    Database column proofId DBType(INTEGER)

  41. lazy val proofsFk: ForeignKeyQuery[Proofs, ProofsRow]

    Foreign key referencing Proofs (database name proofs_FK_4)

  42. val resultprovableid: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[Int]]

    Database column resultProvableId DBType(INTEGER)

  43. val rulename: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[String]]

    Database column ruleName DBType(STRING)

  44. val schemaName: Option[String]
    Definition Classes
    AbstractTable
  45. val status: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[String]]

    Database column status DBType(TEXT)

  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def tableConstraints: Iterator[Constraint]
    Definition Classes
    AbstractTable
  48. def tableIdentitySymbol: TableIdentitySymbol
    Definition Classes
    Table → AbstractTable
  49. val tableName: String
    Definition Classes
    AbstractTable
  50. lazy val tableNode: TableNode
    Definition Classes
    AbstractTable
  51. def tableProvider: RelationalDriver
    Definition Classes
    Table
  52. val tableTag: Tag
    Definition Classes
    AbstractTable
  53. def toNode: Node
    Definition Classes
    AbstractTable → Rep
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. val userexecuted: scala.slick.driver.JdbcProfile.SimpleQL.Column[Option[String]]

    Database column userExecuted DBType(BOOLEAN)

  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from scala.slick.driver.JdbcProfile.Table[ExecutionstepsRow]

Inherited from AbstractTable[ExecutionstepsRow]

Inherited from Rep[ExecutionstepsRow]

Inherited from AnyRef

Inherited from Any

Ungrouped