scalikejdbc

WrappedResultSet

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

java.sql.ResultSet wrapper.

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

Instance Constructors

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

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def any (columnLabel: String, map: Map[String, Class[_]]): Any

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

  8. def any (columnLabel: String): Any

  9. def any (columnIndex: Int): Any

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

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

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

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

  14. def array (columnLabel: String): Array

  15. def array (columnIndex: Int): Array

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

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

  18. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  19. def asciiStream (columnLabel: String): InputStream

  20. def asciiStream (columnIndex: Int): InputStream

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

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

  23. def bigDecimal (columnLabel: String): BigDecimal

  24. def bigDecimal (columnIndex: Int): BigDecimal

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

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

  27. def binaryStream (columnLabel: String): InputStream

  28. def binaryStream (columnIndex: Int): InputStream

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

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

  31. def blob (columnLabel: String): Blob

  32. def blob (columnIndex: Int): Blob

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

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

  35. def boolean (columnLabel: String): Boolean

  36. def boolean (columnIndex: Int): Boolean

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

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

  39. def byte (columnLabel: String): Byte

  40. def byte (columnIndex: Int): Byte

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

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

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

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

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

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

  47. def canEqual (arg0: Any): Boolean

    Definition Classes
    WrappedResultSet → Equals
  48. def characterStream (columnLabel: String): Reader

  49. def characterStream (columnIndex: Int): Reader

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

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

  52. def clob (columnLabel: String): Clob

  53. def clob (columnIndex: Int): Clob

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

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

  56. def clone (): AnyRef

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

  58. val cursor : ResultSetCursor

  59. def cursorName : String

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

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

  62. def date (columnLabel: String): Date

  63. def date (columnIndex: Int): Date

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

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

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

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

  68. def dateTime (columnLabel: String): DateTime

  69. def dateTime (columnIndex: Int): DateTime

  70. def dateTimeOpt (columnLabel: String): Option[DateTime]

  71. def dateTimeOpt (columnIndex: Int): Option[DateTime]

  72. def double (columnLabel: String): Double

  73. def double (columnIndex: Int): Double

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

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

  76. def ensureCursor (): Unit

  77. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  78. def equals (arg0: Any): Boolean

    Definition Classes
    WrappedResultSet → Equals → AnyRef → Any
  79. def fetchDirection : Int

  80. def fetchSize : Int

  81. def finalize (): Unit

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

  83. def float (columnIndex: Int): Float

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

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

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

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

  88. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  89. def hashCode (): Int

    Definition Classes
    WrappedResultSet → AnyRef → Any
  90. def holdability : Int

  91. val index : Int

  92. def int (columnLabel: String): Int

  93. def int (columnIndex: Int): Int

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

  95. def intOpt (columnIndex: Int): Option[Int]

  96. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  97. def localDate (columnLabel: String): LocalDate

  98. def localDate (columnIndex: Int): LocalDate

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

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

  101. def localTime (columnLabel: String): LocalTime

  102. def localTime (columnIndex: Int): LocalTime

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

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

  105. def long (columnLabel: String): Long

  106. def long (columnIndex: Int): Long

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

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

  109. def metaData : ResultSetMetaData

  110. def nCharacterStream (columnLabel: String): Reader

  111. def nCharacterStream (columnIndex: Int): Reader

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

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

  114. def nClob (columnLabel: String): NClob

  115. def nClob (columnIndex: Int): NClob

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

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

  118. def nString (columnLabel: String): String

  119. def nString (columnIndex: Int): String

  120. def nStringOpt (columnLabel: String): Option[String]

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

  122. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  123. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  124. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  125. def nullableBoolean (columnLabel: String): Boolean

  126. def nullableBoolean (columnIndex: Int): Boolean

  127. def nullableByte (columnLabel: String): Byte

  128. def nullableByte (columnIndex: Int): Byte

  129. def nullableDouble (columnLabel: String): Double

  130. def nullableDouble (columnIndex: Int): Double

  131. def nullableFloat (columnLabel: String): Float

  132. def nullableFloat (columnIndex: Int): Float

  133. def nullableInt (columnLabel: String): Integer

  134. def nullableInt (columnIndex: Int): Integer

  135. def nullableLong (columnLabel: String): Long

  136. def nullableLong (columnIndex: Int): Long

  137. def nullableShort (columnLabel: String): Short

  138. def nullableShort (columnIndex: Int): Short

  139. def productArity : Int

    Definition Classes
    WrappedResultSet → Product
  140. def productElement (arg0: Int): Any

    Definition Classes
    WrappedResultSet → Product
  141. def productIterator : Iterator[Any]

    Definition Classes
    Product
  142. def productPrefix : String

    Definition Classes
    WrappedResultSet → Product
  143. def ref (columnLabel: String): Ref

  144. def ref (columnIndex: Int): Ref

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

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

  147. def row : Int

  148. def rowId (columnLabel: String): RowId

  149. def rowId (columnIndex: Int): RowId

  150. def short (columnLabel: String): Short

  151. def short (columnIndex: Int): Short

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

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

  154. def sqlXml (columnLabel: String): SQLXML

  155. def sqlXml (columnIndex: Int): SQLXML

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

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

  158. def statement : Statement

  159. def string (columnLabel: String): String

  160. def string (columnIndex: Int): String

  161. def stringOpt (columnLabel: String): Option[String]

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

  163. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  164. def time (columnLabel: String, cal: Calendar): Time

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

  166. def time (columnLabel: String): Time

  167. def time (columnIndex: Int): Time

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

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

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

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

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

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

  174. def timestamp (columnLabel: String): Timestamp

  175. def timestamp (columnIndex: Int): Timestamp

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

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

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

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

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

  181. def toString (): String

    Definition Classes
    WrappedResultSet → AnyRef → Any
  182. def toSymbolMap (): Map[Symbol, Any]

  183. val underlying : ResultSet

  184. def url (columnLabel: String): URL

  185. def url (columnIndex: Int): URL

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

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

  188. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  191. def warnings : SQLWarning

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any