case class JodaWrappedResultSet(underlying: ResultSet, cursor: ResultSetCursor, index: Int) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- JodaWrappedResultSet
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JodaWrappedResultSet(underlying: ResultSet, cursor: ResultSetCursor, index: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val cursor: ResultSetCursor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val index: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jodaDateTime(columnLabel: String): DateTime
- def jodaDateTime(columnIndex: Int): DateTime
- def jodaDateTimeOpt(columnLabel: String): Option[DateTime]
- def jodaDateTimeOpt(columnIndex: Int): Option[DateTime]
- def jodaLocalDate(columnLabel: String): LocalDate
- def jodaLocalDate(columnIndex: Int): LocalDate
- def jodaLocalDateOpt(columnLabel: String): Option[LocalDate]
- def jodaLocalDateOpt(columnIndex: Int): Option[LocalDate]
- def jodaLocalDateTime(columnLabel: String): LocalDateTime
- def jodaLocalDateTime(columnIndex: Int): LocalDateTime
- def jodaLocalDateTimeOpt(columnLabel: String): Option[LocalDateTime]
- def jodaLocalDateTimeOpt(columnIndex: Int): Option[LocalDateTime]
- def jodaLocalTime(columnLabel: String): LocalTime
- def jodaLocalTime(columnIndex: Int): LocalTime
- def jodaLocalTimeOpt(columnLabel: String): Option[LocalTime]
- def jodaLocalTimeOpt(columnIndex: Int): Option[LocalTime]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val underlying: ResultSet
-
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
- @native() @throws( ... )