trait TxDAO[DbEntryType <: TxDB] extends CRUD[DbEntryType, DoubleSha256DigestBE] with TxCRUDComponent[DbEntryType] with SlickUtil[DbEntryType, DoubleSha256DigestBE]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TxDAO
  2. SlickUtil
  3. TxCRUDComponent
  4. CRUD
  5. JdbcProfileComponent
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class TxTable[DbEntryType <: TxDB] extends slick.jdbc.JdbcProfile.API.Table[DbEntryType]
    Definition Classes
    TxCRUDComponent
  2. type DbTable = TxTable[DbEntryType]

Abstract Value Members

  1. implicit abstract val ec: ExecutionContext
  2. abstract val table: slick.jdbc.JdbcProfile.API.TableQuery[_ <: DbTable]
    Definition Classes
    TxDAO → CRUD

Concrete 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: DbAppConfig
    Definition Classes
    CRUD → JdbcProfileComponent
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def count(): Future[Int]
    Definition Classes
    CRUD
  8. def create(t: DbEntryType): Future[DbEntryType]
    Definition Classes
    CRUD
  9. def createAll(ts: Vector[DbEntryType]): Future[Vector[DbEntryType]]
    Definition Classes
    TxDAO → CRUD
  10. def createAllNoAutoInc(ts: Vector[DbEntryType], database: SafeDatabase)(implicit ec: ExecutionContext): Future[Vector[DbEntryType]]
    Definition Classes
    SlickUtil
  11. lazy val database: slick.jdbc.JdbcProfile.API.Database
    Definition Classes
    JdbcProfileComponent
  12. lazy val dbConfig: DatabaseConfig[JdbcProfile]
    Definition Classes
    JdbcProfileComponent
  13. def debug(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  14. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  15. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  16. def delete(t: DbEntryType): Future[Int]
    Definition Classes
    CRUD
  17. def deleteAll(): Future[Int]
    Definition Classes
    CRUD
  18. def deleteAll(ts: Vector[DbEntryType]): Future[Int]
    Definition Classes
    CRUD
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  23. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def find(t: DbEntryType): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[_], DbEntryType, Seq]
    Attributes
    protected
    Definition Classes
    CRUD
  26. def findAll(txs: Vector[DbEntryType]): slick.jdbc.JdbcProfile.API.Query[DbTable, DbEntryType, Seq]
    Definition Classes
    TxDAO → CRUD
  27. def findAll(): Future[Vector[DbEntryType]]
    Definition Classes
    CRUD
  28. def findByOutPoint(outPoint: TransactionOutPoint): Future[Option[DbEntryType]]
  29. def findByPrimaryKey(txIdBE: DoubleSha256DigestBE): slick.jdbc.JdbcProfile.API.Query[DbTable, DbEntryType, Seq]
    Definition Classes
    TxDAO → CRUD
  30. def findByPrimaryKeys(txIdBEs: Vector[DoubleSha256DigestBE]): slick.jdbc.JdbcProfile.API.Query[DbTable, DbEntryType, Seq]
    Definition Classes
    TxDAO → CRUD
  31. def findByTxId(txId: DoubleSha256Digest): Future[Option[DbEntryType]]
  32. def findByTxId(txIdBE: DoubleSha256DigestBE): Future[Option[DbEntryType]]
  33. def findByTxIdBEs(txIdBEs: Vector[DoubleSha256DigestBE]): Future[Vector[DbEntryType]]
  34. def findByTxIds(txIdBEs: Vector[DoubleSha256DigestBE]): Future[Vector[DbEntryType]]
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  41. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  42. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  45. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  46. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  47. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. lazy val numThreads: Int
    Definition Classes
    JdbcProfileComponent
  52. lazy val password: String
    Definition Classes
    JdbcProfileComponent
  53. lazy val profile: JdbcProfile
    Definition Classes
    JdbcProfileComponent
  54. def read(id: DoubleSha256DigestBE): Future[Option[DbEntryType]]
    Definition Classes
    CRUD
  55. def safeDatabase: SafeDatabase
    Definition Classes
    CRUD
  56. val schemaName: Option[String]
    Definition Classes
    CRUD
  57. def startHikariLogger(interval: Duration): HikariLogging
    Attributes
    protected
    Definition Classes
    JdbcProfileComponent
  58. def stopHikariLogger(): Unit
    Attributes
    protected
    Definition Classes
    JdbcProfileComponent
  59. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  60. 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
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  63. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  64. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  65. def update(t: DbEntryType): Future[DbEntryType]
    Definition Classes
    CRUD
  66. def updateAll(ts: Vector[DbEntryType]): Future[Vector[DbEntryType]]
    Definition Classes
    CRUD
  67. def upsert(t: DbEntryType): Future[DbEntryType]
    Definition Classes
    CRUD
  68. def upsertAll(ts: Vector[DbEntryType]): Future[Vector[DbEntryType]]
    Definition Classes
    CRUD
  69. lazy val username: String
    Definition Classes
    JdbcProfileComponent
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  73. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  74. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  75. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from SlickUtil[DbEntryType, DoubleSha256DigestBE]

Inherited from TxCRUDComponent[DbEntryType]

Inherited from CRUD[DbEntryType, DoubleSha256DigestBE]

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped