Class/Object

org.bitcoins.db

DbCommonsColumnMappers

Related Docs: object DbCommonsColumnMappers | package db

Permalink

abstract class DbCommonsColumnMappers extends AnyRef

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

Instance Constructors

  1. new DbCommonsColumnMappers()

    Permalink

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
  6. implicit val byteVectorMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ByteVector]

    Permalink
  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
  9. implicit val doubleSha256DigestBEMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[DoubleSha256DigestBE]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

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

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

    Permalink
  17. implicit val hdCoinTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[HDCoinType]

    Permalink
  18. implicit val hdPathMappper: slick.jdbc.JdbcProfile.API.BaseColumnType[HDPath]

    Permalink
  19. implicit val hdPurposeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[HDPurpose]

    Permalink
  20. implicit val int32Mapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Int32]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
  26. implicit val scriptTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScriptType]

    Permalink
  27. implicit val scriptWitnessMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScriptWitness]

    Permalink
  28. implicit val segwitPathMappper: slick.jdbc.JdbcProfile.API.BaseColumnType[SegWitHDPath]

    Permalink
  29. implicit val sha256Hash160DigestMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Sha256Hash160Digest]

    Permalink
  30. 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.

  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
  34. implicit val transactionOutputMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[TransactionOutput]

    Permalink

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

  35. implicit val txMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Transaction]

    Permalink
  36. implicit val uInt32Mapper: slick.jdbc.JdbcProfile.API.BaseColumnType[UInt32]

    Permalink

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

  37. implicit val uint64Mapper: slick.jdbc.JdbcProfile.API.BaseColumnType[UInt64]

    Permalink
  38. final def wait(): Unit

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped