Trait

io.rdbc.implbase

RowPartialImpl

Related Doc: package implbase

Permalink

trait RowPartialImpl extends Row

Linear Supertypes
Row, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowPartialImpl
  2. Row
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def any(idx: Int): Option[Any]

    Permalink
    Attributes
    protected
  2. abstract def any(name: String): Option[Any]

    Permalink
    Attributes
    protected
  3. abstract def typeConverters: TypeConverterRegistry

    Permalink
    Attributes
    protected

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RowPartialImpl to any2stringadd[RowPartialImpl] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RowPartialImpl, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RowPartialImpl to ArrowAssoc[RowPartialImpl] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  7. def bigDecimal(idx: Int): BigDecimal

    Permalink
    Definition Classes
    RowPartialImpl → Row
  8. def bigDecimal(name: String): BigDecimal

    Permalink
    Definition Classes
    RowPartialImpl → Row
  9. def bigDecimalOpt(idx: Int): Option[BigDecimal]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  10. def bigDecimalOpt(name: String): Option[BigDecimal]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  11. def bool(idx: Int): Boolean

    Permalink
    Definition Classes
    RowPartialImpl → Row
  12. def bool(name: String): Boolean

    Permalink
    Definition Classes
    RowPartialImpl → Row
  13. def boolOpt(idx: Int): Option[Boolean]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  14. def boolOpt(name: String): Option[Boolean]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  15. def bytes(idx: Int): Array[Byte]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  16. def bytes(name: String): Array[Byte]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  17. def bytesOpt(idx: Int): Option[Array[Byte]]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  18. def bytesOpt(name: String): Option[Array[Byte]]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  19. def char(idx: Int): Char

    Permalink
    Definition Classes
    RowPartialImpl → Row
  20. def char(name: String): Char

    Permalink
    Definition Classes
    RowPartialImpl → Row
  21. def charOpt(idx: Int): Option[Char]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  22. def charOpt(name: String): Option[Char]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  24. def col[A](idx: Int)(implicit arg0: ClassTag[A]): A

    Permalink
    Definition Classes
    RowPartialImpl → Row
  25. def col[A](name: String)(implicit arg0: ClassTag[A]): A

    Permalink
    Definition Classes
    RowPartialImpl → Row
  26. def colOpt[A](name: String)(implicit arg0: ClassTag[A]): Option[A]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  27. def colOpt[A](idx: Int)(implicit arg0: ClassTag[A]): Option[A]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  28. def double(idx: Int): Double

    Permalink
    Definition Classes
    RowPartialImpl → Row
  29. def double(name: String): Double

    Permalink
    Definition Classes
    RowPartialImpl → Row
  30. def doubleOpt(idx: Int): Option[Double]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  31. def doubleOpt(name: String): Option[Double]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  32. def ensuring(cond: (RowPartialImpl) ⇒ Boolean, msg: ⇒ Any): RowPartialImpl

    Permalink
    Implicit information
    This member is added by an implicit conversion from RowPartialImpl to Ensuring[RowPartialImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: (RowPartialImpl) ⇒ Boolean): RowPartialImpl

    Permalink
    Implicit information
    This member is added by an implicit conversion from RowPartialImpl to Ensuring[RowPartialImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean, msg: ⇒ Any): RowPartialImpl

    Permalink
    Implicit information
    This member is added by an implicit conversion from RowPartialImpl to Ensuring[RowPartialImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean): RowPartialImpl

    Permalink
    Implicit information
    This member is added by an implicit conversion from RowPartialImpl to Ensuring[RowPartialImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def float(idx: Int): Float

    Permalink
    Definition Classes
    RowPartialImpl → Row
  39. def float(name: String): Float

    Permalink
    Definition Classes
    RowPartialImpl → Row
  40. def floatOpt(idx: Int): Option[Float]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  41. def floatOpt(name: String): Option[Float]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  42. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RowPartialImpl to StringFormat[RowPartialImpl] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  43. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  44. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  45. def instant(idx: Int): Instant

    Permalink
    Definition Classes
    RowPartialImpl → Row
  46. def instant(name: String): Instant

    Permalink
    Definition Classes
    RowPartialImpl → Row
  47. def instantOpt(idx: Int): Option[Instant]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  48. def instantOpt(name: String): Option[Instant]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  49. def int(idx: Int): Int

    Permalink
    Definition Classes
    RowPartialImpl → Row
  50. def int(name: String): Int

    Permalink
    Definition Classes
    RowPartialImpl → Row
  51. def intOpt(idx: Int): Option[Int]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  52. def intOpt(name: String): Option[Int]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  53. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  54. def localDate(idx: Int): LocalDate

    Permalink
    Definition Classes
    RowPartialImpl → Row
  55. def localDate(name: String): LocalDate

    Permalink
    Definition Classes
    RowPartialImpl → Row
  56. def localDateOpt(idx: Int): Option[LocalDate]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  57. def localDateOpt(name: String): Option[LocalDate]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  58. def localDateTime(idx: Int): LocalDateTime

    Permalink
    Definition Classes
    RowPartialImpl → Row
  59. def localDateTime(name: String): LocalDateTime

    Permalink
    Definition Classes
    RowPartialImpl → Row
  60. def localDateTimeOpt(idx: Int): Option[LocalDateTime]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  61. def localDateTimeOpt(name: String): Option[LocalDateTime]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  62. def localTime(idx: Int): LocalTime

    Permalink
    Definition Classes
    RowPartialImpl → Row
  63. def localTime(name: String): LocalTime

    Permalink
    Definition Classes
    RowPartialImpl → Row
  64. def localTimeOpt(idx: Int): Option[LocalTime]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  65. def localTimeOpt(name: String): Option[LocalTime]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  66. def long(idx: Int): Long

    Permalink
    Definition Classes
    RowPartialImpl → Row
  67. def long(name: String): Long

    Permalink
    Definition Classes
    RowPartialImpl → Row
  68. def longOpt(idx: Int): Option[Long]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  69. def longOpt(name: String): Option[Long]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  70. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  72. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  73. def numeric(idx: Int): SqlNumeric

    Permalink
    Definition Classes
    RowPartialImpl → Row
  74. def numeric(name: String): SqlNumeric

    Permalink
    Definition Classes
    RowPartialImpl → Row
  75. def numericOpt(idx: Int): Option[SqlNumeric]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  76. def numericOpt(name: String): Option[SqlNumeric]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  77. def short(idx: Int): Short

    Permalink
    Definition Classes
    RowPartialImpl → Row
  78. def short(name: String): Short

    Permalink
    Definition Classes
    RowPartialImpl → Row
  79. def shortOpt(idx: Int): Option[Short]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  80. def shortOpt(name: String): Option[Short]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  81. def str(idx: Int): String

    Permalink
    Definition Classes
    RowPartialImpl → Row
  82. def str(name: String): String

    Permalink
    Definition Classes
    RowPartialImpl → Row
  83. def strOpt(idx: Int): Option[String]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  84. def strOpt(name: String): Option[String]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  85. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  87. def uuid(idx: Int): UUID

    Permalink
    Definition Classes
    RowPartialImpl → Row
  88. def uuid(name: String): UUID

    Permalink
    Definition Classes
    RowPartialImpl → Row
  89. def uuidOpt(idx: Int): Option[UUID]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  90. def uuidOpt(name: String): Option[UUID]

    Permalink
    Definition Classes
    RowPartialImpl → Row
  91. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. def [B](y: B): (RowPartialImpl, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RowPartialImpl to ArrowAssoc[RowPartialImpl] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Row

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RowPartialImpl to any2stringadd[RowPartialImpl]

Inherited by implicit conversion StringFormat from RowPartialImpl to StringFormat[RowPartialImpl]

Inherited by implicit conversion Ensuring from RowPartialImpl to Ensuring[RowPartialImpl]

Inherited by implicit conversion ArrowAssoc from RowPartialImpl to ArrowAssoc[RowPartialImpl]

Ungrouped