Object/Class

org.bitcoins.db

DbCommonsColumnMappers

Related Docs: class DbCommonsColumnMappers | package db

Permalink

object DbCommonsColumnMappers extends DbCommonsColumnMappers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DbCommonsColumnMappers
  2. DbCommonsColumnMappers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val bitcoinAddressMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[BitcoinAddress]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  6. implicit val byteVectorMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ByteVector]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val currencyUnitMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[CurrencyUnit]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  9. implicit val doubleSha256DigestBEMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[DoubleSha256DigestBE]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  10. implicit val ecPublicKeyMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ECPublicKey]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. implicit val filterTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[FilterType]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. implicit val hdChainTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[HDChainType]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  18. implicit val hdCoinTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[HDCoinType]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  19. implicit val hdPathMappper: slick.jdbc.JdbcProfile.API.BaseColumnType[HDPath]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  20. implicit val hdPurposeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[HDPurpose]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  21. implicit val int32Mapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Int32]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. implicit val scriptPubKeyMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScriptPubKey]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  27. implicit val scriptTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScriptType]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  28. implicit val scriptWitnessMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScriptWitness]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  29. implicit val segwitPathMappper: slick.jdbc.JdbcProfile.API.BaseColumnType[SegWitHDPath]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  30. implicit val sha256Hash160DigestMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Sha256Hash160Digest]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  31. implicit val sqliteTableInfoReader: GetResult[SQLiteTableInfo]

    Permalink

    If executing something like this:

    If executing something like this:

    sql"SELECT * FROM sqlite_master where type='table'"

    you end up with something like this:

    /-------+---------------+---------------+----------+----------------------\
    | 1     | 2             | 3             | 4        | 5                    |
    | type  | name          | tbl_name      | rootpage | sql                  |
    |-------+---------------+---------------+----------+----------------------|
    | table | block_headers | block_headers | 2        | CREATE TABLE "blo... |
    \-------+---------------+---------------+----------+----------------------/

    This is most likely an implementation that will break of you try and cast the result of a different raw SQL query into a SQLiteTableInfo.

    Definition Classes
    DbCommonsColumnMappers
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. implicit val transactionOutPointMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[TransactionOutPoint]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  35. implicit val transactionOutputMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[TransactionOutput]

    Permalink

    Responsible for mapping a TransactionOutput to hex in Slick, and vice versa

    Responsible for mapping a TransactionOutput to hex in Slick, and vice versa

    Definition Classes
    DbCommonsColumnMappers
  36. implicit val txMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Transaction]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  37. implicit val txoStateMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[TxoState]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  38. implicit val uInt32Mapper: slick.jdbc.JdbcProfile.API.BaseColumnType[UInt32]

    Permalink

    Responsible for mapping a UInt32 to a long in Slick, and vice versa

    Responsible for mapping a UInt32 to a long in Slick, and vice versa

    Definition Classes
    DbCommonsColumnMappers
  39. implicit val uint64Mapper: slick.jdbc.JdbcProfile.API.BaseColumnType[UInt64]

    Permalink
    Definition Classes
    DbCommonsColumnMappers
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. implicit val xpubMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ExtPublicKey]

    Permalink
    Definition Classes
    DbCommonsColumnMappers

Inherited from DbCommonsColumnMappers

Inherited from AnyRef

Inherited from Any

Ungrouped