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. implicit val filterTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[FilterType]

    Permalink
  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
  18. implicit val hdCoinTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[HDCoinType]

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

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

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

    Permalink
  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
  27. implicit val scriptTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScriptType]

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

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

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

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

  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
  35. implicit val transactionOutputMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[TransactionOutput]

    Permalink

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

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

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

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

    Permalink

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

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

    Permalink
  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

Inherited from AnyRef

Inherited from Any

Ungrouped