c

org.bitcoins.chain.models

ChainStateDescriptorDAO

case class ChainStateDescriptorDAO()(implicit ec: ExecutionContext, appConfig: ChainAppConfig) extends CRUD[ChainStateDescriptorDb, ChainStateDescriptorType] with SlickUtil[ChainStateDescriptorDb, ChainStateDescriptorType] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChainStateDescriptorDAO
  2. Serializable
  3. Product
  4. Equals
  5. SlickUtil
  6. SlickUtilAction
  7. CRUD
  8. CRUDAction
  9. JdbcProfileComponent
  10. Logging
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChainStateDescriptorDAO()(implicit ec: ExecutionContext, appConfig: ChainAppConfig)

Type Members

  1. class ChainStateDescriptorTable extends slick.jdbc.JdbcProfile.API.Table[ChainStateDescriptorDb]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val appConfig: ChainAppConfig
    Definition Classes
    ChainStateDescriptorDAO → CRUD → CRUDAction → JdbcProfileComponent
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val chainStateDescriptorMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ChainStateDescriptor]
  7. implicit val chainStateDescriptorTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ChainStateDescriptorType]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def count(): Future[Int]
    Definition Classes
    CRUD
  10. def countAction: slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Read]
    Definition Classes
    CRUDAction
  11. def create(t: ChainStateDescriptorDb): Future[ChainStateDescriptorDb]
    Definition Classes
    CRUD
  12. def createAction(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[ChainStateDescriptorDb, slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  13. def createAll(ts: Vector[ChainStateDescriptorDb]): Future[Vector[ChainStateDescriptorDb]]
    Definition Classes
    ChainStateDescriptorDAO → CRUD
  14. def createAllAction(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    SlickUtilAction
  15. def createAllNoAutoInc(ts: Vector[ChainStateDescriptorDb], database: SafeDatabase)(implicit ec: ExecutionContext): Future[Vector[ChainStateDescriptorDb]]
    Definition Classes
    SlickUtil
  16. lazy val database: slick.jdbc.JdbcProfile.API.Database
    Definition Classes
    JdbcProfileComponent
  17. lazy val dbConfig: DatabaseConfig[JdbcProfile]
    Definition Classes
    JdbcProfileComponent
  18. def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  19. def debug(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def debug(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def delete(t: ChainStateDescriptorDb): Future[Int]
    Definition Classes
    CRUD
  22. def deleteAction(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  23. def deleteAll(): Future[Int]
    Definition Classes
    CRUD
  24. def deleteAll(ts: Vector[ChainStateDescriptorDb]): Future[Int]
    Definition Classes
    CRUD
  25. def deleteAllAction(): slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Write with Transactional]
    Definition Classes
    CRUDAction
  26. def deleteAllAction(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  27. implicit val ec: ExecutionContext
    Definition Classes
    ChainStateDescriptorDAO → CRUD → CRUDAction
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def error(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def error(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. def find(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[ChainStateDescriptorDb], ChainStateDescriptorDb, Seq]
    Attributes
    protected
    Definition Classes
    CRUDAction
  34. def findAll(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[ChainStateDescriptorDb], ChainStateDescriptorDb, Seq]
    Definition Classes
    ChainStateDescriptorDAO → CRUDAction
  35. def findAll(): Future[Vector[ChainStateDescriptorDb]]
    Definition Classes
    CRUD
  36. def findAllAction(): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Read]
    Definition Classes
    CRUDAction
  37. def findByPrimaryKey(id: ChainStateDescriptorType): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[ChainStateDescriptorDb], ChainStateDescriptorDb, Seq]
    Definition Classes
    ChainStateDescriptorDAO → CRUDAction
  38. def findByPrimaryKeyAction(id: ChainStateDescriptorType): slick.jdbc.JdbcProfile.API.DBIOAction[Option[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Read]
    Definition Classes
    CRUDAction
  39. def findByPrimaryKeys(ids: Vector[ChainStateDescriptorType]): slick.jdbc.JdbcProfile.API.Query[ChainStateDescriptorTable, ChainStateDescriptorDb, Seq]
    Definition Classes
    ChainStateDescriptorDAO → CRUDAction
  40. def findByPrimaryKeysAction(ids: Vector[ChainStateDescriptorType]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Read]
    Definition Classes
    CRUDAction
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. def getIsIBD(): Future[Option[IsInitialBlockDownload]]
  43. def getSync(): Future[Option[SyncDescriptor]]
  44. def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  45. def info(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  46. def info(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  47. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  48. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  49. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def isSyncing: Future[Boolean]
  52. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  53. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  54. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  55. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  59. lazy val numThreads: Int
    Definition Classes
    JdbcProfileComponent
  60. def productElementNames: Iterator[String]
    Definition Classes
    Product
  61. lazy val profile: JdbcProfile
    Definition Classes
    JdbcProfileComponent
  62. def read(id: ChainStateDescriptorType): Future[Option[ChainStateDescriptorDb]]
    Definition Classes
    CRUD
  63. def safeDatabase: SafeDatabase
    Definition Classes
    CRUD
  64. val schemaName: Option[String]
    Definition Classes
    CRUD
  65. def startHikariLogger(interval: Duration): HikariLogging
    Attributes
    protected
    Definition Classes
    JdbcProfileComponent
  66. def stopHikariLogger(): Unit
    Attributes
    protected
    Definition Classes
    JdbcProfileComponent
  67. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  68. val table: slick.jdbc.JdbcProfile.API.TableQuery[ChainStateDescriptorTable]
    Definition Classes
    ChainStateDescriptorDAO → CRUDAction
  69. implicit def tableQuerySafeSubtypeCast[SpecificT <: AbstractTable[_], SomeT <: SpecificT](tableQuery: slick.jdbc.JdbcProfile.API.TableQuery[SomeT]): slick.jdbc.JdbcProfile.API.TableQuery[SpecificT]
    Attributes
    protected
    Definition Classes
    CRUD
  70. def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  71. def trace(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def trace(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  73. def update(t: ChainStateDescriptorDb): Future[ChainStateDescriptorDb]
    Definition Classes
    CRUD
  74. def updateAction(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[ChainStateDescriptorDb, slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  75. def updateAll(ts: Vector[ChainStateDescriptorDb]): Future[Vector[ChainStateDescriptorDb]]
    Definition Classes
    CRUD
  76. def updateAllAction(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  77. def updateIsIbd(isIBDRunning: Boolean): Future[Boolean]
  78. def updateSyncing(syncing: Boolean): Future[Boolean]
  79. def upsert(t: ChainStateDescriptorDb): Future[ChainStateDescriptorDb]
    Definition Classes
    CRUD
  80. def upsertAction(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[ChainStateDescriptorDb, slick.jdbc.JdbcProfile.API.NoStream, Write with Read]
    Definition Classes
    CRUDAction
  81. def upsertAll(ts: Vector[ChainStateDescriptorDb]): Future[Vector[ChainStateDescriptorDb]]
    Definition Classes
    CRUD
  82. def upsertAllAction(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Write with Read]
    Definition Classes
    CRUDAction
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  84. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  86. def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  87. def warn(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  88. def warn(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Ungrouped