Class

scalikejdbc

WrappedResultSet

Related Doc: package scalikejdbc

Permalink

case class WrappedResultSet(underlying: ResultSet, cursor: ResultSetCursor, index: Int) extends Product with Serializable

java.sql.ResultSet wrapper.

Source
WrappedResultSet.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedResultSet
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedResultSet(underlying: ResultSet, cursor: ResultSetCursor, index: Int)

    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. def any(columnLabel: String, map: Map[String, Class[_]]): Any

    Permalink
  5. def any(columnIndex: Int, map: Map[String, Class[_]]): Any

    Permalink
  6. def any(columnLabel: String): Any

    Permalink
  7. def any(columnIndex: Int): Any

    Permalink
  8. def anyOpt(columnLabel: String, map: Map[String, Class[_]]): Option[Any]

    Permalink
  9. def anyOpt(columnIndex: Int, map: Map[String, Class[_]]): Option[Any]

    Permalink
  10. def anyOpt(columnLabel: String): Option[Any]

    Permalink
  11. def anyOpt(columnIndex: Int): Option[Any]

    Permalink
  12. def array(columnLabel: String): Array

    Permalink
  13. def array(columnIndex: Int): Array

    Permalink
  14. def arrayOpt(columnLabel: String): Option[Array]

    Permalink
  15. def arrayOpt(columnIndex: Int): Option[Array]

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def asciiStream(columnLabel: String): InputStream

    Permalink
  18. def asciiStream(columnIndex: Int): InputStream

    Permalink
  19. def asciiStreamOpt(columnLabel: String): Option[InputStream]

    Permalink
  20. def asciiStreamOpt(columnIndex: Int): Option[InputStream]

    Permalink
  21. def bigDecimal(columnLabel: String): BigDecimal

    Permalink
  22. def bigDecimal(columnIndex: Int): BigDecimal

    Permalink
  23. def bigDecimalOpt(columnLabel: String): Option[BigDecimal]

    Permalink
  24. def bigDecimalOpt(columnIndex: Int): Option[BigDecimal]

    Permalink
  25. def bigInt(columnLabel: String): BigInteger

    Permalink
  26. def bigInt(columnIndex: Int): BigInteger

    Permalink
  27. def bigIntOpt(columnLabel: String): Option[BigInteger]

    Permalink
  28. def bigIntOpt(columnIndex: Int): Option[BigInteger]

    Permalink
  29. def binaryStream(columnLabel: String): InputStream

    Permalink
  30. def binaryStream(columnIndex: Int): InputStream

    Permalink
  31. def binaryStreamOpt(columnLabel: String): Option[InputStream]

    Permalink
  32. def binaryStreamOpt(columnIndex: Int): Option[InputStream]

    Permalink
  33. def blob(columnLabel: String): Blob

    Permalink
  34. def blob(columnIndex: Int): Blob

    Permalink
  35. def blobOpt(columnLabel: String): Option[Blob]

    Permalink
  36. def blobOpt(columnIndex: Int): Option[Blob]

    Permalink
  37. def boolean(columnLabel: String): Boolean

    Permalink
  38. def boolean(columnIndex: Int): Boolean

    Permalink
  39. def booleanOpt(columnLabel: String): Option[Boolean]

    Permalink
  40. def booleanOpt(columnIndex: Int): Option[Boolean]

    Permalink
  41. def byte(columnLabel: String): Byte

    Permalink
  42. def byte(columnIndex: Int): Byte

    Permalink
  43. def byteOpt(columnLabel: String): Option[Byte]

    Permalink
  44. def byteOpt(columnIndex: Int): Option[Byte]

    Permalink
  45. def bytes(columnLabel: String): Array[Byte]

    Permalink
  46. def bytes(columnIndex: Int): Array[Byte]

    Permalink
  47. def bytesOpt(columnLabel: String): Option[Array[Byte]]

    Permalink
  48. def bytesOpt(columnIndex: Int): Option[Array[Byte]]

    Permalink
  49. def characterStream(columnLabel: String): Reader

    Permalink
  50. def characterStream(columnIndex: Int): Reader

    Permalink
  51. def characterStreamOpt(columnLabel: String): Option[Reader]

    Permalink
  52. def characterStreamOpt(columnIndex: Int): Option[Reader]

    Permalink
  53. def clob(columnLabel: String): Clob

    Permalink
  54. def clob(columnIndex: Int): Clob

    Permalink
  55. def clobOpt(columnLabel: String): Option[Clob]

    Permalink
  56. def clobOpt(columnIndex: Int): Option[Clob]

    Permalink
  57. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def concurrency: Int

    Permalink
  59. val cursor: ResultSetCursor

    Permalink
  60. def cursorName: String

    Permalink
  61. def date(columnLabel: String, cal: Calendar): Date

    Permalink
  62. def date(columnIndex: Int, cal: Calendar): Date

    Permalink
  63. def date(columnLabel: String): Date

    Permalink
  64. def date(columnIndex: Int): Date

    Permalink
  65. def dateOpt(columnLabel: String, cal: Calendar): Option[Date]

    Permalink
  66. def dateOpt(columnIndex: Int, cal: Calendar): Option[Date]

    Permalink
  67. def dateOpt(columnLabel: String): Option[Date]

    Permalink
  68. def dateOpt(columnIndex: Int): Option[Date]

    Permalink
  69. def dateTime(columnLabel: String): ZonedDateTime

    Permalink
  70. def dateTime(columnIndex: Int): ZonedDateTime

    Permalink
  71. def dateTimeOpt(columnLabel: String): Option[ZonedDateTime]

    Permalink
  72. def dateTimeOpt(columnIndex: Int): Option[ZonedDateTime]

    Permalink
  73. def double(columnLabel: String): Double

    Permalink
  74. def double(columnIndex: Int): Double

    Permalink
  75. def doubleOpt(columnLabel: String): Option[Double]

    Permalink
  76. def doubleOpt(columnIndex: Int): Option[Double]

    Permalink
  77. def ensureCursor(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  79. def fetchDirection: Int

    Permalink
  80. def fetchSize: Int

    Permalink
  81. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  82. def float(columnLabel: String): Float

    Permalink
  83. def float(columnIndex: Int): Float

    Permalink
  84. def floatOpt(columnLabel: String): Option[Float]

    Permalink
  85. def floatOpt(columnIndex: Int): Option[Float]

    Permalink
  86. def get[A](columnLabel: String)(implicit arg0: TypeBinder[A]): A

    Permalink
  87. def get[A](columnIndex: Int)(implicit arg0: TypeBinder[A]): A

    Permalink
  88. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  89. def holdability: Int

    Permalink
  90. val index: Int

    Permalink
  91. def int(columnLabel: String): Int

    Permalink
  92. def int(columnIndex: Int): Int

    Permalink
  93. def intOpt(columnLabel: String): Option[Int]

    Permalink
  94. def intOpt(columnIndex: Int): Option[Int]

    Permalink
  95. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  96. def localDate(columnLabel: String): LocalDate

    Permalink
  97. def localDate(columnIndex: Int): LocalDate

    Permalink
  98. def localDateOpt(columnLabel: String): Option[LocalDate]

    Permalink
  99. def localDateOpt(columnIndex: Int): Option[LocalDate]

    Permalink
  100. def localDateTime(columnLabel: String): LocalDateTime

    Permalink
  101. def localDateTime(columnIndex: Int): LocalDateTime

    Permalink
  102. def localDateTimeOpt(columnLabel: String): Option[LocalDateTime]

    Permalink
  103. def localDateTimeOpt(columnIndex: Int): Option[LocalDateTime]

    Permalink
  104. def localTime(columnLabel: String): LocalTime

    Permalink
  105. def localTime(columnIndex: Int): LocalTime

    Permalink
  106. def localTimeOpt(columnLabel: String): Option[LocalTime]

    Permalink
  107. def localTimeOpt(columnIndex: Int): Option[LocalTime]

    Permalink
  108. def long(columnLabel: String): Long

    Permalink
  109. def long(columnIndex: Int): Long

    Permalink
  110. def longOpt(columnLabel: String): Option[Long]

    Permalink
  111. def longOpt(columnIndex: Int): Option[Long]

    Permalink
  112. def metaData: ResultSetMetaData

    Permalink
  113. def nCharacterStream(columnLabel: String): Reader

    Permalink
  114. def nCharacterStream(columnIndex: Int): Reader

    Permalink
  115. def nCharacterStreamOpt(columnLabel: String): Option[Reader]

    Permalink
  116. def nCharacterStreamOpt(columnIndex: Int): Option[Reader]

    Permalink
  117. def nClob(columnLabel: String): NClob

    Permalink
  118. def nClob(columnIndex: Int): NClob

    Permalink
  119. def nClobOpt(columnLabel: String): Option[NClob]

    Permalink
  120. def nClobOpt(columnIndex: Int): Option[NClob]

    Permalink
  121. def nString(columnLabel: String): String

    Permalink
  122. def nString(columnIndex: Int): String

    Permalink
  123. def nStringOpt(columnLabel: String): Option[String]

    Permalink
  124. def nStringOpt(columnIndex: Int): Option[String]

    Permalink
  125. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  128. def nullableBoolean(columnLabel: String): Boolean

    Permalink
  129. def nullableBoolean(columnIndex: Int): Boolean

    Permalink
  130. def nullableByte(columnLabel: String): Byte

    Permalink
  131. def nullableByte(columnIndex: Int): Byte

    Permalink
  132. def nullableDouble(columnLabel: String): Double

    Permalink
  133. def nullableDouble(columnIndex: Int): Double

    Permalink
  134. def nullableFloat(columnLabel: String): Float

    Permalink
  135. def nullableFloat(columnIndex: Int): Float

    Permalink
  136. def nullableInt(columnLabel: String): Integer

    Permalink
  137. def nullableInt(columnIndex: Int): Integer

    Permalink
  138. def nullableLong(columnLabel: String): Long

    Permalink
  139. def nullableLong(columnIndex: Int): Long

    Permalink
  140. def nullableShort(columnLabel: String): Short

    Permalink
  141. def nullableShort(columnIndex: Int): Short

    Permalink
  142. def offsetDateTime(columnLabel: String): OffsetDateTime

    Permalink
  143. def offsetDateTime(columnIndex: Int): OffsetDateTime

    Permalink
  144. def offsetDateTimeOpt(columnLabel: String): Option[OffsetDateTime]

    Permalink
  145. def offsetDateTimeOpt(columnIndex: Int): Option[OffsetDateTime]

    Permalink
  146. def ref(columnLabel: String): Ref

    Permalink
  147. def ref(columnIndex: Int): Ref

    Permalink
  148. def refOpt(columnLabel: String): Option[Ref]

    Permalink
  149. def refOpt(columnIndex: Int): Option[Ref]

    Permalink
  150. def row: Int

    Permalink
  151. def rowId(columnLabel: String): RowId

    Permalink
  152. def rowId(columnIndex: Int): RowId

    Permalink
  153. def short(columnLabel: String): Short

    Permalink
  154. def short(columnIndex: Int): Short

    Permalink
  155. def shortOpt(columnLabel: String): Option[Short]

    Permalink
  156. def shortOpt(columnIndex: Int): Option[Short]

    Permalink
  157. def sqlXml(columnLabel: String): SQLXML

    Permalink
  158. def sqlXml(columnIndex: Int): SQLXML

    Permalink
  159. def sqlXmlOpt(columnLabel: String): Option[SQLXML]

    Permalink
  160. def sqlXmlOpt(columnIndex: Int): Option[SQLXML]

    Permalink
  161. def statement: Statement

    Permalink
  162. def string(columnLabel: String): String

    Permalink
  163. def string(columnIndex: Int): String

    Permalink
  164. def stringOpt(columnLabel: String): Option[String]

    Permalink
  165. def stringOpt(columnIndex: Int): Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  167. def time(columnLabel: String, cal: Calendar): Time

    Permalink
  168. def time(columnIndex: Int, cal: Calendar): Time

    Permalink
  169. def time(columnLabel: String): Time

    Permalink
  170. def time(columnIndex: Int): Time

    Permalink
  171. def timeOpt(columnLabel: String, cal: Calendar): Option[Time]

    Permalink
  172. def timeOpt(columnIndex: Int, cal: Calendar): Option[Time]

    Permalink
  173. def timeOpt(columnLabel: String): Option[Time]

    Permalink
  174. def timeOpt(columnIndex: Int): Option[Time]

    Permalink
  175. def timestamp(columnLabel: String, cal: Calendar): Timestamp

    Permalink
  176. def timestamp(columnIndex: Int, cal: Calendar): Timestamp

    Permalink
  177. def timestamp(columnLabel: String): Timestamp

    Permalink
  178. def timestamp(columnIndex: Int): Timestamp

    Permalink
  179. def timestampOpt(columnLabel: String, cal: Calendar): Option[Timestamp]

    Permalink
  180. def timestampOpt(columnIndex: Int, cal: Calendar): Option[Timestamp]

    Permalink
  181. def timestampOpt(columnLabel: String): Option[Timestamp]

    Permalink
  182. def timestampOpt(columnIndex: Int): Option[Timestamp]

    Permalink
  183. def toMap(): Map[String, Any]

    Permalink
  184. def toSymbolMap(): Map[Symbol, Any]

    Permalink
  185. val underlying: ResultSet

    Permalink
  186. def url(columnLabel: String): URL

    Permalink
  187. def url(columnIndex: Int): URL

    Permalink
  188. def urlOpt(columnLabel: String): Option[URL]

    Permalink
  189. def urlOpt(columnIndex: Int): Option[URL]

    Permalink
  190. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  193. def warnings: SQLWarning

    Permalink
  194. def zonedDateTime(columnLabel: String): ZonedDateTime

    Permalink
  195. def zonedDateTime(columnIndex: Int): ZonedDateTime

    Permalink
  196. def zonedDateTimeOpt(columnLabel: String): Option[ZonedDateTime]

    Permalink
  197. def zonedDateTimeOpt(columnIndex: Int): Option[ZonedDateTime]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped