case class ChainStateDescriptorDAO()(implicit ec: ExecutionContext, appConfig: ChainAppConfig) extends CRUD[ChainStateDescriptorDb, ChainStateDescriptorType] with SlickUtil[ChainStateDescriptorDb, ChainStateDescriptorType] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChainStateDescriptorDAO
- Serializable
- Product
- Equals
- SlickUtil
- SlickUtilAction
- CRUD
- CRUDAction
- JdbcProfileComponent
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ChainStateDescriptorDAO()(implicit ec: ExecutionContext, appConfig: ChainAppConfig)
Type Members
- class ChainStateDescriptorTable extends slick.jdbc.JdbcProfile.API.Table[ChainStateDescriptorDb]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val appConfig: ChainAppConfig
- Definition Classes
- ChainStateDescriptorDAO → CRUD → CRUDAction → JdbcProfileComponent
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val chainStateDescriptorMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ChainStateDescriptor]
- implicit val chainStateDescriptorTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ChainStateDescriptorType]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def count(): Future[Int]
- Definition Classes
- CRUD
- def countAction: slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Read]
- Definition Classes
- CRUDAction
- def create(t: ChainStateDescriptorDb): Future[ChainStateDescriptorDb]
- Definition Classes
- CRUD
- def createAction(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[ChainStateDescriptorDb, slick.jdbc.JdbcProfile.API.NoStream, Write]
- Definition Classes
- CRUDAction
- def createAll(ts: Vector[ChainStateDescriptorDb]): Future[Vector[ChainStateDescriptorDb]]
- Definition Classes
- ChainStateDescriptorDAO → CRUD
- def createAllAction(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Write]
- Definition Classes
- SlickUtilAction
- def createAllNoAutoInc(ts: Vector[ChainStateDescriptorDb], database: SafeDatabase)(implicit ec: ExecutionContext): Future[Vector[ChainStateDescriptorDb]]
- Definition Classes
- SlickUtil
- lazy val database: slick.jdbc.JdbcProfile.API.Database
- Definition Classes
- JdbcProfileComponent
- lazy val dbConfig: DatabaseConfig[JdbcProfile]
- Definition Classes
- JdbcProfileComponent
- def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def delete(t: ChainStateDescriptorDb): Future[Int]
- Definition Classes
- CRUD
- def deleteAction(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Write]
- Definition Classes
- CRUDAction
- def deleteAll(): Future[Int]
- Definition Classes
- CRUD
- def deleteAll(ts: Vector[ChainStateDescriptorDb]): Future[Int]
- Definition Classes
- CRUD
- def deleteAllAction(): slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Write with Transactional]
- Definition Classes
- CRUDAction
- def deleteAllAction(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Write]
- Definition Classes
- CRUDAction
- implicit val ec: ExecutionContext
- Definition Classes
- ChainStateDescriptorDAO → CRUD → CRUDAction
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[ChainStateDescriptorDb], ChainStateDescriptorDb, Seq]
- Attributes
- protected
- Definition Classes
- CRUDAction
- def findAll(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[ChainStateDescriptorDb], ChainStateDescriptorDb, Seq]
- Definition Classes
- ChainStateDescriptorDAO → CRUDAction
- def findAll(): Future[Vector[ChainStateDescriptorDb]]
- Definition Classes
- CRUD
- def findAllAction(): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Read]
- Definition Classes
- CRUDAction
- def findByPrimaryKey(id: ChainStateDescriptorType): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[ChainStateDescriptorDb], ChainStateDescriptorDb, Seq]
- Definition Classes
- ChainStateDescriptorDAO → CRUDAction
- def findByPrimaryKeyAction(id: ChainStateDescriptorType): slick.jdbc.JdbcProfile.API.DBIOAction[Option[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Read]
- Definition Classes
- CRUDAction
- def findByPrimaryKeys(ids: Vector[ChainStateDescriptorType]): slick.jdbc.JdbcProfile.API.Query[ChainStateDescriptorTable, ChainStateDescriptorDb, Seq]
- Definition Classes
- ChainStateDescriptorDAO → CRUDAction
- def findByPrimaryKeysAction(ids: Vector[ChainStateDescriptorType]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Read]
- Definition Classes
- CRUDAction
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getIsIBD(): Future[Option[IsInitialBlockDownload]]
- def getSync(): Future[Option[SyncDescriptor]]
- def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def isDebugEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isErrorEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isInfoEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSyncing: Future[Boolean]
- def isTraceEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isWarnEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def loggerName: String
- Attributes
- protected
- Definition Classes
- Logging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val numThreads: Int
- Definition Classes
- JdbcProfileComponent
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val profile: JdbcProfile
- Definition Classes
- JdbcProfileComponent
- def read(id: ChainStateDescriptorType): Future[Option[ChainStateDescriptorDb]]
- Definition Classes
- CRUD
- def safeDatabase: SafeDatabase
- Definition Classes
- CRUD
- val schemaName: Option[String]
- Definition Classes
- CRUD
- def startHikariLogger(interval: Duration): HikariLogging
- Attributes
- protected
- Definition Classes
- JdbcProfileComponent
- def stopHikariLogger(): Unit
- Attributes
- protected
- Definition Classes
- JdbcProfileComponent
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val table: slick.jdbc.JdbcProfile.API.TableQuery[ChainStateDescriptorTable]
- Definition Classes
- ChainStateDescriptorDAO → CRUDAction
- 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
- def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def update(t: ChainStateDescriptorDb): Future[ChainStateDescriptorDb]
- Definition Classes
- CRUD
- def updateAction(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[ChainStateDescriptorDb, slick.jdbc.JdbcProfile.API.NoStream, Write]
- Definition Classes
- CRUDAction
- def updateAll(ts: Vector[ChainStateDescriptorDb]): Future[Vector[ChainStateDescriptorDb]]
- Definition Classes
- CRUD
- def updateAllAction(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Write]
- Definition Classes
- CRUDAction
- def updateIsIbd(isIBDRunning: Boolean): Future[Boolean]
- def updateSyncing(syncing: Boolean): Future[Boolean]
- def upsert(t: ChainStateDescriptorDb): Future[ChainStateDescriptorDb]
- Definition Classes
- CRUD
- def upsertAction(t: ChainStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[ChainStateDescriptorDb, slick.jdbc.JdbcProfile.API.NoStream, Write with Read]
- Definition Classes
- CRUDAction
- def upsertAll(ts: Vector[ChainStateDescriptorDb]): Future[Vector[ChainStateDescriptorDb]]
- Definition Classes
- CRUD
- def upsertAllAction(ts: Vector[ChainStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[ChainStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Write with Read]
- Definition Classes
- CRUDAction
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging