trait RowPartialImpl extends Row
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RowPartialImpl
- Row
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RowPartialImpl to any2stringadd[RowPartialImpl] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RowPartialImpl, B)
- Implicit
- 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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bigDecimal(idx: Int): BigDecimal
- Definition Classes
- RowPartialImpl → Row
-
def
bigDecimal(name: String): BigDecimal
- Definition Classes
- RowPartialImpl → Row
-
def
bigDecimalOpt(idx: Int): Option[BigDecimal]
- Definition Classes
- RowPartialImpl → Row
-
def
bigDecimalOpt(name: String): Option[BigDecimal]
- Definition Classes
- RowPartialImpl → Row
-
def
bool(idx: Int): Boolean
- Definition Classes
- RowPartialImpl → Row
-
def
bool(name: String): Boolean
- Definition Classes
- RowPartialImpl → Row
-
def
boolOpt(idx: Int): Option[Boolean]
- Definition Classes
- RowPartialImpl → Row
-
def
boolOpt(name: String): Option[Boolean]
- Definition Classes
- RowPartialImpl → Row
-
def
bytes(idx: Int): Array[Byte]
- Definition Classes
- RowPartialImpl → Row
-
def
bytes(name: String): Array[Byte]
- Definition Classes
- RowPartialImpl → Row
-
def
bytesOpt(idx: Int): Option[Array[Byte]]
- Definition Classes
- RowPartialImpl → Row
-
def
bytesOpt(name: String): Option[Array[Byte]]
- Definition Classes
- RowPartialImpl → Row
-
def
char(idx: Int): Char
- Definition Classes
- RowPartialImpl → Row
-
def
char(name: String): Char
- Definition Classes
- RowPartialImpl → Row
-
def
charOpt(idx: Int): Option[Char]
- Definition Classes
- RowPartialImpl → Row
-
def
charOpt(name: String): Option[Char]
- Definition Classes
- RowPartialImpl → Row
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
col[A](idx: Int)(implicit arg0: ClassTag[A]): A
- Definition Classes
- RowPartialImpl → Row
-
def
col[A](name: String)(implicit arg0: ClassTag[A]): A
- Definition Classes
- RowPartialImpl → Row
-
def
colOpt[A](name: String)(implicit arg0: ClassTag[A]): Option[A]
- Definition Classes
- RowPartialImpl → Row
-
def
colOpt[A](idx: Int)(implicit arg0: ClassTag[A]): Option[A]
- Definition Classes
- RowPartialImpl → Row
-
def
double(idx: Int): Double
- Definition Classes
- RowPartialImpl → Row
-
def
double(name: String): Double
- Definition Classes
- RowPartialImpl → Row
-
def
doubleOpt(idx: Int): Option[Double]
- Definition Classes
- RowPartialImpl → Row
-
def
doubleOpt(name: String): Option[Double]
- Definition Classes
- RowPartialImpl → Row
-
def
ensuring(cond: (RowPartialImpl) ⇒ Boolean, msg: ⇒ Any): RowPartialImpl
- Implicit
- This member is added by an implicit conversion from RowPartialImpl to Ensuring[RowPartialImpl] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RowPartialImpl) ⇒ Boolean): RowPartialImpl
- Implicit
- This member is added by an implicit conversion from RowPartialImpl to Ensuring[RowPartialImpl] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RowPartialImpl
- Implicit
- This member is added by an implicit conversion from RowPartialImpl to Ensuring[RowPartialImpl] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RowPartialImpl
- Implicit
- This member is added by an implicit conversion from RowPartialImpl to Ensuring[RowPartialImpl] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
float(idx: Int): Float
- Definition Classes
- RowPartialImpl → Row
-
def
float(name: String): Float
- Definition Classes
- RowPartialImpl → Row
-
def
floatOpt(idx: Int): Option[Float]
- Definition Classes
- RowPartialImpl → Row
-
def
floatOpt(name: String): Option[Float]
- Definition Classes
- RowPartialImpl → Row
-
def
formatted(fmtstr: String): String
- Implicit
- 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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
instant(idx: Int): Instant
- Definition Classes
- RowPartialImpl → Row
-
def
instant(name: String): Instant
- Definition Classes
- RowPartialImpl → Row
-
def
instantOpt(idx: Int): Option[Instant]
- Definition Classes
- RowPartialImpl → Row
-
def
instantOpt(name: String): Option[Instant]
- Definition Classes
- RowPartialImpl → Row
-
def
int(idx: Int): Int
- Definition Classes
- RowPartialImpl → Row
-
def
int(name: String): Int
- Definition Classes
- RowPartialImpl → Row
-
def
intOpt(idx: Int): Option[Int]
- Definition Classes
- RowPartialImpl → Row
-
def
intOpt(name: String): Option[Int]
- Definition Classes
- RowPartialImpl → Row
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
localDate(idx: Int): LocalDate
- Definition Classes
- RowPartialImpl → Row
-
def
localDate(name: String): LocalDate
- Definition Classes
- RowPartialImpl → Row
-
def
localDateOpt(idx: Int): Option[LocalDate]
- Definition Classes
- RowPartialImpl → Row
-
def
localDateOpt(name: String): Option[LocalDate]
- Definition Classes
- RowPartialImpl → Row
-
def
localDateTime(idx: Int): LocalDateTime
- Definition Classes
- RowPartialImpl → Row
-
def
localDateTime(name: String): LocalDateTime
- Definition Classes
- RowPartialImpl → Row
-
def
localDateTimeOpt(idx: Int): Option[LocalDateTime]
- Definition Classes
- RowPartialImpl → Row
-
def
localDateTimeOpt(name: String): Option[LocalDateTime]
- Definition Classes
- RowPartialImpl → Row
-
def
localTime(idx: Int): LocalTime
- Definition Classes
- RowPartialImpl → Row
-
def
localTime(name: String): LocalTime
- Definition Classes
- RowPartialImpl → Row
-
def
localTimeOpt(idx: Int): Option[LocalTime]
- Definition Classes
- RowPartialImpl → Row
-
def
localTimeOpt(name: String): Option[LocalTime]
- Definition Classes
- RowPartialImpl → Row
-
def
long(idx: Int): Long
- Definition Classes
- RowPartialImpl → Row
-
def
long(name: String): Long
- Definition Classes
- RowPartialImpl → Row
-
def
longOpt(idx: Int): Option[Long]
- Definition Classes
- RowPartialImpl → Row
-
def
longOpt(name: String): Option[Long]
- Definition Classes
- RowPartialImpl → Row
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
numeric(idx: Int): SqlNumeric
- Definition Classes
- RowPartialImpl → Row
-
def
numeric(name: String): SqlNumeric
- Definition Classes
- RowPartialImpl → Row
-
def
numericOpt(idx: Int): Option[SqlNumeric]
- Definition Classes
- RowPartialImpl → Row
-
def
numericOpt(name: String): Option[SqlNumeric]
- Definition Classes
- RowPartialImpl → Row
-
def
short(idx: Int): Short
- Definition Classes
- RowPartialImpl → Row
-
def
short(name: String): Short
- Definition Classes
- RowPartialImpl → Row
-
def
shortOpt(idx: Int): Option[Short]
- Definition Classes
- RowPartialImpl → Row
-
def
shortOpt(name: String): Option[Short]
- Definition Classes
- RowPartialImpl → Row
-
def
str(idx: Int): String
- Definition Classes
- RowPartialImpl → Row
-
def
str(name: String): String
- Definition Classes
- RowPartialImpl → Row
-
def
strOpt(idx: Int): Option[String]
- Definition Classes
- RowPartialImpl → Row
-
def
strOpt(name: String): Option[String]
- Definition Classes
- RowPartialImpl → Row
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
uuid(idx: Int): UUID
- Definition Classes
- RowPartialImpl → Row
-
def
uuid(name: String): UUID
- Definition Classes
- RowPartialImpl → Row
-
def
uuidOpt(idx: Int): Option[UUID]
- Definition Classes
- RowPartialImpl → Row
-
def
uuidOpt(name: String): Option[UUID]
- Definition Classes
- RowPartialImpl → Row
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (RowPartialImpl, B)
- Implicit
- This member is added by an implicit conversion from RowPartialImpl to ArrowAssoc[RowPartialImpl] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc